On Mon, Apr 26, 2010 at 07:32:01PM +0100, Dave Evans wrote:
> On Mon, Apr 26, 2010 at 02:56:27PM +0200, Matthias-Christian Ott wrote:
> > 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]
> 
> So: all recipients are rewritten to [email protected] + [email protected] + the
> original recipient, then all of those are sent to the host
> server1.example.com.  Is that what you wanted?

No, I don't want that the message is delivered to the original
recipient.

> > As far as I understood it, Exim should rewrite "MAIL FROM:"
> > to [email protected] and "RCPT TO:" to [email protected] and
> > [email protected].
> 
> That's not what the above config does.
> 
> > 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]:
> > 
> > How can I avoid that each message is also send to the original
> > recipient (in this case [email protected])?
> 
> Remove "unseen".

I have to add "transport = remote_smtp" to shadow_redirect than, am I
right?

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