Scott Haneda wrote: > Hello, over the next few days I want to deploy ASSP in my > environment. I have SMTP with postfix, and IMAP/POP with Dovecot. > Both are backed by MySql for user authentication. > >
This is my current home setup. Except I'm using courier-imap instead of Dovecot > Postfix uses TLS. I use port 25, 465, and 587. I can force all users > to port 587 for SMTP, and use 25 exclusively for non local SMTP. I > would use standard ports for SSL/TLS. > > If you use the 1.5.x.x branch, TLS will be supported. Make sure your Perl modules are current. > My thoughts are to have ASSP sit in front of all this, as a true > proxy, for all relevant ports. I do want user sent emails to also > pass through ASSP, so ASSP can learn about their sending habits as well. > > This is what I've got setup. Internet => ASSP=> Postfix. Nothing special was necessary. Inbound assp traffic forwards email to Postfix. ASSP is running on my firewall and postfix on my DMZ. > What I am currently not able to locate in the way of docs, is how to > connect ASSP to MySql, which is where postfx and dovecot get the user > This is not necessary. Authentication is handled via Postfix. ASSP doesn't care about users/password, it leaves that up to Postfix. Doug -- Ben Franklin quote: "Those who would give up Essential Liberty to purchase a little Temporary Safety, deserve neither Liberty nor Safety." ------------------------------------------------------------------------------ This SF.net email is sponsored by: High Quality Requirements in a Collaborative Environment. Download a free trial of Rational Requirements Composer Now! http://p.sf.net/sfu/www-ibm-com _______________________________________________ Assp-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/assp-user
