Quote:
|
Originally Posted by micko_escalade
I tried that first time but then it gave error that it is too long
|
Leave out all the comments in the file, then it should fit without problems.
Quote:
|
Originally Posted by micko_escalade
I followed instruction Testing Postfix
here
when I try to telnet from windows command prompt to my vps ip
Code:
telnet 207.210.228.XX 25
I get no responde,
|
In the netstat output I saw that Postfix is listening only on localhost, so I guess you haven't set inet_interfaces to all in /etc/postfix/main.cf (that's why I asked for it). Please set
Code:
inet_interfaces = all
in /etc/postfix/main.cf and restart Postfix.
BTW, when I ask you for some output of some command, please post it as plain text here, not as screenshot. This makes it easier for us to see what is wrong.