Michael Jakscht said:
> Everything works quite fine, except that if an
> e-mail-address is not deliverable, the error mails,
> generated by exim or the smtp to Notes Gateway are
> never being delivered.
[...]
> command = "/opt/amavis/sbin/amavis -f ${sender_address} -d
> ${pipe_addresses}"
I know some version of amavis didn't like getting nothing as the argument
to -f. So any message with an empty sender (which includes bounces) would
return an error.
I don't know if amavis-perl-11 supports this, but try to enclose the
${sender_address} in <> as such:
command = "/opt/amavis/sbin/amavis -f <${sender_address}> -d \
${pipe_addresses}"
--
Patrice Fournier