kilburn
Development Team
Posts: 2,182
Joined: Feb 2007
Reputation: 34
|
RE: Mail setup pop, smtp, blah blah blah
Ok, let's try another thing. Try this two things:
1. Login to the server through ssh and execute "telnet localhost 25". It should show a Ispcp SMTPd banner (or something like this), write "quit" and it'll close.
2. From your machine, execute "telnet ip.of.your.server 25". The same thing as above shoud happen.
Results:
- If (1) doesn't work (connection refused or timed out), there's some serious problem with postfix (unlikely).
- If (1) works but (2) doesn't (most probable), then your provider is blocking your outgoing connections to port 25.
A someone has said before, you can use the 587 port, but only after enabling it! Uncomment the "submission" line in /etc/postfix/master.cf and restart postfix, and then repeat the telnet tests again but changing 25 by 587.
|
|
08-04-2009 03:52 PM |
|