Re: |forward in .qmail
Amitai Schlair <[email protected]> Tue, 27 Feb 2007 22:33:11 -0500
| Newsgroups | gmane.mail.spam.tmda.devel |
|---|---|
| Message-ID | <[email protected]> |
On Feb 27, 2007, at 7:26 PM, Dennis Kavadas wrote: > i'm having a problem with the syntax of the .qmail file for realuser > (listed in /var/qmail/control/virtualdomains) > > ---.qmail--- > |preline /usr/local/src/tmda-1.1.9/bin/tmda-filter -S > /home/mydomian/tmda-cgi/stubs/vmailmgr-vdir.sh > |forward "$DEFAULT"@exchangeserver.mydomain.org > > ---error--- > deferral: listvdomain:_unknown_user_'olduser'/ > preline:_fatal:_unable_to_copy_input:_broken_pipe/ According to "tmda-filter --help", -S expects a filename to follow. So you probably want the stuff currently on the second line to instead come at the end of the first line.