> OS = Windows 2000 Server > Domino ports : 125 for incoming mails > and 225 for outgoing mails ASSP port : 25
let's go... :) temporarily stop the Domino server install the "Microsoft loopback adapter" on the box and set it up to use a private, unused network range; for this example, let's say it will be on 10.200.200.1/24 install the IIS SMTP service and set it up to listen on <main_ip>:225; remove all limitations (msg size, max msg, relaying...) from the IIS SMTP service you don't need them since the service will *only* see mails coming from ASSP setup ASSP "relayPort" to 10.200.200.1:25 setup ASSP "relayHost" to <main_ip>:225 now try telnetting to 10.200.200.1:25, if things are ok you should see the IIS SMTP banner; if not, check your setup and ensure there are no errors; also run a -- netstat -an|find "LISTEN" -- and check that all the needed ip:ports are in listening state now setup Domino to use 10.200.200.1:25 as its smarthost from this moment on, Domino will forward all the outbound emails to the ASSP relayport; ASSP in turn will forward those emails to the IIS SMTP which will then send them out to their destination; the inbound mail flow will remain the same as for now; to summarize here's the mail flow after this setup * Inbound internet -> ASSP:25 -> Domino:125 * Outbound Domino -> ASSP(10.200.200.1:25) -> IIS SMTP:225 -> Internet it isn't exactly the recommended setup, but it should work HTH ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Assp-user mailing list Assp-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/assp-user