On 21 May 2010 09:12, Adam Major <[email protected]> wrote: > 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. >
Gmail received it but it's not showing you it. Any message originating in gmail that ends up in the same gmail account only shows in your 'Sent' folder. Gmail is poorly-suited as a test rig. Peter -- Peter Bowyer Email: [email protected] Follow me on Twitter: twitter.com/peeebeee -- ## 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/
