|
|
Question : how to open port 25
|
|
hi guys i have linux suse 10.3 insatlled and running postfix on it.
but i can not connect to the mail server through out side
when i do netstat -an |grep :25 |grep tcp it comes up with tcp 0 0 127.0.0.1:25 0.0.0.0:* listen
where it should be
tcp 0 0 0.0.0.0:25 0.0.0.0:* listen
how can i get this please help
|
Answer : how to open port 25
|
|
Change inet_interface = 192.168.1.1 and restart the service. then execute netstat -an |grep :25 |grep tcp and see the results if it comes up with 192.168.1.1 or same 127.0.0.1 This way we can make sure we are modifying the exact file and service is actually using that file and restarted.
|
|
|
|