> Internet --> ASSP (MX) --> SMTP SERVER FRONT (java) --> CORE MAIL > (pop3,imap,qmail)
> I'll be using ASSP only for receiving and not intend to use in outgoing as > I have my own mta to send the email. uhm... so ASSP will "talk" to the frontend SMTP server which in turn will route emails to the backend one... sounds ok, just ensure to set up ASSP to either use VRFY or LDAP against the backend server to verify recipients; also, your outbound mail flow should then look this way coremail -> assp -> frontend SMTP (java) -> internet so that coremail will send outbound emails to assp relay port, assp will in turn forward those connections to the frontend smtp which will carry them on and route them to their destination; such a setup is needed to allow assp to also see (and whitelist) the outgoing emails ------------------------------------------------------------------------------ This SF.net email is sponsored by: SourcForge Community SourceForge wants to tell your story. http://p.sf.net/sfu/sf-spreadtheword _______________________________________________ Assp-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/assp-user
