22.3.2014 23:06, li...@rhsoft.net kirjoitti:
> Am 22.03.2014 22:02, schrieb li...@rhsoft.net:
>> break:
>>
>> openssl s_client -starttls smtp -crlf -connect mail.riseup.net:587
>> shows after the SSL stuff and the "EHLO command" that the other
>> host supports LOGIN / PLAIN, so i am somehow out of ideas
>>
>> did you *really* restart postfix and try again send a new message?
>> while doing so please post the *complete log* of the trensaction
>>
>> 250 DSN
>> EHLO test
>> 250-fruiteater.riseup.net
>> 250-PIPELINING
>> 250-SIZE 25600000
>> 250-ETRN
>> 250-AUTH LOGIN PLAIN
>> 250-AUTH=LOGIN PLAIN
>> 250-ENHANCEDSTATUSCODES
>> 250-8BITMIME
>> 250 DSN
> 
> uhm you posted that line in your "postconf -n" output
> 
> smtp_tls_policy_maps = hash:/etc/postfix/tls_policy
> 
> besides a complete log what is the content of that file?
> 
> is there anything related to the destination which may restrict
> the used auth-mechs and so no matching one is left?
> 

Output of /etc/postfix/tls_policy:

[mail.riseup.net]:587 encrypt protocols=TLSv1 ciphers=high

Complete log:

Mar 22 22:06:02 vps44713 postfix/master[2311]: reload -- version 2.9.6,
configuration /etc/postfix
Mar 22 22:06:16 vps44713 postfix/smtpd[10210]: connect from
localhost[127.0.0.1]
Mar 22 22:06:49 vps44713 postfix/smtpd[10210]: 7BFFB3E030B:
client=localhost[127.0.0.1]
Mar 22 22:06:57 vps44713 postfix/cleanup[10224]: 7BFFB3E030B:
message-id=<20140322210649.7bffb3e0...@example.com>
Mar 22 22:06:57 vps44713 postfix/qmgr[10204]: 7BFFB3E030B:
from=<anonymou...@riseup.net>, size=338, nrcpt=1 (queue active)
Mar 22 22:06:58 vps44713 postfix/smtp[10225]: warning: SASL
authentication failure: No worthy mechs found
Mar 22 22:06:58 vps44713 postfix/smtp[10225]: 7BFFB3E030B: SASL
authentication failed; cannot authenticate to server
mail.riseup.net[198.252.153.55]: no mechanism available
Mar 22 22:06:58 vps44713 postfix/smtpd[10210]: disconnect from
localhost[127.0.0.1]
Mar 22 22:07:00 vps44713 postfix/smtp[10225]: warning: SASL
authentication failure: No worthy mechs found
Mar 22 22:07:00 vps44713 postfix/smtp[10225]: 7BFFB3E030B:
to=<anonymou...@riseup.net>, relay=mail.riseup.net[198.252.153.56]:587,
delay=17, delays=14/0.05/2.5/0, dsn=4.7.0, status=deferred (SASL
authentication failed; cannot authenticate to server
mail.riseup.net[198.252.153.56]: no mechanism available)

Reply via email to