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 > Greeting Delay
S'inscrire FAQ Membres Recherche Messages du jour Marquer les forums comme lus
comp.mail.sendmail Configuring and using the BSD sendmail agent.

Greeting Delay

Réponse
 
LinkBack Outils de la discussion
Vieux 26/01/2007, 00h49   #1
google.com@galacticnet.com
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Greeting Delay

Starting a few days ago, a few of my users have reported that they have
been unable to receive email at my mail1 server from certain domains.
My uptime was about 180 days and do not recall making any recent
changes to my config (sendmail or DNS)

A check of the problem showed that when I telnet to mail1 from mail2
(at another location)
telnet mail1.domain.com 25
it consistently takes 65 seconds to get the greeting:
220 ns1.galacticnet.com ESMTP Sendmail 8.13.6/8.13.6
telnet to port 23 is instantaneous and mail1 consistently has over 90%
idle time

If I telnet to the mail1 server from the mail1 server:
telnet localhost 25
the response is instantaneous!
I had my ISP telnet to mail1 from only 1 hop away, and the get the same
65 second delay!

I had not been using GreetPause but today have added it to mail1 server
mail1.mc now has:
FEATURE(`greet_pause',`500')dnl
and
mail1 access now has
GreetPause:_ip_of_mail2 100
GreetPause:_ip_of_mail1 15000
However, there is no change in the times to get the greetings
Still 65 seconds from mail2 to mail1 and still instantaneous from mail1
to mail1

Any ideas where the delay has come from or how to get rid of it.

I am getting some mail at mail1 and some mail goes to my secondary
mail2 server, but users are reporting that some is getting bounced.

  Réponse avec citation
Vieux 26/01/2007, 01h11   #2
Andrzej Adam Filip
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Greeting Delay

google.com@galacticnet.com writes:

> Starting a few days ago, a few of my users have reported that they have
> been unable to receive email at my mail1 server from certain domains.
> My uptime was about 180 days and do not recall making any recent
> changes to my config (sendmail or DNS)
>
> A check of the problem showed that when I telnet to mail1 from mail2
> (at another location)
> telnet mail1.domain.com 25
> it consistently takes 65 seconds to get the greeting:
> 220 ns1.galacticnet.com ESMTP Sendmail 8.13.6/8.13.6
> telnet to port 23 is instantaneous and mail1 consistently has over 90%
> idle time
>
> If I telnet to the mail1 server from the mail1 server:
> telnet localhost 25
> the response is instantaneous!
> I had my ISP telnet to mail1 from only 1 hop away, and the get the same
> 65 second delay!
>
> I had not been using GreetPause but today have added it to mail1 server
> mail1.mc now has:
> FEATURE(`greet_pause',`500')dnl
> and
> mail1 access now has
> GreetPause:_ip_of_mail2 100
> GreetPause:_ip_of_mail1 15000
> However, there is no change in the times to get the greetings
> Still 65 seconds from mail2 to mail1 and still instantaneous from mail1
> to mail1
>
> Any ideas where the delay has come from or how to get rid of it.
>
> I am getting some mail at mail1 and some mail goes to my secondary
> mail2 server, but users are reporting that some is getting bounced.


Below please find set of "warm up" questions/tests:

* Which DNSBL do you use?
[Some people have reported problems/delays caused by end of ORDB.]
* What ident query timeout do you use?
grep Timeout.ident /etc/mail/sendmail.cf
[ newer sendmail versions use 5s default older use 30s ]
* Is your sendmail compiled with tcp-wrappers?
AFAIK the library may use RFC blessed 30s timeout for ident
/usr/sbin/sendmail -d0.1 -bv root | grep TCPWRAPPERS
* How long does it take to resolve ip address of mail2 at mail1?
nslookup aaa.bbb.ccc.ddd

--
[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/ [orkut,linkedin,xing]
  Réponse avec citation
Vieux 26/01/2007, 02h10   #3
google.com@galacticnet.com
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Greeting Delay



On Jan 25, 5:11 pm, Andrzej Adam Filip <a...@onet.eu> wrote:
> google....@galacticnet.com writes:
> > Starting a few days ago, a few of my users have reported that they have
> > been unable to receive email at my mail1 server from certain domains.
> > My uptime was about 180 days and do not recall making any recent
> > changes to my config (sendmail or DNS)

>
> > A check of the problem showed that when I telnet to mail1 from mail2
> > (at another location)
> > telnet mail1.domain.com 25
> > it consistently takes 65 seconds to get the greeting:
> > 220 ns1.galacticnet.com ESMTP Sendmail 8.13.6/8.13.6
> > telnet to port 23 is instantaneous and mail1 consistently has over 90%
> > idle time

>
> > If I telnet to the mail1 server from the mail1 server:
> > telnet localhost 25
> > the response is instantaneous!
> > I had my ISP telnet to mail1 from only 1 hop away, and the get the same
> > 65 second delay!

>
> > I had not been using GreetPause but today have added it to mail1 server
> > mail1.mc now has:
> > FEATURE(`greet_pause',`500')dnl
> > and
> > mail1 access now has
> > GreetPause:_ip_of_mail2 100
> > GreetPause:_ip_of_mail1 15000
> > However, there is no change in the times to get the greetings
> > Still 65 seconds from mail2 to mail1 and still instantaneous from mail1
> > to mail1

>
> > Any ideas where the delay has come from or how to get rid of it.

>
> > I am getting some mail at mail1 and some mail goes to my secondary
> > mail2 server, but users are reporting that some is getting bounced.

Below please find set of "warm up" questions/tests:
>
> * Which DNSBL do you use?

I just removed all DNSBL from my .mc file (I'll use the divide and
conquer method and will put them back when it is working)
> [Some people have reported problems/delays caused by end of ORDB.]
> * What ident query timeout do you use?
> grep Timeout.ident /etc/mail/sendmail.cf

#O Timeout.ident=5s

> [ newer sendmail versions use 5s default older use 30s ]
> * Is your sendmail compiled with tcp-wrappers?
> AFAIK the library may use RFC blessed 30s timeout for ident
> /usr/sbin/sendmail -d0.1 -bv root | grep TCPWRAPPERS

TCPWRAPPERS USERDB XDEBUG
> * How long does it take to resolve ip address of mail2 at mail1?
> nslookup aaa.bbb.ccc.ddd

the response is instantaneous
>

Thanks for your so far. mail1 and mail2 both have almost
identical configs.
Both are running FreeBSD 6.1 I am in the process of cvsup to 6.2

> --
> [pl>en: Andrew] Andrzej Adam Filip : a...@priv.onet.pl : a...@xl.wp.pl
> Before You Ask:http://anfi.homeunix.net/sendmail/B4....net/sendmail/[orkut,linkedin,xing]- Hide quoted text -- Show quoted text -


  Réponse avec citation
Vieux 26/01/2007, 19h22   #4
google.com@galacticnet.com
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Greeting Delay

SOLVED!!!!

It was DNSBL

On Jan 25, 6:10 pm, google....@galacticnet.com wrote:
> On Jan 25, 5:11 pm, Andrzej Adam Filip <a...@onet.eu> wrote:
>
>
>
> > google....@galacticnet.com writes:
> > > Starting a few days ago, a few of my users have reported that they have
> > > been unable to receive email at my mail1 server from certain domains.
> > > My uptime was about 180 days and do not recall making any recent
> > > changes to my config (sendmail or DNS)

>
> > > A check of the problem showed that when I telnet to mail1 from mail2
> > > (at another location)
> > > telnet mail1.domain.com 25
> > > it consistently takes 65 seconds to get the greeting:
> > > 220 ns1.galacticnet.com ESMTP Sendmail 8.13.6/8.13.6
> > > telnet to port 23 is instantaneous and mail1 consistently has over 90%
> > > idle time

>
> > > If I telnet to the mail1 server from the mail1 server:
> > > telnet localhost 25
> > > the response is instantaneous!
> > > I had my ISP telnet to mail1 from only 1 hop away, and the get the same
> > > 65 second delay!

>
> > > I had not been using GreetPause but today have added it to mail1 server
> > > mail1.mc now has:
> > > FEATURE(`greet_pause',`500')dnl
> > > and
> > > mail1 access now has
> > > GreetPause:_ip_of_mail2 100
> > > GreetPause:_ip_of_mail1 15000
> > > However, there is no change in the times to get the greetings
> > > Still 65 seconds from mail2 to mail1 and still instantaneous from mail1
> > > to mail1

>
> > > Any ideas where the delay has come from or how to get rid of it.

>
> > > I am getting some mail at mail1 and some mail goes to my secondary
> > > mail2 server, but users are reporting that some is getting bounced.Below please find set of "warm up" questions/tests:

>
> > * Which DNSBL do you use?I just removed all DNSBL from my .mc file (I'll use the divide and

> conquer method and will put them back when it is working)> [Some people have reported problems/delays caused by end of ORDB.]
> > * What ident query timeout do you use?
> > grep Timeout.ident /etc/mail/sendmail.cf#O Timeout.ident=5s

>
> > [ newer sendmail versions use 5s default older use 30s ]
> > * Is your sendmail compiled with tcp-wrappers?
> > AFAIK the library may use RFC blessed 30s timeout for ident
> > /usr/sbin/sendmail -d0.1 -bv root | grep TCPWRAPPERSTCPWRAPPERS USERDB XDEBUG> * How long does it take to resolve ip address of mail2 at mail1?
> > nslookup aaa.bbb.ccc.dddthe response is instantaneousThanks for your so far. mail1 and mail2 both have almost

> identical configs.
> Both are running FreeBSD 6.1 I am in the process of cvsup to 6.2
>
>
>
> > --
> > [pl>en: Andrew] Andrzej Adam Filip : a...@priv.onet.pl : a...@xl.wp.pl
> > Before You Ask:http://anfi.homeunix.net/sendmail/B4...ttp://anfi.hom...[orkut,linkedin,xing]- Hide quoted text -- Show quoted text -- Hide quoted text -- Show quoted text -- Hide quoted text -- Show quoted text -


  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 23h02.


É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,15976 seconds with 12 queries