"Andreas Altenburg" <[EMAIL PROTECTED]> wrote:
>when receiving mails for users which are unknown at a special domain, i want
>to send them automatically to a special user at the same domain. is it
>possible to do this with qmail? how can i archieve this?
echo "|forward specialuser@somedomain" >~alias/.qmail-default
>I do not want to forward them,
Oops, why not? How else do you expect them to get there? Would you be
happy if you renamed "forward" to "redirect"?
>neither should it be an error message with an attachement of
>the original mail, but it should be a "normal" mail. I need the header with
>an information of the user to which the mail should be send originally.
That's exactly what the above suggestion does.
-Dave