Re: [vchkpw] Re: SMTP Auth delay...can it be sped up ????

2005-01-14 Thread Rizwan Iqbal Malik
i've followed the qmailrocks installation method. But i've a problem i
need to port the old mails to this new mail server. the problem is the
old mail server is using mbox format and the newer one is using Maildir.
is there a way to convert these mbox messages to Maildir mails.






On Wed, 2005-01-12 at 07:03, Allie D wrote:
 Actually I did...but then I found the problem. It was the user and group
 of the .pem files. It looks as though when my corn job ran
 update_tmprsadh, the script changes the user and group. That broke it, I
 updated the script to make the user vpopmail.vchkpw and it's all good. I
 tested it from about 5 different clients across 3 OS's and now it takes
 about 5 seconds. MUCH BETTER...thanks for sending me down the right
 path...
 
 Adi Pircalabu said:
  On Mon, 10 Jan 2005 22:52:54 -0800
  Allie D [EMAIL PROTECTED] wrote:
 
  Ok fine...I did exactly as it states and it didn't make a difference.
  It takes from 20 to 40 seconds to send an email...that's horrible. If
  I disable TLS it's immediateI can see qmail-smtpd just sitting
  there while it's authenticating..the entire time. Should I use
  http://inoa.net/qmail-tls/ instead of Bill Shupp's patch 
 
  Hi, I think your problem is not related to vpopmail. I think you missed
  few steps from Bill Shupp's setup. You should run make tmprsadh from
  qmail source directory and setup a cronjob that updates three files:
  /var/qmail/control/rsa512.pem
  /var/qmail/control/dh512.pem
  /var/qmail/control/dh1024.pem
  If you followed Bill Shupp's tutorial you could insert a cronjob like
  this:
  01 01 * * * /var/qmail/bin/update_tmprsadh
 
  Best regards
 
  --
  Adrian Pircalabu
 
  Public KeyID = 0xF902393A
 
 
  --
  This message was scanned for spam and viruses by BitDefender.
  For more information please visit http://www.bitdefender.com/
 
 
 
 
 



Re: [vchkpw] Re: SMTP Auth delay...can it be sped up ????

2005-01-14 Thread Jeremy Kitchen
this question has nothing to do with the message you replied to.  When posting 
to the list to ask a new question you should start a new thread by using your 
MTA's 'new' function.

On Friday 14 January 2005 02:32 am, Rizwan Iqbal Malik wrote:
 i've followed the qmailrocks installation method. But i've a problem i
 need to port the old mails to this new mail server. the problem is the
 old mail server is using mbox format and the newer one is using Maildir.
 is there a way to convert these mbox messages to Maildir mails.

yes, and google will help you find it.

-Jeremy

-- 
Jeremy Kitchen ++ Systems Administrator ++ Inter7 Internet Technologies, Inc.
  [EMAIL PROTECTED] ++ www.inter7.com ++ 866.528.3530 ++ 815.776.9465 int'l
  kitchen @ #qmail #gentoo on EFnet IRC ++ scriptkitchen.com/qmail
 GnuPG Key ID: 481BF7E2 ++ jabber:[EMAIL PROTECTED]


pgppfjxxcB5Hp.pgp
Description: PGP signature


Re: [vchkpw] Re: SMTP Auth delay...can it be sped up ????

2005-01-14 Thread Tom Collins
On Jan 14, 2005, at 12:32 AM, Rizwan Iqbal Malik wrote:
i've followed the qmailrocks installation method. But i've a problem i
need to port the old mails to this new mail server. the problem is the
old mail server is using mbox format and the newer one is using 
Maildir.
is there a way to convert these mbox messages to Maildir mails.
There's a website called Google at google.com.  You can search the 
entire Internet with it.  I just tried it with the phrase 'convert mbox 
to Maildir' and this was the first result:

http://batleth.sapienti-sat.org/projects/mb2md/
It looks like it will do what you want.
--
Tom Collins  -  [EMAIL PROTECTED]
QmailAdmin: http://qmailadmin.sf.net/  Vpopmail: http://vpopmail.sf.net/
Info on the Sniffter hand-held Network Tester: http://sniffter.com/


Re: [vchkpw] Re: SMTP Auth delay...can it be sped up ????

