Hello

 > There are details about the SRS scheme on the exim wiki:
 >
 > http://wiki.exim.org/SRS

Thank You. I use simple router:

mysql_forward:
     driver = redirect
     srs = forward
     data = ${lookup mysql {SELECT send_to FROM mail_alias WHERE
        mail_domain='${quote_mysql:$domain}' AND
        mail_user='${quote_mysql:$local_part}' AND is_forward=1}}


It working ok in almost all situation.

When I sent mail from [email protected] to [email protected]
and it is alias to  [email protected]

Mail disappeared :/
In exim log this mail was sent but not found in gmail mailbox.


I tested many combination ex:
log...@gmail-> lo...@mydomain -> log...@gmail
or
[email protected] -> lo...@mydomain -> [email protected]

and this is working :)


Is it safe use SRS to all aliases, even local domains ?
Is there any contraindications?


Best Regards.



-- 
## List details at http://lists.exim.org/mailman/listinfo/exim-users 
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://wiki.exim.org/

Reply via email to