Re: [Exim] exim debugging

Pàgina inicial
Delete this message
Reply to this message
Autor: Nico Erfurth
Data:  
A: Aaron Anderson
CC: exim-users
Assumpte: 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