Hallo zusammen:
Folgende Problematik:
SUSE 8.2 mit Confixx 3.0 und Postfixx SASL 2
Habe einen Suse 8.1 der sauber so funzt (auch mit sasl2) jedoch bei besagtem Server bekomme ich nur:
SASL LOGIN authentication failed
Meine Conf dateien sind:
Postfixx Main.cf:
#SMTPD Auth
smtp_always_send_ehlo = yes
smtpd_sasl_auth_enable = yes
#smtp_sasl_password_maps = hash:/etc/postfix/sasl_passwd
smtp_sasl_password_maps = /etc/sasldb
smtpd_sasl_security_options = noanonymous
broken_sasl_auth_clients = yes
smtpd_sasl_local_domain = s2
/usr/lib/sasl2/smtp.conf:
pwcheck_method: auxprop
Kann mir da jemend ne Hilfestellung geben. ??
THX Marco
SUSE 8.2 -Postfixx SASL Auth Probleme -brauche hilfe
-
mbreitfelder
- Posts: 11
- Joined: 2003-03-09 21:16
-
michaelzz5
- Posts: 14
- Joined: 2002-12-07 22:32
- Location: Zeitz
- Contact:
Postfix
Hallo,
Du verwechselst smtpd auth mit smtp auth.
Trag in die /usr/lib/sasl2/smtpd.conf
pwcheck_method: saslauthd
mech_list: plain login
ein.
In der main.cf entfernst Du folgenden eintrag
smtp_sasl_password_maps = /etc/sasldb
danach startest Du Postfix und die saslauthd neu.
Dann dürfte es gehen.
mfg. Micha
Du verwechselst smtpd auth mit smtp auth.
Trag in die /usr/lib/sasl2/smtpd.conf
pwcheck_method: saslauthd
mech_list: plain login
ein.
In der main.cf entfernst Du folgenden eintrag
smtp_sasl_password_maps = /etc/sasldb
danach startest Du Postfix und die saslauthd neu.
Dann dürfte es gehen.
mfg. Micha
-
mbreitfelder
- Posts: 11
- Joined: 2003-03-09 21:16
Re: SUSE 8.2 -Postfixx SASL Auth Probleme -brauche hilfe
Hallo ich bekomme nun folgende FM in der messages:
function=[pam_sm_authenticate] service=[smtp] terminal=[<unknown>] user=[web3p4@s2] ruser=[<unknown>] rhost=[<unknown>
DEBUG: auth_pam: pam_authenticate failed: User not known to the underlying authentication module
AUTHFAIL: user=web3p4@s2 service=smtp realm=s2 [PAM auth error]
function=[pam_sm_authenticate] service=[smtp] terminal=[<unknown>] user=[web3p4@s2] ruser=[<unknown>] rhost=[<unknown>
DEBUG: auth_pam: pam_authenticate failed: User not known to the underlying authentication module
AUTHFAIL: user=web3p4@s2 service=smtp realm=s2 [PAM auth error]
-
michaelzz5
- Posts: 14
- Joined: 2002-12-07 22:32
- Location: Zeitz
- Contact:
SUSE 8.2 -Postfixx SASL Auth Probleme -brauche hilfe
Hallo,
Hast Du die saslauthd gestartet?
Steht in der /etc/sysconfig/saslauthd
SASLAUTHD_AUTHMECH=pam
und nimm mal den eintrag raus
smtpd_sasl_local_domain = s2
mfg. Micha
Hast Du die saslauthd gestartet?
Steht in der /etc/sysconfig/saslauthd
SASLAUTHD_AUTHMECH=pam
und nimm mal den eintrag raus
smtpd_sasl_local_domain = s2
mfg. Micha
-
mbreitfelder
- Posts: 11
- Joined: 2003-03-09 21:16
Re: SUSE 8.2 -Postfixx SASL Auth Probleme -brauche hilfe
jetzt bekomme ich folgende FM in der Messages:
PAM unable to dlopen(/lib/security/pam_pwdb.so)
Mar 16 15:21:27 s2 saslauthd[5799]: PAM [dlerror: /lib/security/pam_pwdb.so: cannot open shared object file: No such file or directory]
Mar 16 15:21:27 s2 saslauthd[5799]: PAM adding faulty module: /lib/security/pam_pwdb.so
Mar 16 15:21:27 s2 saslauthd[5799]: DEBUG: auth_pam: pam_authenticate failed: Module is unknown
Mar 16 15:21:27 s2 saslauthd[5799]: AUTHFAIL: user=web3p4 service=smtp realm= [PAM auth error]
Gruß
Marco
PAM unable to dlopen(/lib/security/pam_pwdb.so)
Mar 16 15:21:27 s2 saslauthd[5799]: PAM [dlerror: /lib/security/pam_pwdb.so: cannot open shared object file: No such file or directory]
Mar 16 15:21:27 s2 saslauthd[5799]: PAM adding faulty module: /lib/security/pam_pwdb.so
Mar 16 15:21:27 s2 saslauthd[5799]: DEBUG: auth_pam: pam_authenticate failed: Module is unknown
Mar 16 15:21:27 s2 saslauthd[5799]: AUTHFAIL: user=web3p4 service=smtp realm= [PAM auth error]
Gruß
Marco
-
mbreitfelder
- Posts: 11
- Joined: 2003-03-09 21:16
Re: SUSE 8.2 -Postfixx SASL Auth Probleme -brauche hilfe
Hallo Micha,
es funktionier jetzt......
Danke für die Hilfe
Gruß
Marco
es funktionier jetzt......
Danke für die Hilfe
Gruß
Marco