Issac Kelly a écrit :
> I have some more details now:
> 
> postfix/smtpd[11997]: warning: (outside host): SASL PLAIN authentication
> failed: authentication failure
> postfix/smtpd[11997]: > (outside host): 535 5.7.8 Error: authentication
> failed: authentication failure
> postfix/smtpd[11997]: watchdog_pat: 0x9ab5680
>  postfix/smtpd[11997]: < (outside host): AUTH LOGIN
> postfix/smtpd[11997]: xsasl_cyrus_server_first: sasl_method LOGIN
> postfix/smtpd[11997]: xsasl_cyrus_server_auth_response: uncoded server
> challenge: Username:
> postfix/smtpd[11997]: > (outside host): 334 [[SOME ENCRYPTEDVAL]]
>  postfix/smtpd[11997]: < (outside host): [[OTHER ENCRYPTED VAL]]
>  postfix/smtpd[11997]: xsasl_cyrus_server_next: decoded response:
> ([EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>)
>  postfix/smtpd[11997]: xsasl_cyrus_server_auth_response: uncoded server
> challenge: Password:
> postfix/smtpd[11997]: > (outside host): 334 [[encrypted val]]
> postfix/smtpd[11997]: < (outside host): [[encrypted val]]
> postfix/smtpd[11997]: xsasl_cyrus_server_next: decoded response: [[plain
> text password]]
>  postfix/smtpd[11997]: warning: SASL authentication problem: unable to
> open Berkeley db /etc/sasldb2: No such file or directory
> 
> 
> It's the last line that confuses me, it shouldn't be looking in
> /etc/sasldb2 at all, it should be looking in the database
> 
> here is my /etc/postfix/sasl/smtpd.conf
> 

the location of smtpd.conf is system dependent. you'll need to make sure
your system uses /etc/postfix/sasl (Debian style). Otherwise, you'll
need to find the right path.

> pwcheck_method: auxprop
> auxprop_plugin: sql
> mech_list: login cram-md5 digest-md5

no "plain"?

> sql_engine: mysql
> sql_hostnames: localhost
> sql_user: [[mail username]]
> sql_passwd: [[sql passwd]]
> sql_database: maildb
> sql_select: select clear from users where id='[EMAIL PROTECTED]' and enabled 
> = 1
> 
> So, SASL and TLS are still not working, either of them.  I don't have a
> real idea what's going on.
> 


show the output of saslfinger. If you don't have it, you can get it from:
        http://postfix.state-of-mind.de/patrick.koetter/saslfinger/

Reply via email to