Re: [vchkpw] 5.3.26 error with chkusr patch + mysql

2003-09-05 Thread Ken Jones
I agree with tonix on this one. It is probably better to put the function back into the distribution with the comment that it is depreciated and will be removed in a future version. The last thing we want to do is release a new version of vpopmail that breaks current software. Ken Jones

Re: [vchkpw] 5.3.26 error with chkusr patch + mysql

2003-09-05 Thread Michael Bowe
[EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday, September 06, 2003 2:02 AM Subject: Re: [vchkpw] 5.3.26 error with chkusr patch + mysql I agree with tonix on this one. It is probably better to put the function back into the distribution with the comment that it is depreciated

Re: [vchkpw] 5.3.26 error with chkusr patch + mysql

2003-09-04 Thread Charles Sprickman
FWIW, I'm getting a similar error with 5.3.27: ./load qmail-smtpd rcpthosts.o commands.o timeoutread.o timeoutwrite.o ip.o ipme.o ipalloc.o control.o constmap.o ssl_timeoutio.o ndelay.a -L/usr/local/ssl/lib -lssl -lcrypto -L/home/vpopmail/lib -L/usr/local/lib/mysql -lvpopmail -lmysqlclient

Re: [vchkpw] 5.3.26 error with chkusr patch + mysql

2003-09-04 Thread Michael Bowe
- Original Message - From: Charles Sprickman [EMAIL PROTECTED] To: tonix (Antonio Nati) [EMAIL PROTECTED] Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Friday, September 05, 2003 7:41 AM Subject: Re: [vchkpw] 5.3.26 error with chkusr patch + mysql FWIW, I'm getting a similar error

Re: [vchkpw] 5.3.26 error with chkusr patch + mysql

2003-09-04 Thread tonix (Antonio Nati)
I studied the code, before suggesting that, and Shane confirmed it works ok. The dead function, has been absorbed by an existing function. The existing function is just following the to be commented lines, so the functionality os ok. [But I think the dead routine could be mantained, inside

RE: [vchkpw] 5.3.26 error with chkusr patch + mysql

2003-09-01 Thread Shane Chrisp
Title: Message Tonino, Thanks for the reply. That has fixed the problem. Compiles now, and it works still with the mysql backend. cheers Shane -Original Message-From: tonix (Antonio Nati) [mailto:[EMAIL PROTECTED] Sent: Monday, 1 September 2003 5:05 AMTo: [EMAIL

Re: [vchkpw] 5.3.26 error with chkusr patch + mysql

2003-09-01 Thread Brad Dameron
Title: Message Speaking of this patch. I think there is a potential of people being able to harvest e-mail accounts using a dictionary, etc. They can connect up and just validate e-mail addresses with this patch to determine if they are valid or not. This could be a spammers dream come

RE: [vchkpw] 5.3.26 error with chkusr patch + mysql

2003-09-01 Thread Shane Chrisp
PMTo: [EMAIL PROTECTED]Subject: Re: [vchkpw] 5.3.26 error with chkusr patch + mysql Speaking of this patch. I think there is a potential of people being able to harvest e-mail accounts using a dictionary, etc. They can connect up and just validate e-mail addresses with this patch

Re: [vchkpw] 5.3.26 error with chkusr patch + mysql

2003-09-01 Thread isp
Just thinking out loud. The approach of tarpitting is to slow down the attacker without impacting your network or requiring additional resources on your end to deal with the cracker. I *think* it does this by analyzing the volume of incoming SMTP requests from the same host. The approach of

Re: [vchkpw] 5.3.26 error with chkusr patch + mysql

2003-09-01 Thread Brad Dameron
- Original Message - From: [EMAIL PROTECTED] Just thinking out loud. The approach of tarpitting is to slow down the attacker without impacting your network or requiring additional resources on your end to deal with the cracker. I *think* it does this by analyzing the volume of

Re: [vchkpw] 5.3.26 error with chkusr patch + mysql

2003-08-31 Thread tonix (Antonio Nati)
Shane, I did not try the last versions of vpopmail. It looks like function vget_real_domain does not exists anymore. Try commenting out these lines of code, and please let me know. /* Check if domain is a real domain */ /* if (!stralloc_0 (domain)) die_nomem(); vget_real_domain(domain.s,