Greetings, I'm nearly finished, setting up a postfix installation to coexist with qmail based servers with plesk 7.5.4.
Let's assume us...@domaina.com wants to have his incoming mails: - stored locally in a mailbox (maildir format) and - forwarded to an other address since all domains on this box are virtual, I'm using virtual_mailbox_maps and virtual_alias_maps as well as virtual_mailbox_domains: --- virtual_alias_maps: us...@domaina.com us...@domaina.com,us...@elsewhere.com virtual_mailbox_maps: us...@domaina.com /var/qmail/mailnames/domainA.com/userA/Maildir/ virtual_mailbox_domains: domainA.com ok --- so far everything is working just fine. To complete my setup, I only need to throw in spamassassin for spam tagging. Since spam-tagging will be done on a cluster of spam checking servers, I need to do this vis spamd/spamc config and can't just use the amavis internal spamassassin methods. So I went along this howto, adding spamassassin as content-filter: http://wiki.apache.org/spamassassin/IntegratedSpamdInPostfix (just added "-d server1,server2" as spamassassin args). Well, even this is working to a degree: incoming mail passes the spamchecks, is being tagged and handed over to postfix's sendmail, BUT: because of the situation with local mailbox AND forward, every mail gets _duplicated_! Can somebody please point out to me, how to fix this? ;-) Any help is appreciated! ;-) Best Regards, John