Hello,
I want to deliver some messages locally and some other messages for the
same domain should be directed to another mail server without changing
the domain-component.
Example:
[EMAIL PROTECTED] should be delivered locally
and
[EMAIL PROTECTED] should be directed to another server
using the workaround with |forward "$LOCAL"@yourorg" (refer to FAQ 4.1) is
not suiteable, because it changes the domain-component from myorg.com to
yourorg.com.
I found the following working solution:
I insert the following line in ~/alias/.qmail-default
|/var/qmail/bin/qmail-remote "$HOST" "$SENDER" "$RECIPIENT"
Am I running in any trouble using this solution??
Bye Thomas