I try with my client, Thunderbird, and definitively I can't connect to my server. Something must to be wrong.

I probed all connection options, but can't authenticate smtp.

I read sometimes the saslauthd(8) section of the manual, but i don't found nothing interesting.

Any advice?



El 04/02/2014 11:37, Reindl Harald escribió:

Am 04.02.2014 11:30, schrieb Jaime Fuentes - Ditecal:
I changed the configuration, and now my

sudo postconf -v|grep ^smtpd_sasl

configuation is like yours:

postconf: dict_eval: const  correo1
smtpd_sasl_auth_enable = yes
smtpd_sasl_authenticated_header = no
smtpd_sasl_exceptions_networks =
smtpd_sasl_local_domain =
smtpd_sasl_path = smtpd
smtpd_sasl_security_options = noanonymous
smtpd_sasl_tls_security_options = $smtpd_sasl_security_options
smtpd_sasl_type = cyrus

But still, when I connect with:

openssl s_client -starttls smtp -crlf -connect mail.chirigotalosbichos.com:25

I get this error:

250 DSN
ehlo localhost
250-correo1
250-PIPELINING
250-SIZE 10240000
250-VRFY
250-ETRN
250-AUTH LOGIN PLAIN
250-AUTH=LOGIN PLAIN
250-ENHANCEDSTATUSCODES
250-8BITMIME
250 DSN
auth plain amFpbWUuY29tAGphaW1lLmNvbQBob2xh
535 5.7.8 Error: authentication failed: authentication failure

My smtpd.conf is on

/etc/postfix/sasl/smtpd.conf

I'm blocked again...
why don't you just test it with a regular mail client?
that also fails here and smtp-auth is wokring on my postfix perfect

[harry@rh:~]$ telnet localhost 25
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
220 rh.thelounge.net ESMTP
EHLO harry
250-rh.thelounge.net
250-PIPELINING
250-SIZE 36700160
250-STARTTLS
250-AUTH CRAM-MD5 DIGEST-MD5 LOGIN PLAIN SCRAM-SHA-1
250 8BITMIME
auth plain amFpbWUuY29tAGphaW1lLmNvbQBob2xh
535 5.7.8 Error: authentication failed



_______________________________________________
DBmail mailing list
DBmail@dbmail.org
http://mailman.fastxs.nl/cgi-bin/mailman/listinfo/dbmail

_______________________________________________
DBmail mailing list
DBmail@dbmail.org
http://mailman.fastxs.nl/cgi-bin/mailman/listinfo/dbmail

Reply via email to