Am 18.04.2015 um 16:35 schrieb Krzs:
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

That's while i use openssl:

:~$ openssl s_client -starttls smtp -crlf -connect
88.198.107.18:25 CONNECTED(00000003) depth=0 C = DE, ST = Berlin, L
= Berlin, O = Frozenstar Communications, OU = SMTP, CN =
smtp.frozenstar.info, emailAddress = admin[at]frozenstar.info
verify error:num=18:self signed certificate verify return:1 depth=0
C = DE, ST = Berlin, L = Berlin, O = Frozenstar Communications, OU
= SMTP, CN = smtp.frozenstar.info, emailAddress =
admin[at]frozenstar.info verify return:1 --- Certificate chain 0
s:/C=DE/ST=Berlin/L=Berlin/O=Frozenstar
Communications/OU=SMTP/CN=smtp.frozenstar.info/emailAddress=admin[at]f
rozenstar.info
[...]

Start Time: 1429367076 Timeout   : 300 (sec) Verify return code: 18
(self signed certificate) --- 250 DSN

If I issue the same command and continue with EHLO AUTH is offered to me but my credentials (obviously) get rejected. So far working as it should.
        535 5.7.8 Error: authentication failed: UGFzc3dvcmQ6


This is insted by telnet:

:~$ telnet smtp.frozenstar.info 25Trying 88.198.107.18... Connected
to smtp.frozenstar.info. Escape character is '^]'. 220
smtp.frozenstar.info ESMTP Postfix ehlo frozenstar.info
250-smtp.frozenstar.info 250-PIPELINING 250-SIZE 10240000 250-ETRN
250-STARTTLS 250-ENHANCEDSTATUSCODES 250-8BITMIME 250 DSN

AUTH is NOT on the list and logs say:

That's because you told Postfix not to offer AUTH on unsecure connections.
        smtpd_tls_auth_only = yes


To me it looks as if everything is working as it should. This might simply be a Thunderbird misconfiguration.

--
Alex JOST

Reply via email to