Linode Forum
Linode Community Forums
 FAQFAQ    SearchSearch    MembersMembers      Register Register 
 LoginLogin [ Anonymous ] 
Post new topic  Reply to topic
Author Message
PostPosted: Wed May 04, 2011 9:23 am 
Offline
Senior Newbie

Joined: Tue Jan 25, 2011 6:16 am
Posts: 9
Website: http://7php.com
Location: Mauritius
What is this error message about? I'm banging my head for a long while, not finding a solution... I'll explain this in more details:

I have Sendmail configured inside one my linode box.
I relay from my home IP to send bulk emails.
I have been able to send like 1000emaisl already.
But then I got the errors:

Warning: could not send message for past 4 hours
SMTP -> ERROR: Failed to connect to server: Connection refused (111)
SMTP Error: Could not connect to SMTP host.


///mail.log:
Quote:
May 4 11:55:18 [my_linode_name] sm-mta[2576]: p447oPuI018203: p44BjnLZ002576: sender notify: Warning: could not send message for past 4 hours


May 4 11:55:18 [my_linode_name] sm-mta[2576]: STARTTLS=client, relay=aspmx.l.google.com., version=TLSv1/SSLv3, verify=FAIL, cipher=RC4-SHA, bits=128/128


May 4 11:55:18 [my_linode_name] sm-mta[2576]: p447oPuI018203: to=<someone@adomain.info>, delay=04:04:50, xdelay=00:06:19, mailer=esmtp, pri=1114360, relay=adomain.info. [adomain's ip was here], dsn=4.0.0, stat=Deferred: Connection timed out with adomain.info.




As is, I can send email from within my box, because I test Sendmail in verbose mode and I also did telnet, it's working fine. But when I relay I get the error. My IP has been properly RELAYed in case you ask.

I also noted this error since last night. In morning, I was able to re-send another 500 emails, and then I got this email again.
So, I presume that in some 4hrs time, I might be able to re-send email again.
But how can I avoid (in case this deduction is correc)


Top
   
 Post subject:
PostPosted: Wed May 04, 2011 10:57 am 
Offline
Senior Member
User avatar

Joined: Sat Aug 30, 2008 1:55 pm
Posts: 1739
Location: Rochester, New York
It means it has been trying to send the e-mail for four hours, but has been unable to connect to adomain.info's mail server on port 25. delay=04:04:50 means that it has been trying for a total of 4 hours, 4 minutes, and 50 seconds, and xdelay=00:06:19 means it took 6 minutes, 19 seconds for this try.

Are all of these messages going to one place, or are they going to a bunch of different places? If the latter, does it affect just this destination or all destinations?

Is Google Apps involved at all? They have a 500/day limit for sending mail through a Google Apps account, which is suspiciously close to the number you're seeing.

Ultimately, you'll probably need to contact the postmaster of the receiving system to see if there are any limits in place. 500 e-mails to one place is a lot, and it is possible they're adding a temporary block to impede the flow.

_________________
Code:
/* TODO: need to add signature to posts */


Top
   
 Post subject:
PostPosted: Wed May 04, 2011 2:18 pm 
Offline
Senior Newbie

Joined: Tue Jan 25, 2011 6:16 am
Posts: 9
Website: http://7php.com
Location: Mauritius
hoopycat wrote:
It means it has been trying to send the e-mail for four hours, but has been unable to connect to adomain.info's mail server on port 25. delay=04:04:50 means that it has been trying for a total of 4 hours, 4 minutes, and 50 seconds, and xdelay=00:06:19 means it took 6 minutes, 19 seconds for this try.


Thanks for this specific info, I was not aware of this.


hoopycat wrote:
Are all of these messages going to one place, or are they going to a bunch of different places? If the latter, does it affect just this destination or all destinations?


No, it is going to several different emails.
By "does it affect just this destination or all destinations?", I assume you mean if one sending of one email locks in the possibility of sending the rest. No, it's just a loop in catch with will continue code execution in cases of Exceptions..


hoopycat wrote:
Is Google Apps involved at all? They hAave a 500/day limit for sending mail through a Google Apps account, which is suspiciously close to the number you're seeing.A


Google Apps is involved for the receiving part. For the sending, I use my linode box.
I have got 500+ bounces also in my gmail, does this affect why I cannot send email anymore via my home IP RELAYed?


I have another question:
1) Since I'm relaying emails from my home IP (which is from my local ISP) to my Linode box, do you think my ISP is limiting this relay?

hoopycat, thansk a lot for the response, really appreciate the help.


Top
   
 Post subject:
PostPosted: Wed May 04, 2011 2:49 pm 
Offline
Senior Newbie

Joined: Tue Jan 25, 2011 6:16 am
Posts: 9
Website: http://7php.com
Location: Mauritius
UPDATED:

I have tried doing the email sending executiong on my linode box itself. It works fine. But the RELAY from my home IP does not work anymore.
I suspect may be my ISP has filtered this RELAY or something?


Top
   
 Post subject:
PostPosted: Thu May 05, 2011 11:33 pm 
Offline
Senior Member
User avatar

Joined: Sun Jan 18, 2009 2:41 pm
Posts: 830
A lot of ISPs block outgoing connections to port 25. (Some of them even admit to doing so!) Standard practice is to connect to your Linode on port 587 for mail submission using some form of authentication.


Top
   
 Post subject:
PostPosted: Fri May 06, 2011 8:15 am 
Offline
Senior Newbie

Joined: Tue Jan 25, 2011 6:16 am
Posts: 9
Website: http://7php.com
Location: Mauritius
Vance wrote:
A lot of ISPs block outgoing connections to port 25. (Some of them even admit to doing so!) Standard practice is to connect to your Linode on port 587 for mail submission using some form of authentication.


Hi Vance,
ok I'll do that. Thanks for the response.


Top
   
Display posts from previous:  Sort by  
Post new topic  Reply to topic


Who is online

Users browsing this forum: No registered users and 1 guest


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
Jump to:  
RSS

Powered by phpBB® Forum Software © phpBB Group