Re: [vchkpw] Re: 5.4.15 onchange patch

2006-03-30 Thread John Simpson
On 2006-03-27, at 1304, Robin Bowes wrote: John Simpson wrote: i have written a patch against vpopmail-5.4.15 which causes any changes to trigger "~vpopmail/etc/onchange", if it exists and if it is executable to the userid which is running the vpopmail program. the patch can be downloaded,

Re: [vchkpw] /var/qmail/alias/.qmail-user

2006-03-30 Thread John Simpson
On 2006-03-28, at 0606, Jimmy Stewpot wrote: I have a server that is setup as having vpopmail installed to run all of the emails without having system accounts. I have got users on the system that have cronjobs running. If those users have a crontab that runs and has an error it will email

[vchkpw] patch for vmysql.c

2006-03-30 Thread Martin Xiao
hi: I have written a patch for vmysql.c,if 'read_open' is 1,but mysql server have close this connection,vpopmail will report error: "MySQL server has gone away" . Mysql_ping checks whether the connection to the server is working. If the connection have closed, then reconnec. PATCH==

[vchkpw] Re: 5.4.15 onchange patch

2006-03-30 Thread Robin Bowes
John Simpson wrote: > On 2006-03-27, at 1304, Robin Bowes wrote: >> John, >> >> Can this be modified to pass parameters to the program/script? For >> example, the action that has just occurred, plus any data associated >> with that action? e.g. "onchange useradd [EMAIL PROTECTED]" > > > i guess i

[vchkpw] Global addressbook support

2006-03-30 Thread Matt Brookings
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, everyone. We're currently working on a project to integrate automatic updates to a global addressbook via vpopmail's API. During a meeting, we discussed using the hook features, rather than directly modifying the vpopmail API to call OpenLDAP fun

[vchkpw] (5.4.13) ./configure insists on installing in /home/vpopmail/vpopmail

2006-03-30 Thread Charles M. Gerungan
I want to install vpopmail in /home/vpopmail. As with previous installs with older version, I was expecting a directory structure like /home/vpopmail/{bin,doc,domains,etc}, instead I received a directory structure like /home/vpopmail/vpopmail/ {bin,doc,domains,etc} (note the doubling of vpop

Re: [vchkpw] (5.4.13) ./configure insists on installing in /home/vpopmail/vpopmail

2006-03-30 Thread Charles M. Gerungan
On 31-mrt-2006, at 1:18, Charles M. Gerungan wrote: I want to install vpopmail in /home/vpopmail. As with previous installs with older version, I was expecting a directory structure like /home/vpopmail/{bin,doc,domains,etc}, instead I received a directory structure like /home/vpopmail/vpopm

[vchkpw] Re: patch for vmysql.c

2006-03-30 Thread Martin Xiao
Patch update.diff -u vpopmail-5.4.13.org/vmysql.c vpopmail-5.4.13/vmysql.c--- vpopmail-5.4.13.org/vmysql.c     2004-12-16 23:57:34.0 +0800+++ vpopmail-5.4.13/vmysql.c    2006-03-31 09:42:45.0 +0800@@ -188,7 +188,7 @@ { unsigned int timeout = 2;-    if ( update_open != 0 ) re

Re: [vchkpw] Re: 5.4.15 onchange patch

2006-03-30 Thread John Simpson
On 2006-03-30, at 1019, Robin Bowes wrote: John Simpson wrote: http://qmail.jms1.net/vpopmaild.shtml shows a clearer example of how to run vpopmaild under daemontools, by the way. Clearer than what? clearer that the first few lines of README.vpopmaild from the source code, which are s

Re: [vchkpw] Re: 5.4.15 onchange patch

2006-03-30 Thread Rick Widmer
John Simpson wrote: http://qmail.jms1.net/vpopmaild.shtml shows a clearer example of how to run vpopmaild under daemontools, by the way. Nice page! Just a thought... if you are only using vpopmaild to verify user logins, you might want to use the compact flag. login [EMAIL PROTECTE

Re: [vchkpw] Global addressbook support

2006-03-30 Thread John Simpson
On 2006-03-30, at 1522, Matt Brookings wrote: We're currently working on a project to integrate automatic updates to a global addressbook via vpopmail's API. During a meeting, we discussed using the hook features, rather than directly modifying the vpopmail API to call OpenLDAP functions. Firs