Thomas E. Maleshafske wrote: > or not of it being able to handle multiple domains located over multiple > servers. If it is possible has anyone successfully done it and > documented it.
Just tell ASSP for which local domains to accept mail, "Internal Name: localDomains" under whitelisting, in my version 1.3.1. I accept email here for about 6 or 7 local domains. Tell ASSP to offload email to an MTA which then deals with routing the email to the proper servers. In Debian's Exim setup you have a file called "hubbed_hosts" which you can create and add domains and smtp servers. Such as: example.com: 22.33.44.555:333.222.111.000 server2.example.com: 66.77.88.999 so even if the MX record of example.com points to a different (set of) server(s) it will still try what you configured in "hubbed_hosts". Greetings, Jeroen ------------------------------------------------------------------------- Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW! Studies have shown that voting for your favorite open source project, along with a healthy diet, reduces your potential for chronic lameness and boredom. Vote Now at http://www.sourceforge.net/community/cca08 _______________________________________________ Assp-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/assp-user
