--Ken Nagorski wrote on 30.01.2002 09:41 -0500:
I am mainly managing courier via webadmin however the only thing I can't
seem to find is how to add send all mail for an account to an external
address. It looks like somehthing like this would be done under "Aliases,
role accounts, forwarding, and virtual domain accounts" however that doesn't
seem to have what I need, I can say all mail for foo.com goes to user X but
I can't say send all mail for foo.com to X...@hotmail.com and this seems to
have become q rather big issue.
If the Maildir-field starts with a pipe you can send the mail
to any program. I dont know how one would enter the pipe with
userdb (its used as the separator there...) , but this line
instead of './Maildir' works fine with authmysql:
|$SENDMAIL -f "$SENDER" junk...@hotmail.com
You could even add footers etc.
Roland