Re: [Exim] exim debugging

Top Page
Delete this message
Reply to this message
Author: Nico Erfurth
Date:  
To: Aaron Anderson
CC: exim-users
Subject: Re: [Exim] exim debugging
Aaron Anderson wrote:
>
> In my exim.conf I have queue_only since I am using a virus scanner to
> de-queue them. However I want to be able to do debugging using exim -d9
> -t -f aaron@??? to test out a problems I've having with my LDAP
> integration. The problem is the message gets queued and then de-queued by
> another process so I don't get to see the debugging output. Is there a
> cmd line swift that forces exim to deliver the message and not queue it,
> effectively bypassing the queue_only directive.


Let exim queue the message and use exim -d -M MSGID to start a delivery.

ciao