| |||||||||||||||||||||||||||||||
|
server that will add Dspam headers to mail for a lot of domains. I will have a lot of domains that will have MX records pointing to the spam-checking mail relays and I would like to have the relay servers do three things: 1 reject mail for users that do not exist so I will not have backscatter bounces from my maildrop servers that actually do local delivery. 2 use Dspam as a content_filter, or maybe a virtual_transport, something that will send the mail to Dspam and allow me to send it back to Postfix later. Dspam will accept mail from Postfix through SMTP and later send it back to Postfix with added headers. I would prefer to have only one Postfix instance that will accept mail on different ports. 3 Once the mail has been through Dspam, the relay servers should send it on towards the maildrop servers. On the maildrop servers my users will be able to use the Dspam headers for spam filtering if they choose to do so. So I would like to do this: Dspam | | SMTP | | SMTP | | external mail server -> Postfix on relay -> Postfix on maildrop server I can build MySQL tables to tell Postfix which users actually exist in a domain. I have looked at several documents for integrating Dspam with Postfix, but I have not seen one that does all of the above, and I would like to have some suggestions for Postfix configuration options that will help me build this. Thank you for considering this.
| ||||||||||||||||||||||||||||||
© 2004-2008 readlist.com