| Linode Forum https://forum.linode.com/ |
|
| SMTP with Postfix only works internally. https://forum.linode.com/viewtopic.php?f=11&t=9308 |
Page 1 of 1 |
| Author: | richrad [ Sat Aug 25, 2012 4:20 pm ] |
| Post subject: | SMTP with Postfix only works internally. |
I've got my email server set up with Postfix/Dovecot using the documentation from Linode. I've installed roundcube as a web interface and it can send and receive email without trouble. However, when I try to use an external client, I can only receive mail. So my first thought was the firewall. Here's iptables -L: Code: Chain INPUT (policy ACCEPT) Any obvious mistakes? And here's the output of netstat -lntp: Code: Active Internet connections (only servers) So it looks like something is listening on port 25, right? Thanks for any help you can offer. |
|
| Author: | vonskippy [ Sat Aug 25, 2012 4:43 pm ] |
| Post subject: | Re: SMTP with Postfix only works internally. |
telnet mail.domain.com 25 and see how it responds |
|
| Author: | richrad [ Sat Aug 25, 2012 4:55 pm ] |
| Post subject: | Re: SMTP with Postfix only works internally. |
It times out: Code: telnet waffles.ovrmnd.com 25 Locally, it's fine and dandy: Code: telnet localhost 25 |
|
| Author: | sweh [ Sat Aug 25, 2012 5:02 pm ] |
| Post subject: | Re: SMTP with Postfix only works internally. |
Works for me. Is your home ISP blocking port 25? Code: % telnet waffles.ovrmnd.com 25 |
|
| Author: | richrad [ Sat Aug 25, 2012 5:05 pm ] |
| Post subject: | Re: SMTP with Postfix only works internally. |
Well, well. That's an excellent question! |
|
| Author: | richrad [ Sat Aug 25, 2012 5:24 pm ] |
| Post subject: | Re: SMTP with Postfix only works internally. |
And that's exactly what it was! I've got an AT&T U-Verse "Small Business" connection, if anyone else would like to avoid them. For future reference, I got it to work by adding these lines to /etc/postfix/master.cf: Code: 465 inet n - n - - smtpd Which tells postfix to listen to those ports, too. So now I can connect! (But I'm getting a new set of errors regarding authentication. Which I will save for another post.) Thanks! |
|
| Page 1 of 1 | All times are UTC-04:00 |
| Powered by phpBB® Forum Software © phpBB Group http://www.phpbb.com/ |
|