Re: [vchkpw] vchkpw with mysql

2004-08-27 Thread Brian
PROTECTED] Sent: Thursday, August 26, 2004 10:37 PM Subject: Re: [vchkpw] vchkpw with mysql On Aug 26, 2004, at 1:02 PM, Brian wrote: I use the smtp-auth patch 0.31 release from http://members.elysium.pl/brush/qmail-smtpd-auth/ it's the newest one and the project is stopped. what can I do ? Use

Re: [vchkpw] vchkpw with mysql

2004-08-26 Thread Brian
is stopped. what can I do ? Thanx, Brian - Original Message - From: Tom Collins [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, August 25, 2004 4:41 PM Subject: Re: [vchkpw] vchkpw with mysql On Aug 25, 2004, at 4:40 AM, Brian wrote: the request try to create the database

Re: [vchkpw] vchkpw with mysql

2004-08-26 Thread Tom Collins
On Aug 26, 2004, at 1:02 PM, Brian wrote: I use the smtp-auth patch 0.31 release from http://members.elysium.pl/brush/qmail-smtpd-auth/ it's the newest one and the project is stopped. what can I do ? Use the 0.42 patch from the contrib directory in the vpopmail source. -- Tom Collins - [EMAIL

Re: [vchkpw] vchkpw with mysql

2004-08-25 Thread Brian
... 9 are successfully. one time i have this problem.. cheers, brian - Original Message - From: Dave Goodrich [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, August 25, 2004 12:13 AM Subject: Re: [vchkpw] vchkpw with mysql Brian wrote: Thanx for your help, I found

Re: [vchkpw] vchkpw with mysql

2004-08-25 Thread Tom Collins
On Aug 25, 2004, at 4:40 AM, Brian wrote: the request try to create the database .. ?? Upgrade to 5.4.5 or later (it would be best to go to 5.4.6 due to a security fix in that release). At some point in the 5.3.x series, the MySQL code to connect to the database got changed around in a way that

Re: [vchkpw] vchkpw with mysql

2004-08-25 Thread Dave Goodrich
] Sent: Wednesday, August 25, 2004 12:13 AM Subject: Re: [vchkpw] vchkpw with mysql Brian wrote: Thanx for your help, I found sampels for smale, medium, large and huge systems. Now I have something to do ;-) No problem. I would suggest though if you are new to MySQL you first get vpopmail

Re: [vchkpw] vchkpw with mysql

