Re: [vchkpw] pop-before-smtp and chkuser

2005-07-01 Thread Igor Grinchenko
doh. you are right. I wonder why I didn't think of that myself. it works fine, thanks! -- Igor On Fri, Jul 01, 2005 at 08:49:38AM +0100, tonix (Antonio Nati) wrote: -> -> There is no need to change the code... -> -> Once you've enabled -> #define CHKUSER_RCPT_LIMIT_VARIABLE "CHKUSER_

Re: [vchkpw] pop-before-smtp and chkuser

2005-07-01 Thread tonix (Antonio Nati)
There is no need to change the code... Once you've enabled #define CHKUSER_RCPT_LIMIT_VARIABLE "CHKUSER_RCPTLIMIT" it's enought you declare this variable "CHKUSER_RCPTLIMIT" with the limit you want before running qmail-smtpd. So add a export CHKUSER_RCPTLIMIT=50 before runnin

Re: [vchkpw] pop-before-smtp and chkuser

2005-06-30 Thread Igor Grinchenko
I went ahead and tried modifying chkuser. these two little quick and dirty changes seem to make it work. I'm still open to hearing alternatives (if there are any). --- ../chkuser-2.0.8b-release/chkuser.c 2004-12-08 17:10:36.0 -0800 +++ chkuser.c 2005-06-30 17:10:44.192650158 -0700 @@ -

[vchkpw] pop-before-smtp and chkuser

2005-06-30 Thread Igor Grinchenko
Hello everyone, I have a pop-before-smtp server running vpopmail 5.4.5. That server only serves clients that supply a valid login/password pair. Some clients, however, started abusing this system by sending tons of spam which gets us blacklisted in various RBL DBs. what I'm trying to do is use C