From: owner-postfix-us...@postfix.org [mailto:owner-postfix-us...@postfix.org] On Behalf Of Ram Sent: 03 July 2013 05:44 To: Postfix users Subject: multiple auth methods for smtpd
Is it possible to use 2 different methods of authentication on smtpd based on userids Some users authentication against ldap , some authenticate against say a database -------------------------------- You can authenticate against PAM and plug in the directories at the back of that. We run postfix with Active Directory and local accounts that way. Bart...