OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
Re: Forwards with MySQL

From: Wietse Venema (wietseporcupine.org)
Date: Fri Sep 01 2006 - 07:35:44 CDT


Alvaro Mar?n:
> Kai F_rstenberg wrote:
>
> Hello,
>
> > You can use transport_maps. Forward otheruserotherdomain.com via smtp
> > to the other MX. Anyhow you should/must add this user to the table:
> > "otheruser","otherdomain.com","otheruserotherdomain.com". Postfix
> > always looks in the table but the alias mapping is the same. It then can
> > take the transport_maps to forward the message to a different server.
>
> I've tried with that (configuring transport table too):
>
> mysql> select * from email_domains;
> +---------------------------+
> | domain |
> +---------------------------+
> | gmail.com |
> | pruebas.domain.com |
> +---------------------------+

DO NOT list gmail.com in your own domain tables!! Mail will
bounce with "user unknown in virtual alias table".

        Wietse