On 5/5/2010 12:56 PM, Ralf Hildebrandt wrote: > # $virus_check_negative_ttl= 3*60; # time to cache contents as not infected > # $virus_check_positive_ttl= 30*60; # time to cache contents as infected > > Are these seconds or minutes?
Seconds. from amavisd.conf-sample: # expiration time of cached results: time to live in seconds # (how long the result of a virus/spam test remains valid) $virus_check_negative_ttl= 3*60; # time to remember that mail was not infected $virus_check_positive_ttl= 30*60; # time to remember that mail was infected > > How can I disable caching entirely (EVERY mail should go trough the > virus scanner, no matter how well known it is)? > I suppose you could set it to zero and test. Nuclear option would be to disable caching $enable_global_cache = 0; -- Noel Jones ------------------------------------------------------------------------------ _______________________________________________ AMaViS-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/amavis-user AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3 AMaViS-HowTos:http://www.amavis.org/howto/
