On 4/5/2012 1:27 PM, Mike Jones! wrote:
> I am trying to set up auth for postfix so I can send mail to addresses
> on the internet through my server.  Here is the output from EHLO:
> 
> 
> $ nc example.com 25
> 220 example.com ESMTP Postfix
> ehlo example.com
> 250-example.com
> 250-PIPELINING
> 250-SIZE 10240000
> 250-VRFY
> 250-ETRN
> 250-STARTTLS
> 250-ENHANCEDSTATUSCODES
> 250-8BITMIME
> 250 DSN
> 
> 
> So postfix is running fine and listening, but just missing the AUTH
> parts. Here are my postfix and dovecot infos, respectively.
> 
> Postfix config:
> 
> $ sudo postconf -n

> smtpd_tls_auth_only = yes

You've told postfix to only offer AUTH after you connect with TLS,
either STARTTLS or via smtps.  For testing, either turn this setting
off or use
openssl s_client -connect example.com:25 -starttls smtp

There may or may not be other issues noted in your logs.




  -- Noel Jones

Reply via email to