-
Notifications
You must be signed in to change notification settings - Fork 6
/
toaster.conf-dist
executable file
·43 lines (37 loc) · 1.69 KB
/
toaster.conf-dist
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
#
# Documentation for this file and its settings is included
# in the docs directory of the Mail::Toaster
# distribution, in perl pod format (perldoc toaster.conf)
# and posted online at the following URLs:
#
# http://mail-toaster.org/docs/ or
# http://www.tnpi.net/support/forums/
#
# A current copy of this file is posted on the Mail::Toaster web site:
# http://mail-toaster.org/etc/toaster.conf
#######################################
# Mail::Toaster::Logs #
#######################################
logs_verbose = 0 # caution, turning this on will result in LOTS of
# output, you certainly don't want to leave it on.
logs_base = /var/log/mail # where qmail logs live (/var/log)
logs_supervise = /var/qmail/supervise
logs_user = qmaill
logs_group = qnofiles
logs_pop3d = dovecot # courier, dovecot, or qpop3d
logs_isoqlog = 0 # configure isoqlog first!
logs_taifiles = 1 # output to multilogs @NNNNNNN files
logs_archive = 1 # output to YYYY/MM/DD/xxxxlog files
logs_archive_untai = 0 # convert tai to human readable dates
logs_archive_purge = 0 # purge logs older than 1 month
qmailanalog_bin = /var/qmail/qmailanalog/bin
send_log_method = multilog
logs_counters = counters # dir for storing counters
logs_rbl_count = smtp_rbl.txt
logs_smtp_count = smtp_auth.txt
logs_send_count = send.txt
logs_pop3_count = pop3.txt
logs_imap_count = imap.txt
logs_spam_count = spam.txt
logs_virus_count = virus.txt
logs_web_count = webmail.txt