This is a discussion on procmail copy outbound within the alt.comp.mail.postfix forums, part of the Mail Servers and Related category; Hi I want co copy all outgoing mail to postmaster. How can I do that in procmail? Thanks for reply...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Hi,
atomp3 wrote: > I want co copy all outgoing mail to postmaster. How can I do that in > procmail? procmail only delivers local mail. Take a look at always_bcc: http://www.postfix.org/postconf.5.html#always_bcc hth Greetings Gregor |
|
|||
|
Uzytkownik "Gregor Hermens" <ghermens@freenet.de> napisal w wiadomosci news:3jkl84Fq5dcuU1@individual.net... > Hi, > > atomp3 wrote: >> I want co copy all outgoing mail to postmaster. How can I do that in >> procmail? > > procmail only delivers local mail. > > Take a look at always_bcc: > http://www.postfix.org/postconf.5.html#always_bcc > > hth > Greetings > Gregor > > Thanks Gregor I think always bcc send mail from everyone and I want from chosen email adresses. Have somebody config example? Thanks. |
|
|||
|
Well, you could still use always_bcc and then pass that to an account
that uses procmail to dump anything not in the local domain, and copy everything i nthe local domain to Maildir or similar. If your mail server is very busy then this is probably not an elegant solution, but you'd be able to figure this out. Postfix is generally more efficient than sendmail anyway - so you;ve immediately got an advantage. Gooey |