Hi, On Tue, 2005-05-24 at 12:04 -0400, Payal Rathod wrote: > In a qmail + vpopmail setup, I would like to run, > | /path/to/script > in .qmail file for all users. Is there any eay way of doing it?
You can do it in the .qmail-default file. Change: | /path/to/vpopmail/vdelivermail '' bounce-no-mailbox to: | /path/to/script | /path/to/vpopmail/vdelivermail '' bounce-no-mailbox - you still have to do it with every domain thou... /Anders