RE: [vchkpw] HUGE pop3 bottleneck

2002-09-18 Thread Paul Fries
I use the Matt Simerson's awesome tcpserver/mysql patch to get around this problem. http://matt.simerson.net/computing/mail/qmail/ucspi-tcp-0.88-mysql.patch Regards, Paul Fries [EMAIL PROTECTED] -Original Message- From: Justin R. Miller [mailto:[EMAIL PROTECTED]] Sent: Wednesday

[vchkpw] APOP/Learned Passwords

2002-09-06 Thread Paul Fries
they can put whatever they want in the password field, and they will still be allowed to check that POP box. I am using vpopmail 5.3.8 with --enable-roaming-users=y --enable-mysql=y --enable-clear-passwd=y --enable-learn-passwords=y Has anyone else experienced this? Thanks! Regards, Paul Fries

RE: [vchkpw] Using tcpserver/mysql

2002-09-05 Thread Paul Fries
: Matt Simerson [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 05, 2002 11:24 AM To: Paul Fries Cc: [EMAIL PROTECTED] Subject: Re: [vchkpw] Using tcpserver/mysql Paul, You are exactly correct. Even when using my patch, vpopmail continues to update the tcp.smtp.cdb file. There's one reason

RE: [vchkpw] Urgent Problem

2002-09-04 Thread Paul Fries
Also, if you are trying to use Perl 5.8.0 with qmailscanner, you will receive the qq error. Downgrade to 5.6.1 to correct it. Paul J. Fries CWIE, LLC - Internet Services -Original Message- From: Trey Nolen [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 04, 2002 6:04 AM To:

RE: [vchkpw] Using tcpserver/mysql

2002-09-03 Thread Paul Fries
file) for each SMTP session to determine if a user's IP can relay or not. If the database connection fails, we allow the SMTP session anyway but don't allow relaying. Invoke tcpserver with the -S flag to utilize the new feature. :) -Original Message- From: Paul Fries [mailto:[EMAIL

RE: [vchkpw] Using tcpserver/mysql

2002-09-03 Thread Paul Fries
more thing I notice also, you will need a file /qmaildir/control/sql Content server sql.server port 3306 database vpopmail table relay user sqluser pass sqlpass time 1800 *Assuming mySQL using port 3306 :P correct me if I'm wrong -Original Message- From: Paul Fries [mailto:[EMAIL

RE: [vchkpw] Using tcpserver/mysql

2002-09-03 Thread Paul Fries
abusive hosts, etc. I just do not want vchkpw to update it on every popauth. Paul J. Fries CWIE, LLC - Internet Services -Original Message- From: slashboy [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 03, 2002 10:47 AM To: 'Paul Fries' Subject: RE: [vchkpw] Using tcpserver/mysql

RE: [vchkpw] tcpserver mysql patch

2002-08-31 Thread Paul Fries
Hmm. I tried that, but then the IP addresses are no longer written to my vpopmail/relay table in the MySQL database. -Original Message- From: Ken Jones [mailto:[EMAIL PROTECTED]] Sent: Saturday, August 31, 2002 9:25 AM To: Paul Fries; 'VpopMail Mailing List' Subject: Re: [vchkpw

[vchkpw] tcpserver mysql patch

2002-08-30 Thread Paul Fries
is correct. Also, my qmail-smtpd/run file includes the -S flag to tcpserver. Does anyone know what I am missing here? Thanks! Regards, Paul Fries [EMAIL PROTECTED]