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

Reply via email to