
25th November 2010, 07:36
|
|
Member
|
|
Join Date: Sep 2010
Posts: 30
Thanks: 10
Thanked 2 Times in 2 Posts
|
|
ok this is very weird
from outlook and from telnet through (ssh)
it gives no errors, but does not send
but from netcat(which looks the same as telnet)
it gives
554 5.7.1 <xxxxxxxxxxx@hotmail.com>: Relay access denied
either way this new configuration has the same end goal of not being able to send.... just the error reporting method is different
|

25th November 2010, 13:07
|
|
Super Moderator
|
|
Join Date: Apr 2005
Location: Lüneburg, Germany
Posts: 41,685
Thanks: 1,899
Thanked 2,599 Times in 2,448 Posts
|
|
Any errors in your mail log?
|

25th November 2010, 22:23
|
|
Member
|
|
Join Date: Sep 2010
Posts: 30
Thanks: 10
Thanked 2 Times in 2 Posts
|
|
about 3,000 lines worth...
I keep getting error when i try to upload it, so i have copy and pasted the last 20 lines.
Code:
Nov 26 08:07:42 roderick postfix/smtp[3395]: 5B762E0A9B: to=<roderickobrist@hotmail.com>, relay=none, delay=53384, delays=53279/0.01/105/0, dsn=4.4.1, status=deferred (connect to mx4.hotmail.com[65.54.188.110]:25: Connection timed out)
Nov 26 08:07:55 roderick postfix/smtp[3399]: connect to mx1.hotmail.com[65.55.92.152]:25: Connection timed out
Nov 26 08:07:55 roderick postfix/smtp[3399]: 7B66DE0A68: to=<roderickobrist@hotmail.com>, relay=none, delay=105, delays=0.16/0.01/105/0, dsn=4.4.1, status=deferred (connect to mx1.hotmail.com[65.55.92.152]:25: Connection timed out)
Nov 26 08:10:57 roderick postfix/qmgr[32075]: B263CE099A: from=<root@roderick.dyndns.info>, size=643, nrcpt=1 (queue active)
Nov 26 08:10:57 roderick postfix/qmgr[32075]: 6028BE0A2B: from=<root@roderick.dyndns.info>, size=658, nrcpt=1 (queue active)
Nov 26 08:10:57 roderick postfix/error[3419]: B263CE099A: to=<roderickobrist@hotmail.com>, relay=none, delay=65717, delays=65717/0.01/0/0.09, dsn=4.4.1, status=deferred (delivery temporarily suspended: connect to mx1.hotmail.com[65.55.92.152]:25: Connection timed out)
Nov 26 08:10:58 roderick postfix/error[3420]: 6028BE0A2B: to=<roderickobrist@hotmail.com>, relay=none, delay=116598, delays=116598/0.01/0/0.12, dsn=4.4.1, status=deferred (delivery temporarily suspended: connect to mx1.hotmail.com[65.55.92.152]:25: Connection timed out)
Nov 26 08:15:57 roderick postfix/qmgr[32075]: 7B66DE0A68: from=<www-data@roderick.dyndns.info>, size=401, nrcpt=1 (queue active)
Nov 26 08:15:57 roderick postfix/qmgr[32075]: 2DC51E0A69: from=<www-data@roderick.dyndns.info>, size=401, nrcpt=1 (queue active)
Nov 26 08:15:57 roderick postfix/qmgr[32075]: C0A58E0A1A: from=<root@roderick.dyndns.info>, size=658, nrcpt=1 (queue active)
Nov 26 08:16:18 roderick postfix/smtp[3448]: connect to mx3.hotmail.com[65.55.92.168]:25: Connection timed out
Nov 26 08:16:18 roderick postfix/smtp[3450]: connect to mx3.hotmail.com[65.54.188.72]:25: Connection timed out
Nov 26 08:16:18 roderick postfix/smtp[3449]: connect to mx4.hotmail.com[65.55.92.136]:25: Connection timed out
|

25th November 2010, 23:35
|
|
Member
|
|
Join Date: Apr 2010
Location: Australia
Posts: 85
Thanks: 2
Thanked 12 Times in 11 Posts
|
|
The most likely reason for that error is the ISP that hosts your server is blocking outbound connections on port 25. I'm guessing you're using a residential style internet connection, which is why you are using dyndns. It's common for ISPs to block port 25 outbound from those kinds of connections to help stop spam from zombied home computers.
Possibly, it may be your own firewall preventing outbound connections on port 25, but most allow all outbound connections by default. Either way, your problem is related to firewalling.
|
|
The Following User Says Thank You to matty For This Useful Post:
|
|

26th November 2010, 01:54
|
|
Member
|
|
Join Date: Sep 2010
Posts: 30
Thanks: 10
Thanked 2 Times in 2 Posts
|
|
just called my ISP and they said that there was no blocking and its definately not my home router ....
i found this on the internet:
"Note : If you install Postfix/Dovecot mail server you will ONLY be able to send mail within your network. You can only send mail externally if you install SASL authentication with TLS. As otherwise you get “Relay Access Denied” error."
im gonna give this a try in the next couple hours ill let you know how it goes
|

26th November 2010, 02:36
|
|
Member
|
|
Join Date: Apr 2010
Location: Australia
Posts: 85
Thanks: 2
Thanked 12 Times in 11 Posts
|
|
Quote:
Originally Posted by rodobrist
just called my ISP and they said that there was no blocking and its definately not my home router ....
|
From the information you've given, I suspect your server is on a Bigpond connection. They definitely do block port 25 outbound on most connections.
http://bigpond.custhelp.com/app/answ...tail/a_id/5562
|
|
The Following User Says Thank You to matty For This Useful Post:
|
|

26th November 2010, 02:42
|
|
Member
|
|
Join Date: Apr 2010
Location: Australia
Posts: 85
Thanks: 2
Thanked 12 Times in 11 Posts
|
|
I meant to add that if you find out the name of your ISP's mail server, you can just set postfix to send mail out through it to bypass the block. In /etc/postfix/main.cf, either edit or create the line
relayhost = my.isp.mailserver.net
and restart postfix.
|
|
The Following User Says Thank You to matty For This Useful Post:
|
|

28th November 2010, 12:19
|
|
Member
|
|
Join Date: Sep 2010
Posts: 30
Thanks: 10
Thanked 2 Times in 2 Posts
|
|
matty was right
my port is blocked by bigpond (who are now my least favourite ISP)
i am on one black list, sorbs-duhl .... only because my ip is dynamic
i used the ping smtp tool on mxtoolbox.com and i got no reply, even though i can still recieve emails,
i think the problem is definately blocked port
im changing my internet connection very soon and this should solve the problem
thank you very much guys, problem well solved
|
| Thread Tools |
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT +2. The time now is 14:03.
|
|
Recent comments
1 day 15 hours ago
1 day 18 hours ago
2 days 6 hours ago
2 days 8 hours ago
2 days 13 hours ago
2 days 19 hours ago
3 days 4 hours ago
3 days 6 hours ago
3 days 14 hours ago
3 days 16 hours ago