Re: [vchkpw] how to enable CHKUSER_SENDER_MX check

2005-06-15 Thread Igor Grinchenko
Also, please keep in mind that this is NOT chkuser mailing list. this is VPOPMAIL mailing list. there are enough off-topic posts here already. -- Igor On Wed, Jun 15, 2005 at 04:57:30PM -0300, Bruno Negr?o wrote: -> -> >I discovered I have to uncomment the -> > -> >/* #define CHKUSER_SENDER_M

Re: [vchkpw] how to enable CHKUSER_SENDER_MX check

2005-06-16 Thread Igor Grinchenko
, and the other doesn't? I'm sure it has been discussed multiple times but if the one @sf doesn't get much traffic maybe it'd be a good idea to kill it? -- Igor On Thu, Jun 16, 2005 at 10:46:38AM +0200, Lars Ulmann wrote: -> Igor Grinchenko wrote: -> >Also, please kee

[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

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

2005-06-30 Thread Igor Grinchenko
SER_RCPTLIMIT" +#define CHKUSER_RCPT_LIMIT_VARIABLE 25 /* * Uncomment to define a variable which contains the max unknown recipients number -- Igor On Thu, Jun 30, 2005 at 04:21:24PM -0700, Igor Grinchenko wrote: -> Hello everyone, -> -> I have a pop-before-smtp server running vpo

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

2005-07-01 Thread Igor Grinchenko
WRONGRCPT_LIMIT_VARIABLE, -> > * makes chkuser rejecting everything else -> > */ -> >-#define CHKUSER_RCPT_LIMIT_VARIABLE "CHKUSER_RCPTLIMIT" -> >+#define CHKUSER_RCPT_LIMIT_VARIABLE 25 -> > -> > /* -> > * Uncomment to define a variable which contains the max un