Jochen E. Führing <[EMAIL PROTECTED]> wrote:
>How can I do forwarding to another host ? I have setup several
>virtualdomains and now all the mail for the domain example.com should
>be redirected to host.mydomain.com.
I'm not sure exactly what you're trying to do since you mention
virtual domains, but if example.com is not a virtual domain, you can
put the following in control/smtproutes:
example.com:[IP address of host.mydomain.com]
.example.com:[IP address of host.mydomain.com]
If example.com *is* virtual, then you'll need to put something in the
-default .qmail file for the domain to forward the mail to the
appropriate address.
Perhaps if you describe more clearly what you're trying to achieve, we
can provide better assistance.
-Dave