> > 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);
this didn't do it. this line apparently is only in the setdefaultaccount function and it's about writing to the .qmail-default file. after recompiling i tried it by setting a new user and creating a automated reply. it's still doing the .qmail file under the user's directory... > > 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/ > > --
