Add script 'maildir-last-change.sh' which creates a statistic about the last chane of the mailboxes.

This commit is contained in:
2019-08-03 18:07:56 +02:00
parent 228daec975
commit 62b6118d66
2 changed files with 349 additions and 0 deletions

View File

@ -0,0 +1,22 @@
# -----------------------------------------------------------
# - Parameter Settings for script 'maildir-last-change.conf'.
# -----------------------------------------------------------
# MAILBOX_BASE_DIR
#
# Base directory containing the all the domains within their
# mailboxes
#
# Defaults to:
# MAILBOX_BASE_DIR="/var/vmail"
#
#MAILBOX_BASE_DIR="/var/vmail"
# DST_DIR
#
# Directory containing the created statistic files.
#
# Defaults to:
# DST_DIR="/var/MAIL-STATS/LAST-CHANGE"
#
#DST_DIR="/var/MAIL-STATS/LAST-CHANGE"