Discussion:
postfix connection is timing out? trying to send email to my yahoo or gmail address?
(too old to reply)
cyberdome
2014-03-31 23:02:56 UTC
Permalink
I have installed Postfix using Yum, I am running Fedora 20.

yum install postfix.

I setup the postfix main.cf file. I believe I have done everything correctly, Please, can someone guide me to right direction. Am I missing something. I think My ISP Verizon FIOS, is probably blocking port 25? I have configured IPTables in my Linux server. Should I disable the IPtables and test it out. Can I configure Postfix to use another port, and forward the port on my ROUTER.

Any help is greatly appreciated.

------

postfix/smtp[12416]: connect to mta5.am0.yahoodns.net[98.138.112.38]:25: Connection timed out
postfix/smtp[12415]: connect to mta5.am0.yahoodns.net[98.138.112.37]:25: Connection timed out
postfix/smtp[12417]: connect to mta7.am0.yahoodns.net[66.196.118.37]:25: Connection timed out
postfix/smtp[12417]: EEC3F80EEB: to=<***@yahoo.com>, relay=none, delay=41360, delays=41210/0.02/150/0, dsn=4.4.1, status=deferred (connect to mta7.am0.yahoodns.net[66.196.118.37]:25: Connection timed out)
postfix/smtp[12418]: connect to mta7.am0.yahoodns.net[98.138.112.37]:25: Connection timed out
postfix/smtp[12418]: EB8E380EF3: to=<***@yahoo.com>, relay=none, delay=40602, delays=40452/0.03/150/0, dsn=4.4.1, status=deferred (connect to mta7.am0.yahoodns.net[98.138.112.37]:25: Connection timed out)
postfix/smtp[12416]: connect to mta6.am0.yahoodns.net[66.196.118.37]:25: Connection timed out
postfix/smtp[12415]: connect to mta6.am0.yahoodns.net[98.138.112.34]:25: Connection timed out
postfix/smtp[12416]: EFDB080EE9: to=<***@yahoo.com>, relay=none, delay=40597, delays=40447/0.02/150/0, dsn=4.4.1, status=deferred (connect to mta6.am0.yahoodns.net[66.196.118.37]:25: Connection timed out)
postfix/smtp[12415]: EC18F80EF6: to=<***@yahoo.com>, relay=none, delay=685, delays=534/0.02/150/0, dsn=4.4.1, status=deferred (connect to mta6.am0.yahoodns.net[98.138.112.34]:25: Connection timed out)

-----
a***@gmail.com
2014-04-01 17:50:49 UTC
Permalink
Post by cyberdome
I have installed Postfix using Yum, I am running Fedora 20.
yum install postfix.
I setup the postfix main.cf file. I believe I have done everything correctly, Please, can someone guide me to right direction. Am I missing something. I think My ISP Verizon FIOS, is probably blocking port 25? I have configured IPTables in my Linux server. Should I disable the IPtables and test it out. Can I configure Postfix to use another port, and forward the port on my ROUTER.
Any help is greatly appreciated.
------
postfix/smtp[12416]: connect to mta5.am0.yahoodns.net[98.138.112.38]:25: Connection timed out
postfix/smtp[12415]: connect to mta5.am0.yahoodns.net[98.138.112.37]:25: Connection timed out
postfix/smtp[12417]: connect to mta7.am0.yahoodns.net[66.196.118.37]:25: Connection timed out
postfix/smtp[12418]: connect to mta7.am0.yahoodns.net[98.138.112.37]:25: Connection timed out
postfix/smtp[12416]: connect to mta6.am0.yahoodns.net[66.196.118.37]:25: Connection timed out
postfix/smtp[12415]: connect to mta6.am0.yahoodns.net[98.138.112.34]:25: Connection timed out
-----
SOLUTION -->

As it turns out, Verizon FIOS is blocking all OUTGOING email ports, Verizon is not allowing relaying at all. I was able to use GMAIL SMTP port 587server. I configured POSTFIX to use GMAIL as relay.

http://mhawthorne.net/posts/postfix-configuring-gmail-as-relay.html

Few changes to configuration. Before, I could check my mail queue. All mails gone already. LOL :)
Burkhard Ott
2014-04-02 01:29:04 UTC
Permalink
Post by cyberdome
I have installed Postfix using Yum, I am running Fedora 20.
yum install postfix.
I setup the postfix main.cf file. I believe I have done everything
correctly, Please, can someone guide me to right direction. Am I missing
something. I think My ISP Verizon FIOS, is probably blocking port 25? I
have configured IPTables in my Linux server. Should I disable the
IPtables and test it out. Can I configure Postfix to use another port,
and forward the port on my ROUTER.
Any help is greatly appreciated.
------
Connection timed out
postfix/smtp[12415]: connect to
mta5.am0.yahoodns.net[98.138.112.37]:25: Connection timed out
postfix/smtp[12417]: connect to
mta7.am0.yahoodns.net[66.196.118.37]:25: Connection timed out
delay=41360, delays=41210/0.02/150/0, dsn=4.4.1, status=deferred
(connect to mta7.am0.yahoodns.net[66.196.118.37]:25: Connection timed
out)
Check your FW rules, if they are good try to reach it via telnet:

telnet 66.196.118.37 25
Trying 66.196.118.37...
Connected to 66.196.118.37.
Escape character is '^]'.
220 mta1474.mail.bf1.yahoo.com ESMTP ready
quit
221 Bye

If you can't get a connection, complain at your ISP he probably blocks
port 25, get 50% back of your ISP charges and leave (you'd pay 100% for
half the internet capabilities).

cheers

Loading...