Current time: 05-04-2024, 02:18 PM Hello There, Guest! (LoginRegister)


Post Reply 
[solved] Mail setup pop, smtp, blah blah blah
Author Message
kilburn Offline
Development Team
*****
Dev Team

Posts: 2,182
Joined: Feb 2007
Reputation: 34
Post: #11
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
Visit this user's website Find all posts by this user Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Mail setup pop, smtp, blah blah blah - kilburn - 08-04-2009 03:52 PM

Forum Jump:


User(s) browsing this thread: 1 Guest(s)