|
Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com |
Re: SASL error
From: Andreas Winkelmann (ml
awinkelmann.de)
Date: Sat Oct 07 2006 - 18:51:08 CDT
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Am Sunday 08 October 2006 01:07 schrieb Gerard Seibert:
> FreeBSD 6.1 STABLE
> Postfix 2.4-20060930
>
> I am receiving this error message when sending a message from another
> computer on my network with sasl enabled:
>
> Oct 7 18:43:03 scorpio postfix/smtpd[2320]: connect from
> boss.seibercom.net[198.168.0.4] Oct 7 18:43:03 scorpio
> postfix/smtpd[2320]: warning: SASL authentication failure: no user in db
>
>
> ##
> # Global Values
> log-level: 3
> pwcheck_method: auxprop
> mech_list: PLAIN LOGIN CRAM-MD5
> auxprop_plugin: sasldb
>
> If I use this configuration, the error message does not appear:
>
> ## Global Values
> pwcheck_method: saslauthd
> log_level: 3
> mech_list: PLAIN LOGIN
> saslauthd_path: /var/run/saslauthd/mux
>
> saslauthd is started with the '-a sasldb' flag.
>
> Other than that one error message, everything seems to work correctly no
> matter which 'configuration' I employ.
Check the permissions of sasldb. Postfix must be able to read it.
Show the Line in sasldb (sasldblistusers2), with the Account you use to test
and tell us, which Username you use to Authenticate.
> *** postconf -n ***
>
> broken_sasl_auth_clients = yes
> smtpd_sasl_auth_enable = yes
> smtpd_sasl_authenticated_header = yes
> smtpd_sasl_local_domain =
> smtpd_tls_CAfile = /usr/local/etc/postfix/certs/cacert.pem
> smtpd_tls_cert_file = /usr/local/etc/postfix/certs/postfix-cert.pem
> smtpd_tls_key_file = /usr/local/etc/postfix/certs/postfix-key.pem
> smtpd_tls_security_level = may
> smtpd_tls_session_cache_database = btree:/var/smtpd_tls_session_cache
--
Andreas
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]