RE: [vchkpw] delete

2006-03-23 Thread Lee Evans
Yes, it does this for me also Simply adding /dev/null to a new line should have the desired result [I think] Regards Lee -- Lee Evans -Original Message- From: Rob Genovesi [mailto:[EMAIL PROTECTED] Sent: 23 March 2006 20:00 To: vchkpw@inter7.com Subject: [vchkpw] delete Hi

RE: [vchkpw] FW: chkuser 2.0 doesn't appear to be working

2006-03-10 Thread Lee Evans
#ifndef TLS This means that it will only run chkuser if you didn't compile it with TLS support, which you might have done. If TLS is defined, I don't see chkuser being included in the executable. You need the chkuser calls in the TLS/SSL section as well. This is not an if structure

[vchkpw] FW: chkuser 2.0 doesn't appear to be working

2006-03-09 Thread Lee Evans
Hi, I'm hoping somebody will be able to help me with a problem I appear to be having with chkuser 2.0. I built my qmail installation from the qmailrocks bundle, which I've done a few times in the past so I haven't had any problems there. I was looking for a suitalbe solution to block SMTP

RE: [vchkpw] FW: chkuser 2.0 doesn't appear to be working

2006-03-09 Thread Lee Evans
You should give more informations... Have you tried what's suggested in http://www.interazioni.it/opensource/chkuser/documentation/faq /enabling.html ? Thank you for the response. Sorry about not providing enough information I have followed the instructions at the above URL I have

RE: [vchkpw] FW: chkuser 2.0 doesn't appear to be working

2006-03-09 Thread Lee Evans
Did you try what's suggested in http://www.interazioni.it/opensource/chkuser/documentation/faq, running manually qmail-smtpd? Did you check which is the user qmail-smtpd is running as? Tonino My qmail-smtpd is running through TCP Server as usver vpopmail and group vchkpw If I run

RE: [vchkpw] FW: chkuser 2.0 doesn't appear to be working

2006-03-09 Thread Lee Evans
mail.leeevans.org If you compiled it with standard chkuser_settings.h, you should see some logs during this emulated session. I have doubts chkuser code is called. I have the same doubts. I have CHKUSER_ENABLE_LOGGING CHKUSER_LOG_VALID_RCPT and CHKUSER_LOG_VALID_SENDER all defined. I

RE: [vchkpw] FW: chkuser 2.0 doesn't appear to be working

2006-03-09 Thread Lee Evans
You could post here (or send me) the routine where chkuser is called (both for sender and recipients), just to see what to change. I have attached snippets from qmail-smtpd.c showing the send rcpt routines and chkuser code I hope this is what you meant. [Is chkuser.h included in a