Hi,

I have the following config:

local_interfaces = <; 127.0.0.1 ; ::1

acl_smtp_rcpt = accept

begin routers

shadow_redirect:
  driver = redirect
  data = [email protected], [email protected]
  unseen

manual_route:
  driver = manualroute
  domains = *
  route_list = * server1.example.com
  transport = remote_smtp

begin transports

remote_smtp:
  driver = smtp
  return_path = [email protected]

begin retry

*   *   F,2h,15m; G,16h,1h,1.5; F,4d,6h

As far as I understood it, Exim should rewrite "MAIL FROM:"
to [email protected] and "RCPT TO:" to [email protected] and
[email protected].

If I now send a message to [email protected] (the server that
runs with the above configuration), it there seems to be an additional
"RCPT TO:" to [email protected]:

Apr 24 03:10:04 server2 exim[20205]: 2010-04-24 03:10:04 1O5Vko-0005Ft-5f <= 
[email protected] U=root P=local S=5702
Apr 24 03:10:04 server2 exim[20269]: 2010-04-24 03:10:04 1O5Vko-0005Ft-5f => 
[email protected] <[email protected]> R=manual_route T=remote_smtp 
H=server1.example.com [198.51.100.1] X=TLSv1:DHE-RSA-AES256-SHA:256
Apr 24 03:10:04 server2 exim[20269]: 2010-04-24 03:10:04 1O5Vko-0005Ft-5f -> 
[email protected] <[email protected]> R=manual_route T=remote_smtp 
H=server1.example.com [198.51.100.1] X=TLSv1:DHE-RSA-AES256-SHA:256
Apr 24 03:10:04 server2 exim[20269]: 2010-04-24 03:10:04 1O5Vko-0005Ft-5f -> 
[email protected] R=manual_route T=remote_smtp H=server1.example.com 
[198.51.100.1] X=TLSv1:DHE-RSA-AES256-SHA:256

How can I avoid that each message is also send to the original
recipient (in this case [email protected])?

Thanks!

Regards,
Matthias-Christian

-- 
## 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