2005-01-11 Thread Adi Pircalabu
On Mon, 10 Jan 2005 22:52:54 -0800
Allie D [EMAIL PROTECTED] wrote:

 Ok fine...I did exactly as it states and it didn't make a difference.
 It takes from 20 to 40 seconds to send an email...that's horrible. If
 I disable TLS it's immediateI can see qmail-smtpd just sitting
 there while it's authenticating..the entire time. Should I use
 http://inoa.net/qmail-tls/ instead of Bill Shupp's patch 

Hi, I think your problem is not related to vpopmail. I think you missed
few steps from Bill Shupp's setup. You should run make tmprsadh from
qmail source directory and setup a cronjob that updates three files:
/var/qmail/control/rsa512.pem
/var/qmail/control/dh512.pem
/var/qmail/control/dh1024.pem
If you followed Bill Shupp's tutorial you could insert a cronjob like
this:
01 01 * * * /var/qmail/bin/update_tmprsadh

Best regards

-- 
Adrian Pircalabu

Public KeyID = 0xF902393A


-- 
This message was scanned for spam and viruses by BitDefender.
For more information please visit http://www.bitdefender.com/



Re: [vchkpw] Re: SMTP Auth delay...can it be sped up ????

2005-01-11 Thread Allie D
Actually I did...but then I found the problem. It was the user and group
of the .pem files. It looks as though when my corn job ran
update_tmprsadh, the script changes the user and group. That broke it, I
updated the script to make the user vpopmail.vchkpw and it's all good. I
tested it from about 5 different clients across 3 OS's and now it takes
about 5 seconds. MUCH BETTER...thanks for sending me down the right
path...

Adi Pircalabu said:
 On Mon, 10 Jan 2005 22:52:54 -0800
 Allie D [EMAIL PROTECTED] wrote:

 Ok fine...I did exactly as it states and it didn't make a difference.
 It takes from 20 to 40 seconds to send an email...that's horrible. If
 I disable TLS it's immediateI can see qmail-smtpd just sitting
 there while it's authenticating..the entire time. Should I use
 http://inoa.net/qmail-tls/ instead of Bill Shupp's patch 

 Hi, I think your problem is not related to vpopmail. I think you missed
 few steps from Bill Shupp's setup. You should run make tmprsadh from
 qmail source directory and setup a cronjob that updates three files:
 /var/qmail/control/rsa512.pem
 /var/qmail/control/dh512.pem
 /var/qmail/control/dh1024.pem
 If you followed Bill Shupp's tutorial you could insert a cronjob like
 this:
 01 01 * * * /var/qmail/bin/update_tmprsadh

 Best regards

 --
 Adrian Pircalabu

 Public KeyID = 0xF902393A


 --
 This message was scanned for spam and viruses by BitDefender.
 For more information please visit http://www.bitdefender.com/






Re: [vchkpw] Re: SMTP Auth delay...can it be sped up ????

2005-01-10 Thread Allie D
Thanks for the direction...but I appear to be following it as is. Stuff of
interest follows from my run file:

exec /usr/local/bin/softlimit -m 400 \
/usr/local/bin/tcpserver -vR -l $LOCAL -c $MAXSMTPD \
-u $VPOPMAILUID -g $VPOPMAILGID 0 smtp \
/var/qmail/bin/qmail-smtpd \
/home/vpopmail/bin/vchkpw /usr/bin/true 21

Any other options ???

Peter Palmreuther said:
 Hello Allie,

 On Monday, January 10, 2005 at 5:43:11 AM Allie wrote:

 I'm running vpopmail-5.4.9, netqmail-1.05, and Bill Shupp's TLS +
 SMTP-AUTH patch. It runs great...but the delay is bordering on
 grueling. No matter what the client is it takes a goods 10-20
 seconds to send mail. The server is 2G P4..so it's not the server.
 Is it the patch...or something else ??? Thanks in advance ;)

 http://www.lifewithqmail.org/lwq.html#smtp-slow
 --
 Best regards
 Peter Palmreuther

 Do not follow in the footsteps of men of old; seek what they sought.






Re: [vchkpw] Re: SMTP Auth delay...can it be sped up ????

2005-01-10 Thread Rick Widmer

