Hello all.
I'm trying the following, I will describe the process and the
steps in detail
Sending messages
adding return_path with "[EMAIL PROTECTED]"
adding the same into error-to
The target mailserver should get the request and if there is
something wrong with the recipient is should bounce the message to
"[EMAIL PROTECTED]".
I tried and the log entry at the target host is
H=senderdomain [n.n.n.n] F=<[EMAIL PROTECTED]>
rejected RCPT <[EMAIL PROTECTED]>: Unrouteable address
In the message I get as bounce is not info about bounces- nor the
special senderadress (return_path).
Is there something I missed?
Thanks for helping.
Kind regards
Karl-Heinz
ps: I did all I found in the document
http://www.exim.org/howto/mailman21.html
without success.
-----------------------------------
My send transport looks like
remote_smtp:
driver = smtp
max_rcpt = 1
return_path = ${local_part:$return_path}+$local_part=$domain-
[EMAIL PROTECTED]
headers_remove = errors-to
headers_add = errors-to: ${return_path}
delivery_date_add
envelope_to_add
return_path_add
My receive router and the transport looks like
bounce_router:
driver = accept
domains = +local_domains
local_part_suffix_optional
local_part_suffix = -bounces
transport = bounce_transport
bounce_transport:
driver = pipe
command = /bin/sh -c 'cat >> /tmp/test.exim'
--
## List details at http://www.exim.org/mailman/listinfo/exim-users
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://www.exim.org/eximwiki/