atom feed3 messages in net.sourceforge.lists.courier-usersRe: [courier-users] defaulting mail t...
FromSent OnAttachments
Ken NagorskiJan 30, 2002 6:43 am 
Bill MichellJan 30, 2002 7:09 am 
Roland SchneiderJan 30, 2002 8:04 am 
Subject:Re: [courier-users] defaulting mail to an external account
From:Roland Schneider (list@serv.ch)
Date:Jan 30, 2002 8:04:40 am
List:net.sourceforge.lists.courier-users

--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