OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
Re: [OT] Saving outgoing email Gmail style

From: mouss (mlist.onlyfree.fr)
Date: Wed Jan 16 2008 - 17:55:24 CST


Mihira Fernando wrote:
> On Wed January 16 2008, mouss wrote:
>
>> The following is untested. risk at your own use.
>>
>> always_bcc = bccbcc.example.com
>>
>> in transport maps:
>> bcc.example.com copy2sent:
>>
>> in master.cf, define a copy2sent transport to deliver to the Sent folder
>> of ${sender} (instead of the usual delivery to ${recipient}). for example:
>>
>> copy2sent - n n - - pipe
>> flags=... user=...
>> flags=... user=... argv=/path/to/maildrop
>> -d ${sender} folder=Sent
>>
>> and in maildroprc, pickup the folder=Sent argument and append it to
>> ${DEFAULT}.
>>
>> If ${sender} doesn't match your setup (for example, if users are stored
>> without the domain part), use a wrapper script.
>>
>>
>> Note that this must be done for submitted mail, with SASL AUTH and
>> sender login match. mail to bcc.example.com must not be accepted
>> otherwise.
>
> Thanks, I'll give this a try.

in fact, sender_bcc_maps (with pcre) is better