[toaster] strange delay on smtp connections

2007-01-11 Thread Jose
Hi...I'm experiencing a problem with my smtp server: a long delay when users 
connects to it:


[EMAIL PROTECTED] root]# telnet localhost 25
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
--- 30 - 120 seconds delay
220 domain.com ESMTP


What can cause this delay ?:(
I'm using smtp-auth, no rblsmtpd, no clamav, no simscan, no spamassassin...

Thanks in advance for any help 



Re: [toaster] strange delay on smtp connections

2007-01-11 Thread Rick Macdougall

Jose wrote:
Hi...I'm experiencing a problem with my smtp server: a long delay when 
users connects to it:


[EMAIL PROTECTED] root]# telnet localhost 25
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
--- 30 - 120 seconds delay
220 domain.com ESMTP


What can cause this delay ?:(
I'm using smtp-auth, no rblsmtpd, no clamav, no simscan, no spamassassin...

Thanks in advance for any help


Hi,

That's usually a DNS timeout.  What flags are you using with tcpserver ?

Regards,

Rick



Re: [toaster] strange delay on smtp connections

2007-01-11 Thread Jose

My qmail-smtpd/run file:


#!/bin/sh
QMAILDUID=`id -u vpopmail`
NOFILESGID=`id -g vpopmail`
MAXSMTPD=`cat /var/qmail/control/concurrencyincoming`
export CHKUSER_MBXQUOTA=95
export QMAILQUEUE=/var/qmail/bin/qfilter
exec /usr/local/bin/softlimit -m 2500 \
   /usr/local/bin/tcpserver -v -H -R -l 0 \
   -x /home/vpopmail/etc/tcp.smtp.cdb -c $MAXSMTPD \
   -u $QMAILDUID -g $NOFILESGID 0 smtp \
   /usr/local/bin/rblsmtpd -b -C -t5 -r dnsbl-1.uceprotect.net \
   -r dnsbl.njabl.org \
   -r sbl.spamhaus.org \
   -r relays.ordb.org \
   -r bl.spamcop.net  \
   -r rhsbl.sorbs.net  \
   -r web.dnsbl.sorbs.net \
   /var/qmail/bin/qmail-smtpd \
   /home/vpopmail/bin/vchkpw /bin/true 21


Thanks



- Original Message - 
From: Rick Macdougall [EMAIL PROTECTED]

To: toaster@shupp.org
Sent: Thursday, January 11, 2007 3:56 PM
Subject: Re: [toaster] strange delay on smtp connections



Jose wrote:
Hi...I'm experiencing a problem with my smtp server: a long delay when 
users connects to it:


[EMAIL PROTECTED] root]# telnet localhost 25
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
--- 30 - 120 seconds delay
220 domain.com ESMTP


