#
# /var/log/.qmail
#
# iztaci-netqmail is configured to log a copy of every message to
# the "log" user's maildir.
#
# The exact behaviour is controlled by this file:
#
# === 1) Discard all, store nothing. ===
#
# To discard all copies and essentially do nothing just comment out
# *every single line* of the file. Do not leave it empty, but leave
# at least one comment line. This is the default.
#
# Another (a bit less efficient) way to achieve this result is by
# uncommenting this line:
#
#|cat > /dev/null 
#
# It will run a 'cat' process for every message processed by the system,
# though. 
#
# For maximum efficiency, delete all lines from this file and add a single
# comment line. Just a '#' at the beginning of the file should be enough.
#
# === 2) Log everything in /var/log/Maildir ===
#
# Uncomment the following "./Maildir/" line:
#
#./Maildir/
#
# And optionally create the "/var/log/Maildir" maildir file by running:
#
#    sudo -u log maildirmake /var/log/Maildir
#
# === 3) Custom processing ===
#
# You can use any mail delivery rules supported by qmail. See dot-qmail(1).
#
# See also: dot-qmail(1), qmail(7), maildirmake(1)
