[vchkpw] Re: vpopmail-5.4.13

2006-01-17 Thread drew-vpopmail
I could not figure out why only MySQL can now be used for valias only, so I just created a patch to 5.4.13 to remove this check (I still use valias in the form of .qmail files). Patch attached. diff -uPr vpopmail-5.4.13.orig/configure vpopmail-5.4.13/configure --- vpopmail-5.4.13.orig/configure

[vchkpw] Per user .qmail files patch for 5.4.15

2006-03-14 Thread drew-vpopmail
Just in case anyone was using them attached are the patches for 5.4.15 to enable per-user .qmail files. I use per user .qmail files in a live environment so have to do these patch files anyway. diff -uPr vpopmail-5.4.15.orig/vdelivermail.c vpopmail-5.4.15/vdelivermail.c ---

[vchkpw] 5.4.17 patches

2006-12-11 Thread drew-vpopmail
I have a patch for implementing personal .qmail files (.qmail files inside the user directory and not just in the domain directory), I also have a variation on this patch to name these .vpopmail files. I also have a patch which implements alias line removal in valias.c (-r flag), removal of SQL

Re: [vchkpw] 5.4.17 patches

2006-12-12 Thread drew-vpopmail
Tom, The first patch implements .qmail-extension files (and also the -default variations). This is useful for me because it means that any special delivery rules created for a user can all be put in the users own directory, when the user is deleted all the special rules go aswell. As far as

Re: [vchkpw] 5.4.17 patches

2006-12-12 Thread drew-vpopmail
Rick, As requested I have attached the .qmail and .vpopmail files in the user directory patch. I do not use this patch but created it a little while ago incase I did want to migrate to using .vpopmail files. As far as I can remember the order of name resolution is as follows :- 1)

Re: [vchkpw] Custom Fields ?

2006-12-13 Thread drew-vpopmail
The user directory and the corresponding Maildir is created by vdelivermail if it does not exist (make_user_dir(...) in vpopmail.c called from vdelivermail.c) and does not depend on the backend. On Wed, 13 Dec 2006, Joshua Megerman wrote: On Wednesday 13 December 2006 01:47, Rick Widmer

[vchkpw] Vpopmail 5.4.18 bug

2007-01-04 Thread drew-vpopmail
Hi, There is a bug in 5.4.18 of Vpopmail where if you (as a programmer) call valias_select_all() twice in the same program on a domain that has no aliases, the second one (for me) gets a glibc double free error and aborts. This occurs when using file based valias functions (vpalias.c). You can

Re: [vchkpw] The future of valias other topics

2007-01-08 Thread drew-vpopmail
First a quick review of the new features added to the 5.4.18 release: o The option of running a script each time a user or domain is added, deleted or modified. This can be used for sending notification messages, maintaining a list of valid users and what ever else you may need to do. See

Re: [vchkpw] The future of valias other topics

2007-01-09 Thread drew-vpopmail
On Mon, 8 Jan 2007, John Simpson wrote: On 2007-01-08, at 0602, [EMAIL PROTECTED] wrote: Attached is a patch for 5.4.18 to enable alias line removal from .qmail based aliases and the implementation of alias line removal using the valias command line program. Am I meant to be

Re: [vchkpw] chkuser on relay server , part II

2007-01-18 Thread drew-vpopmail
On Mon, 15 Jan 2007, David Chaplin-Loebell wrote: Miki wrote: - so after spending weekend over google ;) I want kindly ask TONIX if he is willing to add smal feature into chkuser 2.0.8, I have idea something like CHECK_EXTERNAL_FILE = 0/1 EXTERNAL_FILE = /bla/bla/list.txt (or even cdb)