What can cause this delay ?:(
I'm using smtp-auth, no rblsmtpd, no clamav, no simscan, no 
spamassassin...


Thanks in advance for any help


Hi,

That's usually a DNS timeout.  What flags are you using with tcpserver ?

Regards,

Rick






Re: [toaster] strange delay on smtp connections

2007-01-11 Thread Carlos Solano

I think relays.ordb.org is not working any more. I had the same issue,
removed it and the problem was solved.

Regards,

Carlos Solano.

2007/1/11, Jose [EMAIL PROTECTED]:


My qmail-smtpd/run file:


#!/bin/sh
QMAILDUID=`id -u vpopmail`
NOFILESGID=`id -g vpopmail`
MAXSMTPD=`cat /var/qmail/control/concurrencyincoming`
export CHKUSER_MBXQUOTA=95
export QMAILQUEUE=/var/qmail/bin/qfilter
exec /usr/local/bin/softlimit -m 2500 \
/usr/local/bin/tcpserver -v -H -R -l 0 \
-x /home/vpopmail/etc/tcp.smtp.cdb -c $MAXSMTPD \
-u $QMAILDUID -g $NOFILESGID 0 smtp \
/usr/local/bin/rblsmtpd -b -C -t5 -r dnsbl-1.uceprotect.net \
-r dnsbl.njabl.org \
-r sbl.spamhaus.org \
-r relays.ordb.org \
-r bl.spamcop.net  \
-r rhsbl.sorbs.net  \
-r web.dnsbl.sorbs.net \
/var/qmail/bin/qmail-smtpd \
/home/vpopmail/bin/vchkpw /bin/true 21


Thanks



- Original Message -
From: Rick Macdougall [EMAIL PROTECTED]
To: toaster@shupp.org
Sent: Thursday, January 11, 2007 3:56 PM
Subject: Re: [toaster] strange delay on smtp connections


 Jose wrote:
 Hi...I'm experiencing a problem with my smtp server: a long delay when
 users connects to it:

 [EMAIL PROTECTED] root]# telnet localhost 25
 Trying 127.0.0.1...
 Connected to localhost.
 Escape character is '^]'.
 --- 30 - 120 seconds delay
 220 domain.com ESMTP


 What can cause this delay ?:(
 I'm using smtp-auth, no rblsmtpd, no clamav, no simscan, no
 spamassassin...

 Thanks in advance for any help

 Hi,

 That's usually a DNS timeout.  What flags are you using with tcpserver ?

 Regards,

 Rick







--
Carlos Solano.


Re: [toaster] strange delay on smtp connections

2007-01-11 Thread Rick Macdougall

Carlos Solano wrote:

I think relays.ordb.org is not working any more. I had the same issue,
removed it and the problem was solved.



Yup, you are correct and that should fix the OP's problem.

Rick



Re: [toaster] Mailing List question

2007-01-11 Thread Nitchi DaMon
Ok, here is an update...

the server clamed down for the last few days after
blocking more and ore of APNIC addresses and LACNIC
addresses.

But I have seena huge increase in .ca sites now and
all doign the same things... RCPT to  to an invalid
user.

While the front end toasters are coming back invalid
user and rejecting it, the frequency has dramatically
increased.

I was running for a few days here about 60/1600 now,
its back full all day again.  Its nuts!

 I read all I coudl about open relays and have
tested the servers and they came back clean BUT I
noticed I did not have the host names int eh RUN file
as shown.  Ok that done, I reran the  abuse.net
tests and I failed???  Huh?

Now I understand that these tests really are
inconclusive, but when I used to run sendmail (don;t
throw anything on saying that word), they used to be
pretty accurate.

Are there any conclusive tests to run on any of the
front end server?

I built my toasters within the last month here and
followed the instructions to the T.  so

To fully test one of the servers, do I need to remove
the RCPTHOSTS entries and the SMTPROUTES files? and
just leave the entries for the local machines?

Looking at the QMAIL logs, only the qmail-smtp/current
log has anyhting in it.  Thats the way I want it..
only incoming, scanning, valid user, then forward.
Nothing is to be sent out.

I wold assume that IF it was an open relay, that
anything accepted to be replayed out woudl be in the
qmail-send/current file.  Of which I do not have one
because nothign gets sent out through the toaster
servers

thanks in advance.

Nitch.




 

Yahoo! Music Unlimited
Access over 1 million songs.
http://music.yahoo.com/unlimited


Re: [toaster] Mailing List question

2007-01-11 Thread Rick Macdougall

Nitchi DaMon wrote:

Ok, here is an update...

the server clamed down for the last few days after
blocking more and ore of APNIC addresses and LACNIC
addresses.

But I have seena huge increase in .ca sites now and
all doign the same things... RCPT to  to an invalid
user.

While the front end toasters are coming back invalid
user and rejecting it, the frequency has dramatically
increased.

I was running for a few days here about 60/1600 now,
its back full all day again.  Its nuts!

 I read all I coudl about open relays and have
tested the servers and they came back clean BUT I
noticed I did not have the host names int eh RUN file
as shown.  Ok that done, I reran the  abuse.net
tests and I failed???  Huh?


Hunh ?  You put host names in the run file ??  What exactly do you mean 
by that ?


Regards,

Rick



Re: [toaster] strange delay on smtp connections

2007-01-11 Thread David Earp

Rick Macdougall wrote:

Carlos Solano wrote:

I think relays.ordb.org is not working any more. I had the same issue,
removed it and the problem was solved.



Yup, you are correct and that should fix the OP's problem.

Rick


For information sake, ordb closed its doors on December 18, 2006 after 5 
years of good/hard work.  More information can be found at the provided 
URLs.


http://www.virus.org/news/spyware/ordb-closed.html
http://xbiz.com/news_piece.php?id=18748



Re: [toaster] Mailing List question

2007-01-11 Thread Nitchi DaMon

there are references to adding the hostname all over
the mailing list otherwise its an open relay.

So I added it to the qmail-smtp   run file as such:

/var/qmail/bin/qmail-smtpd [HOSTNAME] \
/home/vpopmail/bin/vchkpw /bin/true 21

[HOSTNAME]  is hte actual name of the host its running
on.

Why?  in the later version does it NOT need to be
here?

tia.


--- Rick Macdougall [EMAIL PROTECTED] wrote:

 Nitchi DaMon wrote:
  Ok, here is an update...
  
  the server clamed down for the last few days after
  blocking more and ore of APNIC addresses and
 LACNIC
  addresses.
  
  But I have seena huge increase in .ca sites now
 and
  all doign the same things... RCPT to  to an
 invalid
  user.
  
  While the front end toasters are coming back
 invalid
  user and rejecting it, the frequency has
 dramatically
  increased.
  
  I was running for a few days here about 60/1600
 now,
  its back full all day again.  Its nuts!
  
   I read all I coudl about open relays and have
  tested the servers and they came back clean BUT I
  noticed I did not have the host names int eh RUN
 file
  as shown.  Ok that done, I reran the  abuse.net
  tests and I failed???  Huh?
  
 
 Hunh ?  You put host names in the run file ??  What
 exactly do you mean 
 by that ?
 
 Regards,
 
 Rick
 
 



 

Do you Yahoo!?
Everyone is raving about the all-new Yahoo! Mail beta.
http://new.mail.yahoo.com


Re: [toaster] strange delay on smtp connections

2007-01-11 Thread Jose

I believe that was the problem, everything seem to be working fine now.
Thanks for your help.

[]'s


- Original Message - 
From: David Earp [EMAIL PROTECTED]

To: toaster@shupp.org
Sent: Thursday, January 11, 2007 11:53 PM
Subject: Re: [toaster] strange delay on smtp connections



Rick Macdougall wrote:

Carlos Solano wrote:

I think relays.ordb.org is not working any more. I had the same issue,
removed it and the problem was solved.



Yup, you are correct and that should fix the OP's problem.

Rick


For information sake, ordb closed its doors on December 18, 2006 after 5 
years of good/hard work.  More information can be found at the provided 
URLs.


http://www.virus.org/news/spyware/ordb-closed.html
http://xbiz.com/news_piece.php?id=18748