Re: [vchkpw] Using tcpserver/mysql

2002-09-09 Thread Matt Simerson
On Friday, September 6, 2002, at 07:10 AM, David Phillips wrote: > Paul Fries writes: >> Yeah I have been really pulling my hair out over that one. =) With as >> many Pop-3 connections/sec that our servers handle I thought that I >> would make things a little smoother if Vpopmail didn't write t

Re: [vchkpw] Using tcpserver/mysql

2002-09-06 Thread David Phillips
Paul Fries writes: > Yeah I have been really pulling my hair out over that one. =) With as > many Pop-3 connections/sec that our servers handle I thought that I > would make things a little smoother if Vpopmail didn't write the cdb. > I am afraid that the hash would become corrupt and cause relay

RE: [vchkpw] Using tcpserver/mysql

2002-09-05 Thread Paul Fries
- From: 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&#x

Re: [vchkpw] Using tcpserver/mysql

2002-09-05 Thread Matt Simerson
Paul, You are exactly correct. Even when using my patch, vpopmail continues to update the tcp.smtp.cdb file. There's one reason for that. The first is that my suggestion for adding a --dont-update-tcprulesfile=true was never implemented. Granted, it would only benefit a few users (really bi

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 tcpse

RE: [vchkpw] Using tcpserver/mysql

2002-09-03 Thread Paul Fries
Yep. Have that, and tcpserver is reading it properly. Paul J. Fries CWIE, LLC - Internet Services -Original Message- From: slashboy [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 03, 2002 11:05 AM To: [EMAIL PROTECTED] Subject: RE: [vchkpw] Using tcpserver/mysql Hmm... One

RE: [vchkpw] Using tcpserver/mysql

2002-09-03 Thread slashboy
Paul Fries [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 04, 2002 1:57 AM To: 'slashboy'; [EMAIL PROTECTED] Subject: RE: [vchkpw] Using tcpserver/mysql ;) Yep Doing that with the -S. That causes it to read the database. It is vchkpw that is updating the hash file. Paul J.

RE: [vchkpw] Using tcpserver/mysql

2002-09-03 Thread Paul Fries
] Subject: RE: [vchkpw] Using tcpserver/mysql ChangeLog: v1.6 - SMTP relay table is entirely contained in a MySQL table. Previously the tcp.smtp.cdb file was still generated based upon the contents of a MySQL table. We have modified the tcpserver application to check a MySQL table (instead of a flat

RE: [vchkpw] Using tcpserver/mysql

2002-09-03 Thread slashboy
ChangeLog: v1.6 - SMTP relay table is entirely contained in a MySQL table. Previously the tcp.smtp.cdb file was still generated based upon the contents of a MySQL table. We have modified the tcpserver application to check a MySQL table (instead of a flat file) for each SMTP session to determine if

RE: [vchkpw] Using tcpserver/mysql

2002-09-03 Thread slashboy
Extracted from INSTALL --- 13. For sites using the mysql module and --enable-roaming-users=y it is highly suggested to use Matt Simersons tcpserver-mysql patch. This removes the need for vpopmail to compile a tcp.smtp.cdb file for each pop authentication. Instead, tcpserver looks