Linux - ServerThis forum is for the discussion of Linux Software used in a server related context.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
I have installed postfix which has public ip address 174.x.x.x and I want to use that smtp to send email from 124.109.34.3 but I can't. I can send emails locally using this smtp but cannot even telnet from
this IP 124.109.34.3.
# nmap 174.x.x.x doesn't show that 25 port is open but
#namp localhost shows that 25 port is opened.
I have disabled selinux and firewall. my configuration files are below.
It looks like you have inet_interfaces many times in the config file. And then only the last one is used. I would try to remove them all, since the default value is "all".
If the server has many networks, and it should only listen to some of them, you have need to specify which it should listen on. Here is some info:
have installed postfix which has public ip address 174.x.x.x and I want to use that smtp to send email from 124.109.34.3 but I can't. I can send emails locally using this smtp but cannot even telnet from
this IP 124.109.34.3.
So your public IP is 172.x.x.x.
Is postfix installed on the machine that has the public IP, or are you behind a router with NAT?
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.