Re: [Exim] exim debugging

Páxina inicial
Borrar esta mensaxe
Responder a esta mensaxe
Autor: Nico Erfurth
Data:  
Para: Aaron Anderson
CC: exim-users
Asunto: 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