Page 1 of 1

SMTP disconnected problem  [SOLVED]

Posted: Sun 2. Jan 2022, 17:45
by lmarcos
I messed yesterday with my server permissions and now I can't have the smtp open.
Here is the dashboard monitor showing the smtp disabled.
ports1.PNG
And here are the firewall rules.
portsfw.PNG
So I'm getting SMTP Error: RCPT TO command failed <x****@*****.xxx>: Temporary lookup failure 451 4.3.0

Thanks for your help :D

Re: SMTP disconnected problem

Posted: Tue 4. Jan 2022, 20:39
by lmarcos
This is what I did to get postfix listening again
Edit /etc/postfix/master.cf
Remove the # symbol in front of the line:
#submission inet n - n - - smtpd
and restarted either with
service postfix restart
or postfix reload