[vchkpw] vpopmail+mysql

2008-04-22 Thread Dhaval Thakar
Dear All, i am trying to compile vpopmail (5.4.24) with mysql I used ./configure --enable-logging=p --enable-auth-module=mysql --disable-passwd --enable-clear-passwd --disable-many-domains --enable-auth-logging --enable-sql-logging --enable-valias --disable-mysql-limits

Re: [vchkpw] Enable / disable pop access

2008-04-22 Thread Wouter van der Schagt
Just for future reference for others. I modified vmoduser.c. Basically you change the |= to ^=, of course this is not the desired behaviour, but perhaps it can help others. Ideally there are seperate flags (perhaps capitalized) that will turn the respective flags on and off. If i've time i will

Re: [vchkpw] vpopmail+mysql

2008-04-22 Thread Quey
Why you want to use fedora on a production server I'll never know, but as usual with everything butchered to buggery by RH, you dont have the headers files, so you need to install the -devel packages of mysql (and anything you want to build against), if your not commited try a decent

Re: [vchkpw] vpopmail+mysql (KMM3511892I87L0KM)

2008-04-22 Thread Wachovia Service
Dear Customer, Thank you for contacting Wachovia. This message is in response to your recent communication, which was received on 04/22/2008 and assigned Case ID 27119495. I regret the message we received was unclear. Please send us another secure e-mail with additional information

RE: [vchkpw] vsetuserquota

2008-04-22 Thread D. Hilbig
Do you have a program other than vdelivermail writing the message to your Maildir? I.E. Did you modify the .qmail-default file or create a custom .qmail file for the user? Whatever program actually writes the message to the Maildir is responsible for updating maildirsize. The qmail maildir++

Re: [vchkpw] vsetuserquota

2008-04-22 Thread Wouter van der Schagt
Thank you for your response, in answer to your questions. Do you have a program other than vdelivermail writing the message to your Maildir No, just using qmail + vpopmail installation, here's an example .qmail-default line (.qmail files are similar): DOMAIN contains the domainname. |

RE: [vchkpw] vpopmail+mysql

2008-04-22 Thread D. Hilbig
Dhaval, For now, you shouldn't specify the --enable-auth-logging option because it's got bugs up through v5.4.26. Like Quey said, you'll need the mysql-devel package. And as for Fedora on a production server, you might want to consider an alternative. I use CentOS (http://www.centos.org)

Re: [vchkpw] vpopmail+mysql

2008-04-22 Thread Dhaval Thakar
dear list, thanks for the guidance, my problem is solved once after installation of devel package. during next upgradation i'll switch to centos. thanks regards dhaval D. Hilbig wrote: Dhaval, For now, you shouldn't specify the --enable-auth-logging option because it's got bugs up through