Sam
2004-06-20 14:00:22 UTC
Hi,
I just upgraded Openexchange wiith latest patches then I can't use
Mozilla mail client to logon the mail server (Imap) any more.
The error is about the user (the mozilla mail client) is using an
unknown authtentication module.
Here is the error:
Jun 20 19:04:50 slox imapd[23152]: open: user samwun opened INBOX
Jun 20 19:05:23 slox imapd[23131]: accepted connection
Jun 20 19:05:27 slox saslauthd[729]: DEBUG: auth_pam: pam_authenticate
failed: User not known to the underlying authentication module
Jun 20 19:05:27 slox saslauthd[729]: AUTHFAIL: user=***@xyz.com
service=imap realm= [PAM auth error]
Jun 20 19:05:27 slox imapd[23131]: Password verification failed
Jun 20 19:05:27 slox imapd[23131]: badlogin: slox.xyz.com[192.168.4.3]
plain [SASL(-13): authentication failure: Password verification failed]
Jun 20 19:05:30 slox saslauthd[730]: DEBUG: auth_pam: pam_authenticate
failed: User not known to the underlying authentication module
Jun 20 19:05:30 slox saslauthd[730]: AUTHFAIL: user=***@xyz.com
service=imap realm= [PAM auth error]
Jun 20 19:05:30 slox imapd[23131]: badlogin: slox.xyz.com[192.168.4.3]
plaintext ***@xyz.com SASL(-13): authentication failure: checkpass
failed
The /etc/pam.d/smtp file contains:
#%PAM-1.0
auth sufficient pam_ldap.so
#auth required pam_unix.so
auth sufficient pam_unix.so
account sufficient pam_ldap.so
account required pam_unix.so
password required pam_ldap.so use_authtok
session required pam_ldap.so
and Ihave just rename the /usr/lib/sasl2 to sasl2.bk
and make a symbolic link so that sasl2 is pointing to /usr/lib/sasl
which is the more updated sasl library.
There is a smtp.conf file in the sasl/ directory, its content :
lib/sasl# cat smtpd.conf
pwcheck_method: pam
What should I do to fix this problem?
thanks
sam
I just upgraded Openexchange wiith latest patches then I can't use
Mozilla mail client to logon the mail server (Imap) any more.
The error is about the user (the mozilla mail client) is using an
unknown authtentication module.
Here is the error:
Jun 20 19:04:50 slox imapd[23152]: open: user samwun opened INBOX
Jun 20 19:05:23 slox imapd[23131]: accepted connection
Jun 20 19:05:27 slox saslauthd[729]: DEBUG: auth_pam: pam_authenticate
failed: User not known to the underlying authentication module
Jun 20 19:05:27 slox saslauthd[729]: AUTHFAIL: user=***@xyz.com
service=imap realm= [PAM auth error]
Jun 20 19:05:27 slox imapd[23131]: Password verification failed
Jun 20 19:05:27 slox imapd[23131]: badlogin: slox.xyz.com[192.168.4.3]
plain [SASL(-13): authentication failure: Password verification failed]
Jun 20 19:05:30 slox saslauthd[730]: DEBUG: auth_pam: pam_authenticate
failed: User not known to the underlying authentication module
Jun 20 19:05:30 slox saslauthd[730]: AUTHFAIL: user=***@xyz.com
service=imap realm= [PAM auth error]
Jun 20 19:05:30 slox imapd[23131]: badlogin: slox.xyz.com[192.168.4.3]
plaintext ***@xyz.com SASL(-13): authentication failure: checkpass
failed
The /etc/pam.d/smtp file contains:
#%PAM-1.0
auth sufficient pam_ldap.so
#auth required pam_unix.so
auth sufficient pam_unix.so
account sufficient pam_ldap.so
account required pam_unix.so
password required pam_ldap.so use_authtok
session required pam_ldap.so
and Ihave just rename the /usr/lib/sasl2 to sasl2.bk
and make a symbolic link so that sasl2 is pointing to /usr/lib/sasl
which is the more updated sasl library.
There is a smtp.conf file in the sasl/ directory, its content :
lib/sasl# cat smtpd.conf
pwcheck_method: pam
What should I do to fix this problem?
thanks
sam