OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
Re: sasl2 and pam error

From: RYAN vAN GINNEKEN (rmvgshaw.ca)
Date: Mon Dec 01 2003 - 14:40:23 CST


/usr/local/lib/sasl2/smtpd.conf

pwcheck_method: saslauthd
mech_list: plain login

#pwcheck_method: pam

Andreas Winkelmann wrote:

>Am Montag, 1. Dezember 2003 08:44 schrieb RYAN vAN GINNEKEN:
>
>
>
>>I am using freebsd 4.8 stable
>>postfix version 2.0.0.16
>>
>>I have installed sasl2, saslauthd, and postfix with support for sasl and
>>tls when i try to logon with an outlook express version 6 it just keeps
>>asking me for my user name and password over and over and i get this in
>>my auth.log
>>
>>Dec 1 00:05:00 v20 saslauthd[203]: do_auth : auth failure:
>>[user=testcomputerking.ca] [service=smtp] [realm=computerking.ca]
>>[mech=pam] [reason=PAM auth error]
>>
>>when i telnet in i get this
>>
>>v20.computerking.ca > /home/rmvg #telnet localhost 25
>>Trying ::1...
>>telnet: connect to address ::1: Connection refused
>>Trying 127.0.0.1...
>>Connected to localhost.
>>Escape character is '^]'.
>>220 mail1.computerking.ca ESMTP Postfix
>>EHLO computerking
>>250-mail1.computerking.ca
>>250-PIPELINING
>>250-SIZE 10240000
>>250-VRFY
>>250-ETRN
>>250-STARTTLS
>>250-XVERP
>>250 8BITMIME
>>
>>I think there should be some AUTH lines right where are they how do i
>>get them.
>>
>>
>
>"postconf -n" please. And what tells your maillog? Some errors about sasl?
>What says "ldd /path/to/smtpd"?
>
>
>