Re: [Exim] exim debugging

Startseite
Nachricht löschen
Nachricht beantworten
Autor: Nico Erfurth
Datum:  
To: Aaron Anderson
CC: exim-users
Betreff: Re: [Exim] exim debugging
Aaron Anderson wrote:
> Quoting Nico Erfurth <masta@???>:
>
> I can increase the interval that the virus scanner runs so I can catch it.
> There is no way to have exim bypass that directive?


not directly, BUT!

you can use macros

define a macro in your config
QUEUE_ONLY_MACRO = true

and set queue_only with

queue_only = QUEUE_ONLY_MACRO

for debugging, use exim -DQUEUE_ONLY_MACRO=false

this should work, but I'm not really sure ;)

ciao