Scott Haneda wrote: > Are you saying, that out of the box, ASSP can talk to postfix to get a > local list of users? How does it do this, LDAP to postfix, which is > turn is talking to mysql for a users table? >
You've lost me. Why would ASSP care about users, it's a proxy? It would only care about if the inbound email matches a domain(s) that you may have. I host 3 small domains. Checking for valid users would be the job of Postfix via smtp-auth or IMAP via Dovecot At home, I have 3 domains with a hand full of users, in this case I specify those in a flat file and check against it. At work, we have don't have this option set. If an inbound email matches the domain(s) that we host, it is passed on to our mail server, it's the responsiblity of the mail server to either accept or bounce that message. ASSP does have the ability to check against an LDAP database for user email addresses, but I haven't looked into that. 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
