View Single Post

  #1 (permalink)  
Old 02-22-2008
Troy Piggins
 
Posts: n/a
Default keeping copies of outgoing mail

Currently I'm archiving incoming mail like this procmail recipe:

DATE=`date '+%y%m'`
# archive autmatically
:0c:
| gzip -fc9 >> $HOME/mbox_$DATE.gz

I'd like to try the same thing for outgoing mail. A user on
the procmail list suggested this:

* Klaus Johannes Rusch:
> The recipient_bcc_maps option in postfix allows directing mail to
> additional addresses; you may want to split the incoming and
> outgoing mailservers so you only bcc for outgoing. (If you only
> want to implement this for your own account, most mailers have an
> automatic BCC option as well.)


Not sure how to set up postfix to split incoming and outgoing
servers.

Any tips or better ideas?

--
Troy Piggins | http://piggo.com/~troy _ __ (_) __ _ __ _ ___
| '_ \| |/ _` |/ _` |/ _ \
| .__/|_|\__, |\__, |\___/
|_| |___/ |___/
Reply With Quote