[vchkpw] vpopmail 5.3.27 does not compile with --enable-ldap=y

2003-09-05 Thread Tohru Kobayashi
Hello List, I tried to install vpopmail 5.3.27 with ldap authentication. Unfortunately, the following error occured during make. gcc -I. -I/usr/local/include -g -O2 -Wall -c vauth.c vauth.c: In function `vauth_getpw': vauth.c:70: storage size of `limits' isn't known vauth.c:290:

[vchkpw] vqregister quota

2003-09-05 Thread Anasoft
Hi, First excuse my bad english I want set quota on vqregister, it is possible !!? thnks you

[vchkpw] qmail-send is eating all availible cpu time

2003-09-05 Thread Jesus Ruiz
Thanks very much Tobias. Have a look at this ls -la /var/qmail/supervise/qmail-send/supervise/ total 12 drwx-- 2 root root 4096 Aug 29 16:40 ./ drwxr-xr-t 4 root root 4096 Aug 27 20:30 ../ prw--- 1 root root 0 Aug 29 16:40 control| -rw--- 1 root root 0 Aug 26 16:55 lock prw---

[vchkpw] Solaris - Symbol referencing errors. No output written to authvchkpw

2003-09-05 Thread Joseph Bruzzo
Hi to all, If anyone can help me with the following will be greatly appreciated. I am trying to installing Solaris 9 + QMAIL 1.03 + APACHE 1.3.28 + PHP 4.3.3 + MYSQL + VPOPMAIL (with MySQL accounts) + COURIER-IMAP + SQUIRRELMAIL (with MySQL prefs/addrbook), QMAIL-SCANNER + SPAMASSASSIN

[vchkpw] Solaris - Symbol referencing errors. No output written to authvchkpw

2003-09-05 Thread Joseph Bruzzo
Hi to all, If anyone can help me with the following will be greatly appreciated. I am trying to installing Solaris 9 + QMAIL 1.03 + APACHE 1.3.28 + PHP 4.3.3 + MYSQL + VPOPMAIL (with MySQL accounts) + COURIER-IMAP + SQUIRRELMAIL (with MySQL prefs/addrbook), QMAIL-SCANNER + SPAMASSASSIN Vpopmail

Re: [vchkpw] 5.3.26 error with chkusr patch + mysql

2003-09-05 Thread Ken Jones
I agree with tonix on this one. It is probably better to put the function back into the distribution with the comment that it is depreciated and will be removed in a future version. The last thing we want to do is release a new version of vpopmail that breaks current software. Ken Jones

[vchkpw] Retrive From Catch ALL Pop Account

2003-09-05 Thread kengheng
Hi all, is they anyway I can retrive a catch all pop account from my ISP server to a local server and distribute it to the users. eg: [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED] (catch all pop acc in ISP) -- distribute to according user in qmail/vpopmail local server .

[vchkpw] vpopmail and mysql replication

2003-09-05 Thread Doug Clements
Greetings, I've got a working mysql and vpopmail setup going, with replication support. For those that don't know, replication support in vpopmail means that all updates go to a single server, where lookups can be sent to another server. I have a local copy of the replicated database on each

Re: [vchkpw] vpopmail and mysql replication

2003-09-05 Thread Nick Harring
Doug Clements wrote: Greetings, I've got a working mysql and vpopmail setup going, with replication support. For those that don't know, replication support in vpopmail means that all updates go to a single server, where lookups can be sent to another server. I have a local copy of the

Re: [vchkpw] vpopmail and mysql replication

2003-09-05 Thread Dave Richardson - Lists
You could potentially code in a multiple call update from vpopmail to some IFDEF'd in mysql servers. I'm thinking that you could make certain update calls to as many MySQL servers as you wanted, sending the same SQL statement to each. I imagine some critical thinking in the process could lead

[vchkpw] Re: Retrive From Catch ALL Pop Account

2003-09-05 Thread Peter Palmreuther
Hello Kengheng, On Friday, September 5, 2003 at 6:45:50 PM you wrote (at least in part): Hi all, is they anyway I can retrive a catch all pop account from my ISP server to a local server and distribute it to the users. Yes. E.g. 'fetchmail' with 'multidrop' configuration. -- Best regards

Re: [vchkpw] vpopmail and mysql replication

2003-09-05 Thread Doug Clements
On Fri, Sep 05, 2003 at 02:31:39PM -0500, Nick Harring wrote: I'm about to tackle this same problem myself, since I'm about to ditch a pair of Solaris boxes for my NFS mounted mail spools and instead move to filers. My plan is to instead use Linux HA to have two machines as a failover

Re: [vchkpw] vpopmail and mysql replication

2003-09-05 Thread Nick Harring
Doug Clements wrote: On Fri, Sep 05, 2003 at 02:31:39PM -0500, Nick Harring wrote: I'm about to tackle this same problem myself, since I'm about to ditch a pair of Solaris boxes for my NFS mounted mail spools and instead move to filers. My plan is to instead use Linux HA to have

[vchkpw] cmd5checkpw 'free user ID'

2003-09-05 Thread Rick van Vliet
Help me please understand what is meant in the INSTALL doc, when it says Select a free user id in your system... and what does he mean by that user? http://members.elysium.pl/brush/cmd5checkpw/ Am I supposed to useradd a *new system user*? And how do I select an id for 'thatuser'... before I

Re: [vchkpw] Retrive From Catch ALL Pop Account

2003-09-05 Thread kengheng
Hi, How do I need to configure the .fetechmailrc file? Thanks - Original Message - From: Simon Adlem [EMAIL PROTECTED] To: kengheng [EMAIL PROTECTED] Sent: Saturday, September 06, 2003 1:10 AM Subject: Re: [vchkpw] Retrive From Catch ALL Pop Account -BEGIN PGP SIGNED MESSAGE-

Re: [vchkpw] 5.3.26 error with chkusr patch + mysql

2003-09-05 Thread Michael Bowe
There is a sourceforge tracker item open for this issue [800738] I have uploaded a patch there now to restore this function to ensure backwards compatibility with the chkusr patch I added comments to the function to mark it is depreciated Michael. - Original Message - From: Ken Jones