| Linode Forum https://forum.linode.com/ |
|
| Email Not Listening on Port 25 https://forum.linode.com/viewtopic.php?f=11&t=10905 |
Page 1 of 1 |
| Author: | chernevik [ Wed Mar 12, 2014 2:25 pm ] |
| Post subject: | Email Not Listening on Port 25 |
FIXED. The line, in /etc/postfix/master.cf, for 'smtp inet . . .' had been commented out. Removed the comment, restarted Postfix, all good. END EDIT I am trying to set up an email server per the excellent "Email with Postfix, Dovecot, and MySQL" article. Unfortunately, while I can send email via a remote client, I cannot receive email. Efforts to send email to an account on the server get this error message: The recipient server did not accept our requests to connect. Learn more at http://support.google.com/mail/bin/answ ... nswer=7720 [(10) mail.hammeringbits.net. [23.239.10.92]:25: Connection refused] Searching on this lead me to a Linode article suggesting ports were the problem. netstat -ntlp Code: Active Internet connections (only servers) I don't see any line for port 25 here, which seems suspicious. I don't think the firewall is the problem: iptables -L -n -v: Code: Chain INPUT (policy ACCEPT 453M packets, 30G bytes) So far as I can tell this isn't blocking anything. So I think the problem is that Postfix (Dovecot?) aren't listening on port 25. The setup article doesn't have any reference to setting any particular option to port 25, so I presume Postfix (Dovecot?) listens to port 25 by default. But it doesn't seem to be doing so here. I suppose I could have done something in configuration that told Postfix to let Dovecot do the listening on 25, and missed the configuration to make Dovecot actually do that listening. How do I debug this? Any help would be appreciated. Thanks. |
|
| Page 1 of 1 | All times are UTC-04:00 |
| Powered by phpBB® Forum Software © phpBB Group http://www.phpbb.com/ |
|