Hi to all! I have Perfect Sarge on my webserver powered by ISPConfig and one client that needs every copy of sent outgoing mail to be also forwarded to main companies mailbox. Does anyone have idea how to solve it trough postfix. Using "CC" is ofcourse out of coice... Thanks for any help guys!
You can add the always_bcc option with postconf. See http://www.postfix.org/postconf.5.html: Code: postconf -e "always_bcc = [email protected]"
martinfst, thanks for Your reply! But I'm not sure how to use this option only for specific mail account, not the whole Postfix server. As I see it - this would BCC all mails of all accounts on Postfix.
"always_bcc" is not selective, it BCC's *all* the mail. But you could use a simple filter to remove all but the mail you need from the stream. As ISPConfig already uses procmail, you need to dig into procmail rules/filters for the user receiving all the always_bcc mail.
sorry to dig up such an old thread but is this still the only solution? just curios if ispcfg maybe incorporates such a feature itsself or if there have been any new improvements in this matter.