Re: firewall ports not working

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



> By default setup the MTAs Sendmail and Postfix (both Core - not sure how
> exim from Extras is configured as shipped) are bound to localhost only.
> 
> netstat -alpen | grep ":25"
> 
> That command will show you whether you changed the configuration so that
> the MTA is not only listening with 127.0.0.1:25. If you need to
> reconfigure then for Sendmail edit the commented part in
> /etc/mail/sendmail.mc and restart the daemon afterwards, for Postfix run
> 
> postconf -e "inet_interfaces = all'
> 
> and restart it.

I am using postfix, and I did the above.  (The default for postfix,
according to the main.cf is "inet_interfaces = all".)  I am still unable
to get to that port.

I am able to get to it from another system on the same network though.
tcp        0      0 0.0.0.0:25                  0.0.0.0:*
LISTEN      0          753682     14311/master
tcp        0      0 209.25.194.148:25           209.25.194.146:1445
ESTABLISHED 89         757846     14650/smtpd
tcp        0      0 :::25                       :::*
LISTEN      0          753681     14311/master

I don't see anything that jumps out at me about postfix accepting
connections from something outside of it's local network.

eric


[Index of Archives]     [Current Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]     [Fedora Docs]

  Powered by Linux