[vchkpw] vpopmail+mysql problem

2003-12-22 Thread Yalcin Cekic
Hi All, I have a mail box with qmail+vpopmail(5.3.27)+mysql(4.0.15)+qmailadmin(1.0.27) I recently receive a error like vmysql: sql error[1]: Can't create database 'vpopmail'. Database exists or delivery 39175: failure:

Re: [vchkpw] vpopmail+ldap developer?

2003-12-22 Thread Michael Bowe
- Original Message - From: Michael Bowe [EMAIL PROTECTED] I am currently in the process of producing documentation along with a set of patches, so that we can ensure the LDAP module is good to go for the upcoming 5.4 release OK that has been done. Changes have been uploaded to CVS I

Re: [vchkpw] Vpopmail 5.4.0-pre2 released

2003-12-22 Thread Erwin Hoffmann
Hi Tom, please check my page http://.fehcom.de/qmail/smtpauth.html for a patch against vcheckpw regarding C/R. regards. --eh. At 21:24 21.12.03 -0700, Tom Collins wrote: http://vpopmail.sf.net/ Thanks to many testers for uncovering bugs in the last pre-release. We should have some more

RE: [vchkpw] Vpopmail 5.4.0-pre2 released

2003-12-22 Thread Remo Mattei
Wrong address here is the right one http://www.fehcom.de/qmail/smtpauth.html to many Erwin. Remo Mattei Network Security Engineer cell 801-808-unix email [EMAIL PROTECTED] -Original Message- From: Erwin Hoffmann [mailto:[EMAIL PROTECTED] Sent: Monday, December 22, 2003 7:19 AM

[vchkpw] [semi-OT] Pop3 auth

2003-12-22 Thread Andrea Riela
Hi folks, I need your suggestions. I've to do that: I would open my smtp relay for pop3 users with ssl auth. That is, the pop3 users couldn't use my smtp relay, pop3-ssl users ya. I've to implement two vchkpw binaries? Or wich type of solution? Could you send me your advices? Thanks for patience

Re: [vchkpw] Vpopmail 5.4.0-pre2 released

2003-12-22 Thread Oden Eriksson
måndagen den 22 december 2003 05.24 skrev Tom Collins: http://vpopmail.sf.net/ Hi Tom, I get this: gcc -I. -Icdb -g -O2 -Wall -c vpopmail.c vpopmail.c: In function `open_smtp_relay': vpopmail.c:2454: warning: unused variable `cp' Here's the errors from compiling it against dietlibc: diet

Re: [vchkpw] [not-OT] Pop3 auth

2003-12-22 Thread Jeremy Kitchen
On Mon, 2003-12-22 at 08:30, Andrea Riela wrote: Hi folks, I need your suggestions. I've to do that: I would open my smtp relay for pop3 users with ssl auth. That is, the pop3 users couldn't use my smtp relay, pop3-ssl users ya. I've to implement two vchkpw binaries? Or wich type of

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

[vchkpw] R: [vchkpw] [not-OT] Pop3 auth

2003-12-22 Thread Andrea Riela
yes, two vchkpw binaries, one with and one without --enable-roaming-users=y Hi Jeremy, Thanks for your help. What I've to do exactly? Sorry, I'm a newbie, I think :) How I could create a second binary? There's sybchrony between the two vchkpw? I don't undestand, could you figure it out?

Re: [vchkpw] R: [vchkpw] [not-OT] Pop3 auth

2003-12-22 Thread Jeremy Kitchen
On Mon, 2003-12-22 at 09:31, Andrea Riela wrote: yes, two vchkpw binaries, one with and one without --enable-roaming-users=y Hi Jeremy, Thanks for your help. What I've to do exactly? Sorry, I'm a newbie, I think :) How I could create a second binary? There's sybchrony between the two

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

[vchkpw] Quick version question

2003-12-22 Thread Dean Henrichsmeyer
Building a production server today, 5.3.30 or 5.4.0-pre2 going to be more stable? :) Dean

Re: [vchkpw] Quick version question

2003-12-22 Thread Tom Collins
On Monday, December 22, 2003, at 09:54 AM, Dean Henrichsmeyer wrote: Building a production server today, 5.3.30 or 5.4.0-pre2 going to be more stable? :) 5.4.0-pre2 should be more stable than 5.3.30. If you look at the ChangeLog, you'll see quite a few fixes between those two releases. -- Tom

RE: [vchkpw] Help with rblsmtpd

2003-12-22 Thread webmaster
I think that might work. Will give that a try. Thanks! -Original Message- From: Jeremy Kitchen [mailto:[EMAIL PROTECTED] Sent: Sunday, December 21, 2003 10:09 PM To: [EMAIL PROTECTED] Subject: RE: [vchkpw] Help with rblsmtpd On Sun, 2003-12-21 at 23:36, [EMAIL PROTECTED]

[vchkpw] R: [vchkpw] [not-OT] Pop3 auth (and Courier-Imap)

2003-12-22 Thread Andrea Riela
you run your ./configure once... with the --enable-roaming-users=y option, then make the binaries using 'make' Ok Jeremy, thanks for your help. I've created two binaries, like your suggestions. Now I've to install a pop3d-ssl daemon, I think Courier-Imap pop3ds (correct?) I'm trying to compile