man barrendero.conf (Formats) - Configuration file for mail spool directory cleaner
NAME
barrendero.conf - Configuration file for mail spool directory cleaner
DESCRIPTION
barrendero.conf is the configuration file for barrendero(1).
A hash mark (``#'') indicates that the end of the line is a comment and it will be ignored.
EXAMPLE
# Warning age
WARNAGE = 15;
# Delete age
DELAGE = 20;
# Set the debug level
DEBUG = 3
# Default language for reports
LANG = es;
# Send mail reports (1) or not to send them (0)
MAILREPORTS = 0;
# Admin (who has to receive the general report)
ADMIN = admin@mymachine.com;
# Make backups of the mail folders?
# 0->No
# 1->Save the whole unmodified folder
# 2->Just save the deleted messages
MAKEBACKUP = 2;
# Where to put the saved messages
SAVEDIR = /tmp;
# Folders smaller than this will not be inspected (size in bytes)
TRIGGERSIZE = 300000;
# User Warning Delete Lang Trigger
joe 30 35 es 120000
# Other users mustn't be touched!
foo 99999 99999 en 9999999999
SEE ALSO
COPYRIGHT
Copyright (c) Eduardo Diaz Comellas
This program is distributed under the GNU General Public License.