2004-08-25 Thread Brian
Thanx Tom. current I use 5.4.0 . I try to update it to 5.4.6. Cheers, Brian - Original Message - From: Tom Collins [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, August 25, 2004 4:41 PM Subject: Re: [vchkpw] vchkpw with mysql On Aug 25, 2004, at 4:40 AM, Brian wrote

Re: [vchkpw] vchkpw with mysql

2004-08-24 Thread Dave Goodrich
I have seen some similar issues with using vpopmail and MySQL. Most notably a failure to authenticate becasue MySQL doesn't respond correctly. Not sure if it was timing out or what. The solution was to give MySQL more resources over the default install. I upped my key, index, and table cache,

Re: [vchkpw] vchkpw with mysql

2004-08-24 Thread Dave Goodrich
, Brian - Original Message - From: Dave Goodrich [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, August 24, 2004 7:52 PM Subject: Re: [vchkpw] vchkpw with mysql I have seen some similar issues with using vpopmail and MySQL. Most notably a failure to authenticate becasue MySQL

Re: [vchkpw] vchkpw with mysql

2004-08-24 Thread Brian
24, 2004 8:33 PM Subject: Re: [vchkpw] vchkpw with mysql Brian wrote: current my settings on my debian host key_buffer= 16M max_allowed_packet = 1M that's the only places where I can change something .. Where is this? /etc/my.cnf? There are a lot of tunable vars

Re: [vchkpw] vchkpw with mysql

2004-08-24 Thread Dave Goodrich
/share/doc/mysql-server/examples/ thanx, Brian - Original Message - From: Dave Goodrich [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, August 24, 2004 8:33 PM Subject: Re: [vchkpw] vchkpw with mysql Brian wrote: current my settings on my debian host key_buffer= 16M

Re: [vchkpw] vchkpw +remote mysql +fail auth

2003-12-22 Thread Hlio Rubens Kamogawa
Sorry If I didn't myself clear. When using SMTP AUTH, I run: /var/qmail-in/bin/qmail-smtpd www.centralserver.com.br \ /var/vpopmail/bin/vchkpw /bin/true 21 And even so, I get the error message: -ERR this user has no $HOME/Maildir I changed the authtype var, so it would be always SMTP, but it

Re: [vchkpw] vchkpw +remote mysql +fail auth

2003-12-22 Thread Chris Ess
On Mon, 22 Dec 2003, [windows-1252] Hlio Rubens Kamogawa wrote: Sorry If I didn't myself clear. When using SMTP AUTH, I run: /var/qmail-in/bin/qmail-smtpd www.centralserver.com.br \ /var/vpopmail/bin/vchkpw /bin/true 21 And even so, I get the error message: -ERR this user has no

Re: [vchkpw] vchkpw +remote mysql +fail auth

2003-12-22 Thread Tom Collins
On Monday, December 22, 2003, at 08:20 AM, Hélio Rubens Kamogawa wrote: If I didn't myself clear. When using SMTP AUTH, I run: /var/qmail-in/bin/qmail-smtpd www.centralserver.com.br \ /var/vpopmail/bin/vchkpw /bin/true 21 And even so, I get the error message: -ERR this user has no $HOME/Maildir

Re: [vchkpw] vchkpw +remote mysql +fail auth

2003-12-19 Thread Hlio Rubens Kamogawa
Hi Tom, I am trying to hack into the vchkpw code. On line 224 of vchkpw.c, there is a commentary: /* Change to the users Maildir directory * don't do this for smtp authentication connections */ I have tried to comment the code below the commentary but even so when I try to authenticate,

Re: [vchkpw] vchkpw +remote mysql +fail auth

2003-12-19 Thread Chris Ess
On Fri, 19 Dec 2003, [windows-1252] Hlio Rubens Kamogawa wrote: Hi Tom, I am trying to hack into the vchkpw code. On line 224 of vchkpw.c, there is a commentary: /* Change to the users Maildir directory * don't do this for smtp authentication connections */ I have tried to comment the

Re: [vchkpw] vchkpw +remote mysql +fail auth

2003-12-19 Thread Hlio Rubens Kamogawa
Hi Chris, Unfortunately that's not enough. That was the 1st attempt. When I comment this part of the code, vchkpw returns an error saying that no $USER/Maildir for that user I suspect that the problem occurs when the funtion execvp is called... But thanks anyway. Regards, Hlio Rubens

Re: [vchkpw] vchkpw +remote mysql +fail auth

2003-12-19 Thread Hlio Rubens Kamogawa
Just to complement, the pop3 server run line: exec tcpserver -v -H -l 0 -c $MAXSMTPD -R 0 pop-3 \ /var/qmail/bin/qmail-popup mail01.centralserver.com.br \ /var/vpopmail/bin/vchkpw /var/qmail/bin/qmail-pop3d Maildir 21 Regards, Hlio Rubens Kamogawa Central Server

Re: [vchkpw] vchkpw +remote mysql +fail auth

2003-12-19 Thread Tom Collins
On Friday, December 19, 2003, at 10:28 AM, Hélio Rubens Kamogawa wrote: I have tried to comment the code below the commentary but even so when I try to authenticate, vchkpw returns a error saying: -ERR this user has no $HOME/Maildir That's not a vpopmail error, that's a qmail-pop3d error. It's

Re: [vchkpw] vchkpw +remote mysql +fail auth

2003-12-19 Thread Casey Zacek
Tom Collins wrote (at Fri, Dec 19, 2003 at 12:57:21PM -0700): On Friday, December 19, 2003, at 10:28 AM, H?lio Rubens Kamogawa wrote: I have tried to comment the code below the commentary but even so when I try to authenticate, vchkpw returns a error saying: -ERR this user has no

Fwd: Re: [vchkpw] vchkpw +remote mysql +fail auth

2003-12-18 Thread Hélio Rubens Kamogawa
Hi! No one can help me with this issue? Regards, Helio Rubens Kamogawa Central Server http://www.centralserver.com.br [EMAIL PROTECTED] +55 41 324-1993 ---BeginMessage--- Hi folks! Thanks for all your help. But I am still having the problem. I've made the following test: 1. Created a

Re: [vchkpw] vchkpw +remote mysql +fail auth

2003-12-18 Thread Tom Collins
On Wednesday, December 17, 2003, at 05:50 AM, Hélio Rubens Kamogawa wrote: Thanks for all your help. But I am still having the problem. I've made the following test: 1. Created a domain foo.com on 'smtp01'. Vpopmail auth works. 2. Removed all entries of foo.com on /var/qmail/users/assign

Re: [vchkpw] vchkpw +remote mysql +fail auth

2003-12-17 Thread Hlio Rubens Kamogawa
Hi folks! Thanks for all your help. But I am still having the problem. I've made the following test: 1. Created a domain foo.com on 'smtp01'. Vpopmail auth works. 2. Removed all entries of foo.com on /var/qmail/users/assign /var/qmail/control/virtualdomains. It still works. 3. Removed the

[vchkpw] vchkpw +remote mysql +fail auth

2003-12-16 Thread Hélio Rubens Kamogawa
Hi People! I have 1 machine named mail01. This machine runs: - MySQL (vpopmail database) - POP (vpopmail 5.3.30) - SMTP-AUTH (qmail 1.03 + http://members.elysium.pl/brush/) using vchkpw to do the smtp-authentication. - Imap (Courier) - Webmail Everything works fine, but I have to set up a 2nd

Re: [vchkpw] vchkpw +remote mysql +fail auth

2003-12-16 Thread Tom Collins
[This isn't a developer question, so I'm only responding on the user's list, vchkpw.] On Tuesday, December 16, 2003, at 12:48 PM, Hélio Rubens Kamogawa wrote: Can you tell me if vchkpw looks for any local structure on ~vpopmail/domains/ or something like that? Mirror the following files from