Le 02/12/2009 22:45, Dennis Guhl a écrit :
Joss Red schrieb:
Hi,

Hello,

I have a problem with my postfix/dovecot configuration, I can't
receive mail from outside, i can send a mail from my mail to myself
and others, but i can only receive one i send from myself, but when it
comes from outside my domains, it dosn't work.

I see only smtps in your master.cf, which listens on port 465. But
external server try to connect to plain SMTP on port 25.

Add this to your master.cf and it should work:

smtp inet n - - - - smtpd

master.cf >
-----------------------------------------------------------------
smtps inet n - - - - smtpd
-o smtpd_tls_wrappermode=yes
-o smtpd_sasl_auth_enable=yes
-o smtpd_client_restrictions=permit_sasl_authenticated,reject

Bye
Dennis


Thanks for the reply steve and denis !

I know i'ts dovecot mailing list but since i don't know where the problem is, i posted all my conf, both postfix and dovecot !

And now i know :) thanks guys it's worked !


Reply via email to