PHWinfo banniere

Titres
PORTAIL ANNUAIRE ARTICLES COMPARATEUR HÉBERGEURS DEVIS FORUMS RÉDUCTEUR D'URL
Précédent   PHWinfo > Forums Hébergement > Forum Logiciels d'hébergement > comp.mail.sendmail > timeouts from hotmail with dnsbl
S'inscrire FAQ Membres Recherche Messages du jour Marquer les forums comme lus
comp.mail.sendmail Configuring and using the BSD sendmail agent.

timeouts from hotmail with dnsbl

Réponse
 
LinkBack Outils de la discussion
Vieux 19/01/2007, 18h45   #1
climberlou@gmail.com
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut timeouts from hotmail with dnsbl

Hi-

I'm running sendmail 8.13 and using a set of dnsbl entries to block
spam. I've enabled delay_checks so that check_mail and check_relay are
called on RCPT TO.

I've recently noticed that hotmail.com servers disconnect abruptly
after the RCPT TO, even though I didn't issue a 550/reject. I suspect
that they are timing out while I'm doing the dnsbl lookups. When I add
an entry to whhitelist hotmail.com in /etc/access (so that the dnsbl
tests are bypassed) I receive mail properly.

Does anyone have ideas as to a better fix than whitelisting
hotmail.com? Maybe a way to set the maximum time I will wait for a
dnsbl server to respond (so I time out slow servers?)? Any idea what
their timeout is set to?


The error I get is:

>Jan 18 06:48:16 memnoch sendmail[16223]: l0IBkPm5016223: lost input
>channel from bay0-omc1-s4.bay0.hotmail.com [65.54.246.76] to MTA
>after rcpt
>
>Jan 18 06:48:16 memnoch sendmail[16223]: l0IBkPm5016223:
>from=<xxx@msn.com>, size=0, class=0, nrcpts=1, proto=ESMTP,
>daemon=MTA, relay=bay0-omc1-s4.bay0.hotmail.com [65.54.246.76]


Thanks,

Lou

  Réponse avec citation
Vieux 19/01/2007, 19h01   #2
Andrzej Adam Filip
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: timeouts from hotmail with dnsbl

climberlou@gmail.com writes:
> I'm running sendmail 8.13 and using a set of dnsbl entries to block
> spam. I've enabled delay_checks so that check_mail and check_relay are
> called on RCPT TO.
>
> I've recently noticed that hotmail.com servers disconnect abruptly
> after the RCPT TO, even though I didn't issue a 550/reject. I suspect
> that they are timing out while I'm doing the dnsbl lookups. When I add
> an entry to whhitelist hotmail.com in /etc/access (so that the dnsbl
> tests are bypassed) I receive mail properly.
>
> Does anyone have ideas as to a better fix than whitelisting
> hotmail.com? Maybe a way to set the maximum time I will wait for a
> dnsbl server to respond (so I time out slow servers?)? Any idea what
> their timeout is set to?
>
>
> The error I get is:
>
>>Jan 18 06:48:16 memnoch sendmail[16223]: l0IBkPm5016223: lost input
>>channel from bay0-omc1-s4.bay0.hotmail.com [65.54.246.76] to MTA
>>after rcpt
>>
>>Jan 18 06:48:16 memnoch sendmail[16223]: l0IBkPm5016223:
>>from=<xxx@msn.com>, size=0, class=0, nrcpts=1, proto=ESMTP,
>>daemon=MTA, relay=bay0-omc1-s4.bay0.hotmail.com [65.54.246.76]


Simple startup question for would be optimization:
Which DNSBL do you use?
Do you use local copies of any of the above?

--
[pl>en: Andrew] Andrzej Adam Filip : anfi@priv.onet.pl : anfi@xl.wp.pl
Before You Ask: http://anfi.homeunix.net/sendmail/B4UAsk-Sendmail.html
http://anfi.homeunix.net/sendmail/
  Réponse avec citation
Vieux 19/01/2007, 19h27   #3
climberlou@gmail.com
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: timeouts from hotmail with dnsbl

Andrzej Adam Filip wrote:
> climberlou@gmail.com writes:
> > I'm running sendmail 8.13 and using a set of dnsbl entries to block
> > spam. I've enabled delay_checks so that check_mail and check_relay are
> > called on RCPT TO.
> >
> > I've recently noticed that hotmail.com servers disconnect abruptly
> > after the RCPT TO, even though I didn't issue a 550/reject. I suspect
> > that they are timing out while I'm doing the dnsbl lookups. When I add
> > an entry to whhitelist hotmail.com in /etc/access (so that the dnsbl
> > tests are bypassed) I receive mail properly.
> >
> > Does anyone have ideas as to a better fix than whitelisting
> > hotmail.com? Maybe a way to set the maximum time I will wait for a
> > dnsbl server to respond (so I time out slow servers?)? Any idea what
> > their timeout is set to?
> >
> >
> > The error I get is:
> >
> >>Jan 18 06:48:16 memnoch sendmail[16223]: l0IBkPm5016223: lost input
> >>channel from bay0-omc1-s4.bay0.hotmail.com [65.54.246.76] to MTA
> >>after rcpt
> >>
> >>Jan 18 06:48:16 memnoch sendmail[16223]: l0IBkPm5016223:
> >>from=<xxx@msn.com>, size=0, class=0, nrcpts=1, proto=ESMTP,
> >>daemon=MTA, relay=bay0-omc1-s4.bay0.hotmail.com [65.54.246.76]

