[EMAIL PROTECTED] wrote:
>I'm using QMail + MySQL.
>I have the need to handle two different domain, but which refer to the
>same mailboxes.
>
>With Sendmail and Postfix, I can instruct to rewrite domain1.it to
>domain2.it BEFORE queue processing.
>
>How can I do the same with QMail?
>MySQL patch provide a method which implies information duplication, or
>another which avoid to check for the domain at all. I don't like both
>ways.
>
>Is there another way I'm missing from the docs?
Why not just list the domains in control/locals and control/rcpthosts?
Why bother with rewriting?
-Dave