Re: [vchkpw] chkuser 2.0

2004-10-13 Thread Jeremy Kitchen
On Thursday 23 September 2004 06:25 pm, tonix (Antonio Nati) wrote: At 23/09/2004 23/09/2004 -0400, you wrote: I didn't see anything in the docs or change logs specifically regarding the mysql connection problem that sometimes crops up with vpopmail. Has this been addressed ? Yes, chkuser

Re: [vchkpw] chkuser 2.0

2004-10-13 Thread tonix (Antonio Nati)
At 13/10/2004 13/10/2004 -0500, you wrote: as a suggestion, would it be possible to have a definition placed into vpopmail.h such as: #define HAVE_VAUTH_OPEN that way programs that link against vpopmail can support both methods without any user intervention, and also this way, if say perhaps

[vchkpw] vpopmail 5.3.16 to 5.4.7

2004-10-13 Thread csere matyas
hello everyone! im trying to upgrade our vpopmail to the newest version. ive read the upgrading file in the source tree, it doesnt say anything i need to be worried about. but its not working =P my problem is: for example with the old setup i've made a domain, and added some users. with the new

Re: [vchkpw] vpopmail 5.3.16 to 5.4.7

2004-10-13 Thread Tom Collins
On Oct 13, 2004, at 11:18 AM, csere matyas wrote: my problem is: for example with the old setup i've made a domain, and added some users. with the new binarys i can see the domain, but it sais there are 0 users in it, which is just not true. it seems to be searching for the vpasswd files in the

[vchkpw] chkuser starting variable not working

2004-10-13 Thread Stefan Klopp
Hello all, I am having a problem with getting the CHKUSER_STARTING_VARIABLE to work with my system. When I use this setting when compiling qmail chkuser doesn't work at all. However when I use the CHKUSER_ALWAYS_ON it works fine. Here is my chkuser.h file: #define CHKUSER_STARTING_VARIABLE

Re: [vchkpw] vpopmail 5.3.16 to 5.4.7

2004-10-13 Thread csere matyas
hi thanks for the quick reply. i've dug in the mysql db, and found a vpopmail db. (and with strace i see mysql librarys linked to the old binarys). but in the old version there isnt a vpopmail.mysql so thats why i thoght it was cdb. that vmysql.h you are talking about should be in the source tree

Re: [vchkpw] vpopmail 5.3.16 to 5.4.7

2004-10-13 Thread Tom Collins
On Oct 13, 2004, at 1:31 PM, csere matyas wrote: thanks for the quick reply. i've dug in the mysql db, and found a vpopmail db. (and with strace i see mysql librarys linked to the old binarys). but in the old version there isnt a vpopmail.mysql so thats why i thoght it was cdb. that vmysql.h you

Re: [vchkpw] chkuser starting variable not working

2004-10-13 Thread tonix (Antonio Nati)
At 13/10/2004 13/10/2004 -0700, you wrote: Hello all, I am having a problem with getting the CHKUSER_STARTING_VARIABLE to work with my system. When I use this setting when compiling qmail chkuser doesn't work at all. However when I use the CHKUSER_ALWAYS_ON it works fine. Did you enable bouncing

Re: [vchkpw] chkuser starting variable not working

2004-10-13 Thread tonix (Antonio Nati)
At 13/10/2004 13/10/2004 -0700, you wrote: Hello all, I am having a problem with getting the CHKUSER_STARTING_VARIABLE to work with my system. When I use this setting when compiling qmail chkuser doesn't work at all. However when I use the CHKUSER_ALWAYS_ON it works fine. #!/bin/sh QMAILDUID=`id

Re: [vchkpw] chkuser starting variable not working

2004-10-13 Thread Stefan Klopp
Thanks so much for the help, looks like I had the settings in the wrong file *DOH*. Once I uncommented the CHKUSER_STARTING_VARIABLE in the chkuser_settings.h file it worked without a hitch. Thanks again, Stefan - Original Message - From: tonix (Antonio Nati) [EMAIL PROTECTED] To:

Re: [vchkpw] vpopmail 5.3.16 to 5.4.7

2004-10-13 Thread Cream[DONut]
Tom Collins wrote: On Oct 13, 2004, at 1:31 PM, csere matyas wrote: that vmysql.h you are talking about should be in the source tree of the old vpopmail? (which isnt available btw [[= ) You might be able to strace an old binary (like vuserinfo) to find out what username and password it's using