>
> Simple startup question for would be optimization:
> Which DNSBL do you use?
> Do you use local copies of any of the above?
>


Thanks for the quick reply. I use a list, which I reorder and track
performance of from time to time. I just went back and noticed that I
was querying ordb (off the air). Removing it seems to have fixed the
problem.

I'm surprised that msn/hotmail is that sensitive to delays...haven't
seen this problem elsewhere.

In any case, thanks again. And for completeness, my dnsbl list is
currently below, with stats on spam blocked for the last 5.5 days:

log start: Jan 14 04:03:31
log end: Jan 19 14:25:57

spamhaus: 4472
dsbl: 205
spamcop: 650
njabl: 147
rfc-ignorant: 0
--------------------------
total spam rejected = 5474
total dial rejected = 2931
----------
total rejected= 8405

  Réponse avec citation
Vieux 19/01/2007, 22h18   #4
Andrzej Adam Filip
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: timeouts from hotmail with dnsbl

climberlou@gmail.com writes:

> Andrzej Adam Filip wrote:
>> climberlou@gmail.com writes:
>> > I'm running sendmail 8.13 and using a set of dnsbl entries to block
>> > spam. I've enabled delay_checks so that check_mail and check_relay are
>> > called on RCPT TO.
>> >
>> > I've recently noticed that hotmail.com servers disconnect abruptly
>> > after the RCPT TO, even though I didn't issue a 550/reject. I suspect
>> > that they are timing out while I'm doing the dnsbl lookups. When I add
>> > an entry to whhitelist hotmail.com in /etc/access (so that the dnsbl
>> > tests are bypassed) I receive mail properly.
>> >
>> > Does anyone have ideas as to a better fix than whitelisting
>> > hotmail.com? Maybe a way to set the maximum time I will wait for a
>> > dnsbl server to respond (so I time out slow servers?)? Any idea what
>> > their timeout is set to?
>> >
>> >
>> > The error I get is:
>> >
>> >>Jan 18 06:48:16 memnoch sendmail[16223]: l0IBkPm5016223: lost input
>> >>channel from bay0-omc1-s4.bay0.hotmail.com [65.54.246.76] to MTA
>> >>after rcpt
>> >>
>> >>Jan 18 06:48:16 memnoch sendmail[16223]: l0IBkPm5016223:
>> >>from=<xxx@msn.com>, size=0, class=0, nrcpts=1, proto=ESMTP,
>> >>daemon=MTA, relay=bay0-omc1-s4.bay0.hotmail.com [65.54.246.76]

>>
>> Simple startup question for would be optimization:
>> Which DNSBL do you use?
>> Do you use local copies of any of the above?
>>

>
> Thanks for the quick reply. I use a list, which I reorder and track
> performance of from time to time. I just went back and noticed that I
> was querying ordb (off the air). Removing it seems to have fixed the
> problem.


Implementtion of DNSBL checks in sendmail via *sequential DNS queries*
"could be improved" by source code changes (understatement).

> I'm surprised that msn/hotmail is that sensitive to delays...haven't
> seen this problem elsewhere.


If hotmail is so sensitive during initial/first delivery then in may
be treated as (too?) aggressive optimization. I have used pretty "brave"
timeouts for *initial* (at once) delivery attempts myself.
If hotmail is so sensitive during consecutive delivery attempts then it
would constitute (for me) a lack of professionalizm.

> In any case, thanks again. And for completeness, my dnsbl list is
> currently below, with stats on spam blocked for the last 5.5 days:
>
> log start: Jan 14 04:03:31
> log end: Jan 19 14:25:57
>
> spamhaus: 4472
> dsbl: 205
> spamcop: 650
> njabl: 147
> rfc-ignorant: 0
> --------------------------
> total spam rejected = 5474
> total dial rejected = 2931
> ----------
> total rejected= 8405


Have you presented results of "parallel checks" or results of
"sequential checks" up to first listing?

I bet the later.

BTW XBL of spamhaus org contains big part of najbl.org listings.

--
[pl>en: Andrew] Andrzej Adam Filip : anfi@priv.onet.pl : anfi@xl.wp.pl
Before You Ask: http://anfi.homeunix.net/sendmail/B4UAsk-Sendmail.html
http://anfi.homeunix.net/sendmail/
  Réponse avec citation
Réponse


Outils de la discussion

Règles de messages
Vous ne pouvez pas créer de nouvelles discussions
Vous ne pouvez pas envoyer des réponses
Vous ne pouvez pas envoyer des pièces jointes
Vous ne pouvez pas modifier vos messages

Les balises BB sont activées : oui
Les smileys sont activés : oui
La balise [IMG] est activée : oui
Le code HTML peut être employé : non
Trackbacks are oui
Pingbacks are oui
Refbacks are oui


Fuseau horaire GMT +1. Il est actuellement 03h09.


Édité par : vBulletin® version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC5 Tous droits réservés.
Version française #16 par l'association vBulletin francophone
PHWinfo est un site Éducation Sans Frontières ©2000-2008
Ad Management by RedTyger
©Tous droits réservés par les parties respectives
Page generated in 0,15818 seconds with 12 queries