John Shaw-Miller wrote: > OK lets take two of my domain names It's a bit hard to read, but it seems like exim does receive all incoming and outgoing mail and then routes it based on certain rules. So it should be fairly straight forward. You put assp in place of exim listening on port 25. Configure exim to listen on port 24 (http://www.iana.org/assignments/port-numbers: 24/tcp any private mail system) instead of 25, tell assp to use IP-of-exim on port 24 as smarthost. From there on exim routes the mail like it did.
Outgoing mail could work the same way. Exchange, localhost etc. use port 25 to send out mail, which is assp, which will use exim on port 24 as smarthost. If exim is on the same server as assp, make exim listen only on port 24 using IP 127.0.0.1. If you use port 587 or so for mail submission, perhaps using smtp-auth and TLS. Then tell exim to send it to assp on its relay port (port 26 perhaps). Tell assp to use IP-of-exim on port 24 as its relay host. That should be it, I think. Greetings, jeroen ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Assp-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/assp-user