Allie D wrote:
Thanks for the direction...but I appear to be following it as is. Stuff of
interest follows from my run file:
exec /usr/local/bin/softlimit -m 400 \
/usr/local/bin/tcpserver -vR -l $LOCAL -c $MAXSMTPD \
-u $VPOPMAILUID -g $VPOPMAILGID 0 smtp \
/var/qmail/bin/qmail-smtpd \
/home/vpopmail/bin/vchkpw /usr/bin/true 21
Any other options ???
Did you read the link?  It clearly says to add certain options to 
tcpserver!  Here it is again:

http://www.lifewithqmail.org/lwq.html#smtp-slow
Peter Palmreuther said:
Hello Allie,
On Monday, January 10, 2005 at 5:43:11 AM Allie wrote:

I'm running vpopmail-5.4.9, netqmail-1.05, and Bill Shupp's TLS +
SMTP-AUTH patch. It runs great...but the delay is bordering on
grueling. No matter what the client is it takes a goods 10-20
seconds to send mail. The server is 2G P4..so it's not the server.
Is it the patch...or something else ??? Thanks in advance ;)
http://www.lifewithqmail.org/lwq.html#smtp-slow
--
Best regards
Peter Palmreuther
Do not follow in the footsteps of men of old; seek what they sought.






Re: [vchkpw] Re: SMTP Auth delay...can it be sped up ????

2005-01-10 Thread Allie D
Ok fine...I did exactly as it states and it didn't make a difference. It takes 
from 20 to 40 seconds to send an email...that's horrible. If I disable TLS it's 
immediateI can see qmail-smtpd just sitting there while it's 
authenticating..the entire time. Should I use http://inoa.net/qmail-tls/ 
instead of Bill Shupp's patch 

vpopmail 15967  0.0  0.180   760 ??  I 10:35PM0:00.00 
/var/qmail/bin/qmail-smtpd /home/vpopmail/bin/vchkpw /usr/bin/tru

How many seconds does it take to send an email for others using this patch ?

Rick Widmer([EMAIL PROTECTED])@Mon, Jan 10, 2005 at 06:45:20PM -0700:
 
 
 Allie D wrote:
 
 Thanks for the direction...but I appear to be following it as is. Stuff of
 interest follows from my run file:
 
 exec /usr/local/bin/softlimit -m 400 \
 /usr/local/bin/tcpserver -vR -l $LOCAL -c $MAXSMTPD \
 -u $VPOPMAILUID -g $VPOPMAILGID 0 smtp \
 /var/qmail/bin/qmail-smtpd \
 /home/vpopmail/bin/vchkpw /usr/bin/true 21
 
 Any other options ???
 
 Did you read the link?  It clearly says to add certain options to 
 tcpserver!  Here it is again:
 
 http://www.lifewithqmail.org/lwq.html#smtp-slow
 
 Peter Palmreuther said:
 
 Hello Allie,
 
 On Monday, January 10, 2005 at 5:43:11 AM Allie wrote:
 
 
 I'm running vpopmail-5.4.9, netqmail-1.05, and Bill Shupp's TLS +
 SMTP-AUTH patch. It runs great...but the delay is bordering on
 grueling. No matter what the client is it takes a goods 10-20
 seconds to send mail. The server is 2G P4..so it's not the server.
 Is it the patch...or something else ??? Thanks in advance ;)
 
 http://www.lifewithqmail.org/lwq.html#smtp-slow
 --
 Best regards
 Peter Palmreuther
 
 Do not follow in the footsteps of men of old; seek what they sought.
 
 
 
 
 
 
 

-- 
Drain Fade (A Daneman) '98 ZX9R
http://drainfade.com


[vchkpw] Re: SMTP Auth delay...can it be sped up ????

2005-01-09 Thread Peter Palmreuther
Hello Allie,

On Monday, January 10, 2005 at 5:43:11 AM Allie wrote:

 I'm running vpopmail-5.4.9, netqmail-1.05, and Bill Shupp's TLS +
 SMTP-AUTH patch. It runs great...but the delay is bordering on
 grueling. No matter what the client is it takes a goods 10-20
 seconds to send mail. The server is 2G P4..so it's not the server.
 Is it the patch...or something else ??? Thanks in advance ;)

http://www.lifewithqmail.org/lwq.html#smtp-slow
-- 
Best regards
Peter Palmreuther

Do not follow in the footsteps of men of old; seek what they sought.