Re: [Exim] Frozen Messages because of mailformed Mailer-Daem…

Top Page
Delete this message
Reply to this message
Author: Kianusch Sayah Karadji
Date:  
To: Nico Erfurth
CC: exim-users@exim.org
Subject: Re: [Exim] Frozen Messages because of mailformed Mailer-Daemon-sender
Hi!

I figured out what the problem was:

I use amavis for Virus Scanning, amavis is called by exim via

"/usr/sbin/amavis -f ${sender_address} -d ${pipe_addresses}"

But amavis exits with a error because "${sender_address}" is empty, so
amavis is called with a wrong number of parameters.

Changing the line to

"/usr/sbin/amavis -f <${sender_address}> -d ${pipe_addresses}"

fixed the Problem.

Regards
Kianusch


Nico Erfurth wrote:

>>[KSK] Sometime when I have mails from my Mailer-Daemon they end up in
>>[KSK] the frozen Status. I have no sender...


> empty addresses indicate bounces