Re: [vchkpw] horde imp + vpopmail

2004-10-27 Thread Niek
On 10/27/2004 12:14 AM +0200, Jesse Guardiani wrote: Hello, Does anyone know how I can get ip alias capability working with Horde IMP and vpopmail? Hello Jesse, http://www.catb.org/~esr/faqs/smart-questions.html Regards, Niek -- Use plain text: http://www.geoapps.com/nom

Re: [vchkpw] 2.0.7 not correctly working?

2004-10-27 Thread Alastair Battrick
J. Kendzorra wrote: Alastair Battrick: I've applied the patches for 2.0.7 and made the qmail-smtpd binary. When I try and run the binary with ./qmail-smtpd I am not getting an error message when I 'MAIL FROM' a non existent domain or from an invalid email address. The previous version gives a "571

Re: [vchkpw] 2.0.7 not correctly working?

2004-10-27 Thread tonix (Antonio Nati)
Alastair, main difference between 2.0.5 and 2.0.7, speaking only about sender checking, is related to NULL SENDER (<>), now accepted by default, while previously it was accepted only if its IP had a corresponding DNS name. This (default) change makes more messages accepted. Can you check if you h

Re: [vchkpw] MySql load causes bounced mail

2004-10-27 Thread tonix (Antonio Nati)
At 25/10/2004 25/10/2004 -0400, you wrote: I feel it could be time to redesign qmail and use atexit() functions. This could be a lengthy process. But if you are willing to undertake it, and write the patches for it, then it is certainly worth it. I'm willing to do it, but I've no time shortly. An

Re: [vchkpw] 2.0.7 not correctly working?

2004-10-27 Thread Alastair Battrick
tonix (Antonio Nati) wrote: Can you check if you have the variable SENDER_NOCHECK (#define *CHKUSER_SENDER_NOCHECK_VARIABLE*) set in some way? This line is commented out. Perhaps I should point out that I am using the default chkuser_settings.c straight from the 2.0.7 install tar.gz. Otherwise

Re: [vchkpw] horde imp + vpopmail

2004-10-27 Thread Jesse D. Guardiani
Niek wrote: On 10/27/2004 12:14 AM +0200, Jesse Guardiani wrote: Hello, Does anyone know how I can get ip alias capability working with Horde IMP and vpopmail? Hello Jesse, http://www.catb.org/~esr/faqs/smart-questions.html Lemme guess: You think that question was off topic? Well it's a question t

Re: [vchkpw] 2.0.7 not correctly working? [SEMI SOLVED]

2004-10-27 Thread Alastair Battrick
Alastair Battrick wrote: I have had chkuser 2.0.5 installed for a few weeks, and it has been working as I expected it to, on the whole. I've applied the patches for 2.0.7 and made the qmail-smtpd binary. When I try and run the binary with ./qmail-smtpd I am not getting an error message when I '

Re: [vchkpw] 2.0.7 not correctly working? [SEMI SOLVED]

2004-10-27 Thread tonix (Antonio Nati)
At 27/10/2004 27/10/2004 +0100, you wrote: I've discovered the problem with this. Using "MAIL FROM" without the colon, results in a null sender. This bit of code in chkuser.c accepts the email address as it is null: ... In chkuser 2.0.5 ommiting the colon would have been picked up with a

Re: [vchkpw] horde imp + vpopmail

2004-10-27 Thread Rainer Duffner
Am Mi, den 27.10.2004 schrieb Jesse D. Guardiani um 15:39: > Niek wrote: > > On 10/27/2004 12:14 AM +0200, Jesse Guardiani wrote: > > > >> Hello, > >> > >> Does anyone know how I can get ip alias capability > >> working with Horde IMP and vpopmail? > > > > > > Hello Jesse, > > > > http://www.ca