On Thu, Jun 15, 2000 at 06:08:13PM +0100, Jorge Rocha wrote:
> I have a Novell Groupwise who get message for @sp.example.com and it can't
> get message for @example.com, so i set MX of example.com to
> linux.example.com running qmail to redirect messages from @example.com to
> @sp.example.com.
> How can i configure qmail to redirect message to @xx.example.com changing
> the RCPT TO from [EMAIL PROTECTED] to [EMAIL PROTECTED]
# echo example.com >> /var/qmail/control/rcpthosts
# echo example.com:alias-example >> /var/qmail/control/virtualdomains
# echo '| forward "$DEFAULT"@xx.example.com' > ~alias/.qmail-example-default
Make sure example.com is not in /var/qmail/control/locals, and send qmail-send
a SIGHUP.
Chris