This is my first attempt to get Postfix-2.6 working with SASL.
Unfortunately, it isn't. This is the 'postconf -n' output:

broken_sasl_auth_clients = yes
command_directory = /usr/local/sbin
config_directory = /usr/local/etc/postfix
daemon_directory = /usr/local/libexec/postfix
data_directory = /var/db/postfix
debug_peer_level = 2
html_directory = no
inet_interfaces = all
mail_owner = postfix
mail_spool_directory = /var/mail
mailq_path = /usr/local/bin/mailq
manpage_directory = /usr/local/man
mydestination = $myhostname, localhost.$mydomain, localhost,
$mydomain       mail.$mydomain, www.$mydomain, ftp.$mydomain mydomain
= example.net mynetworks_style = host
myorigin = $mydomain
newaliases_path = /usr/local/bin/newaliases
queue_directory = /var/spool/postfix
readme_directory = no
sample_directory = /usr/local/etc/postfix
sendmail_path = /usr/local/sbin/sendmail
setgid_group = maildrop
smtpd_sasl_auth_enable = yes
smtpd_sasl_authenticated_header = yes
smtpd_sasl_local_domain = $myhostname
smtpd_sasl_path = smtpd
smtpd_sasl_security_options = noanonymous
unknown_local_recipient_reject_code = 550

This is the output when I attempt to connect:

Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
220 example.net ESMTP Postfix
ECHO example.net
250-scorpio.seibercom.net
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 Z2VyYXJkXE9nZXJhcmRcT2dlcmFyZA==
535 5.7.8 Error: authentication failed: bad protocol / cancel
QUIT
221 2.0.0 Bye
Connection closed by foreign host.

I am not sure exactly what I should be looking for.


-- 
Gerard
postfix.u...@yahoo.com

TO REPORT A PROBLEM see http://www.postfix.org/DEBUG_README.html#mail
TO (UN)SUBSCRIBE see http://www.postfix.org/lists.html

The clash of ideas is the sound of freedom.

Attachment: signature.asc
Description: PGP signature

Reply via email to