On 10/17/2012 12:54 PM, Ricardo Barbosa wrote:
> hi all,
> 
> I deploy enviroment with postfix and dovecot but not worked.
> 
> look my settings.
> 

"postconf -n" is preferred rather than main.cf snippings.

> mynetworks = 127.0.0.0/8, 172.16.1.0/24, 10.0.0.0/24, 0.0.0.0/0

0.0.0.0/0!!!  Trying to be an open relay?  Bad idea; remove this.

> smtpd_sasl_path = /var/run/dovecot/private/auth

Typically should be
  smtpd_sasl_path = private/auth

with dovecot.conf pointing to /var/spool/postfix/private/auth

http://www.postfix.org/SASL_README.html#server_dovecot


> maillog
> 
> Oct 17 13:58:26 mail postfix/smtpd[15324]: connect from 
> unknown[xxx.xxx.xxx.xxx]
> Oct 17 13:58:38 mail postfix/smtpd[15324]: warning:
>  unknown[xxx.xxx.xxx.xxx]: SASL PLAIN authentication failed:

Any other warning|error|fatal|panic postfix messages?  Any dovecot
logging?

If you need more help, please see
http://www.postfix.org/DEBUG_README.html#mail



  -- Noel Jones

Reply via email to