On 05/13/2011 12:47 AM, Jason Voorhees wrote:
Yes, please avoid using MailScanner.
I never knew why postfix users apparently hate MailScanner. I know
that this question isn't the purpose of my thread but... Can I know
why you don't like MailScanner?
MailScanner directly manipulates the postfix queue.
As documented, this is not supported - use it at your own risk.
Do you know any method of create an archiving system using only
postfix (and maybe procmail, maildrop or other filters maybe but no
amavis)?
If you don't need to preserve the original envelope, always_bcc or
recipient_bcc_maps will to what you want.
If you do need to preserve the exact incoming message, use an smtp proxy to
do $whatever-you-want.
Ok, I'm not a postfix expert but could you give me some additional
explanation about a smtp proxy to do $whatever-i-want? Just give me
some tips so look up in google.
I suggest the documentation, instead:
http://www.postfix.org/postconf.5.html#smtpd_proxy_filter
This can be anything that speaks SMTP.
(Note that implementing one of the *_bcc options will be far easier)
--
J.