> Chris Picton wrote: > > 2: can I quarantine to a multi-level hash directory: ie, > > quarantine/A/V/E/AVEGwyZaKYwt.gz
Paolo Cravero wrote, > Yes, the feature is there. > > $quarantine_subdir_levels = 1; > # add level of subdirs to disperse quarantine Almost, but not quite, any value >= 1 is currently treated as 1. Multiple dynamic levels are not currently supported. amavisd.conf-default: # $quarantine_subdir_levels = undef; # 0 or 1 (undef treated as 0) rtelease notes: - can add one layer of 62 subdirectories to the quarantine directory for more efficient file system use by uniformly distributing quarantined mail; enabled by setting a new config variable $quarantine_subdir_levels to 1; (you may have multiple STATIC levels, e.g. quarantine/X/Y/A/AVEGwyZaKYwt.gz where quarantine/X/Y is fixed and A/AVEGwyZaKYwt.gz is one dynamic level) Mark ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ 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/
