Stephen,

* Stephen Ingram <sbing...@gmail.com>:
> On Thu, Jun 9, 2011 at 12:16 AM, Suresh Kumar Prajapati
> <er.sureshprajap...@gmail.com> wrote:
> > Hi,
> >
> > and i dont find any saslauthd.conf file
> >
> > here is the /etc/sasl2/smtpd.conf
> >
> > pwcheck_method: saslauthd
> > mech_list: plain login
> 
> That's a problem. In that file (/etc/sasl2/smtpd.conf) you are
> specifying that you want to use saslauthd as the method to check
> passwords, and you also say that you want to do that using only plain
> and login mechanisms, yet you don't have any backend configured to
> perform this function. You should read up on sasl more to know how to
> do this. I would suggest http://www.postfix.org/SASL_README.html to
> get you started.

the debug output tells a different story. The required libraries to offer
PLAIN and LOGIN are there:

-- listing of /usr/lib/sasl2 --
total 3064
drwxr-xr-x  2 root root   4096 Jun  9 08:07 .
drwxr-xr-x 36 root root  20480 Jun  7 14:43 ..
-rwxr-xr-x  1 root root    884 Mar 17  2010 libanonymous.la
-rwxr-xr-x  1 root root  14372 Mar 17  2010 libanonymous.so
-rwxr-xr-x  1 root root  14372 Mar 17  2010 libanonymous.so.2
-rwxr-xr-x  1 root root  14372 Mar 17  2010 libanonymous.so.2.0.22
-rwxr-xr-x  1 root root    870 Mar 17  2010 libcrammd5.la
-rwxr-xr-x  1 root root  16832 Mar 17  2010 libcrammd5.so
-rwxr-xr-x  1 root root  16832 Mar 17  2010 libcrammd5.so.2
-rwxr-xr-x  1 root root  16832 Mar 17  2010 libcrammd5.so.2.0.22
-rwxr-xr-x  1 root root    893 Mar 17  2010 libdigestmd5.la
-rwxr-xr-x  1 root root  47172 Mar 17  2010 libdigestmd5.so
-rwxr-xr-x  1 root root  47172 Mar 17  2010 libdigestmd5.so.2
-rwxr-xr-x  1 root root  47172 Mar 17  2010 libdigestmd5.so.2.0.22
-rwxr-xr-x  1 root root    856 Mar 17  2010 liblogin.la
-rwxr-xr-x  1 root root  14752 Mar 17  2010 liblogin.so
-rwxr-xr-x  1 root root  14752 Mar 17  2010 liblogin.so.2
-rwxr-xr-x  1 root root  14752 Mar 17  2010 liblogin.so.2.0.22
-rwxr-xr-x  1 root root    856 Mar 17  2010 libplain.la
-rwxr-xr-x  1 root root  14848 Mar 17  2010 libplain.so
-rwxr-xr-x  1 root root  14848 Mar 17  2010 libplain.so.2
-rwxr-xr-x  1 root root  14848 Mar 17  2010 libplain.so.2.0.22
-rwxr-xr-x  1 root root    930 Mar 17  2010 libsasldb.la
-rwxr-xr-x  1 root root 905200 Mar 17  2010 libsasldb.so
-rwxr-xr-x  1 root root 905200 Mar 17  2010 libsasldb.so.2
-rwxr-xr-x  1 root root 905200 Mar 17  2010 libsasldb.so.2.0.22
-rw-r--r--  1 root root     25 Mar 31  2010 Sendmail.conf

Suresh also started saslauthd as he told me in an offlist mail.

Everything is there and it should work if we put the pieces together
correctly.

p@rick

-- 
All technical questions asked privately will be automatically answered on the
list and archived for public access unless privacy is explicitely required and
justified.

saslfinger (debugging SMTP AUTH):
<http://postfix.state-of-mind.de/patrick.koetter/saslfinger/>

Reply via email to