On Oct 1, 2004, at 12:29 AM, kalin mintchev wrote:
using qmailadmin to set up vacation and forwarding the thing generates a
.qmail file under the users directory. that's good but if there is a
.qmail-default one level up that .qmail is ignored.

If you do "set remote catchall" and enter the email address for the catchall account, then the message gets forwarded, and vdelivermail will process the .qmail file.


Or, modify command.c.  Change:

fprintf(fs, "| %s/bin/vdelivermail '' %s\n", VPOPMAILDIR, pw->pw_dir);

to

fprintf(fs, "| %s/bin/vdelivermail '' [EMAIL PROTECTED]", ActionUser, Domain);

Question to others: Do we need to modify vdelivermail to follow the .qmail file in a directory when it does Maildir delivery? Should qmailadmin be modified to use the email address for catchall instead of Maildir?

--
Tom Collins  -  [EMAIL PROTECTED]
QmailAdmin: http://qmailadmin.sf.net/  Vpopmail: http://vpopmail.sf.net/
Info on the Sniffter hand-held Network Tester: http://sniffter.com/



Reply via email to