On Friday 25 March 2011 10:09:23 Wietse Venema wrote:
> The remote SMTP server rejects mail from your Postfix SMTP client.
>
> To configure SASL authentication in your Postfix SMTP client, see
> http://www.postfix.org/SASL_README.html#client_sasl (Configuring
> SASL authentication in the Postfix SMTP/LMTP client).
>
> Wietse
perl -MMIME::Base64 -e 'print
encode_base64("wshekrotta\@frontier.com\0wshekrotta\@frontier.com\0xxxxxxxx")';
(string returned)
When I telnet 'auth plain' I get ..
telnet localhost 25
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
220 ubu.bla.org ESMTP Postfix (Ubuntu)
ehlo localhost
250-ubu.doink.org
250-PIPELINING
250-SIZE 10240000
250-VRFY
250-ETRN
250-AUTH PLAIN LOGIN
250-AUTH=PLAIN LOGIN
250-ENHANCEDSTATUSCODES
250-8BITMIME
250 DSN
auth plain
d3NoZWtyb3RhQGZyb250aWVyLmNvbQB3c2hla3JvdGFAZnJvbnRpZXIuY29tAGpvZWNvb2wx
535 5.7.8 Error: authentication failed:
It seems to me that I did have this working at one point.
main.cf
.
.
.
.
smtpd_sasl_security_options = noanonymous
smtpd_sender_login_maps = hash:/etc/postfix/sasl_password
smtpd_sasl_local_domain = $myhostname
smtpd_sasl_path = private/auth
smtpd_sasl_type = dovecot
broken_sasl_auth_clients = yes
smtpd_recipient_restrictions = permit_mynetworks, reject_unauth_destination
smtp_sasl_password_maps = hash:/etc/postfix/sasl_password
smtp_sasl_auth_enable = yes
sasl_password
smtp.frontier.com [email protected]:xxxxxxxxx
Is there any way to perform a verbose tracing of the actual sasl process,
maybe there is a clue there?
Thanks.
-Walt