mirror of
https://github.com/darold/sendmailanalyzer.git
synced 2026-05-18 06:05:55 -06:00
256 lines
9.8 KiB
Text
256 lines
9.8 KiB
Text
|
|
# Path to the maillog file to analyse.
|
|
# Can be overwritten with --log or -l
|
|
LOG_FILE /var/log/mail.log
|
|
|
|
# Path to store the pid file (sendmailanalyzer.pid).
|
|
PID_DIR /var/run
|
|
|
|
# Path to the system tail command.
|
|
# Can be overwritten with --tail or -t
|
|
TAIL_PROG /usr/bin/tail
|
|
|
|
# tail system command argument to pass.
|
|
# Can be overwritten with --args or -a
|
|
TAIL_ARGS -n 0 -F
|
|
|
|
# zcat system command used to parse compressed log file
|
|
ZCAT_PROG /bin/zcat
|
|
|
|
# Output directory for data storage.
|
|
# Can be overwritten with --output or -o
|
|
OUT_DIR /var/lib/sendmailanalyzer
|
|
|
|
# Turn on/off debug mode.
|
|
# Can be overwritten with --debug or -d
|
|
DEBUG 0
|
|
|
|
# Parse maillog from begining before running tail program. Default
|
|
# is to read LAST_PARSED file to start from last collected event.
|
|
# Can be overwritten with --full or -f
|
|
FULL 0
|
|
|
|
# Parse maillog from begining before running tail program but
|
|
# force sendmailanalyzer to never use the LAST_PARSED file.
|
|
# Can be overwritten with --force or -F
|
|
FORCE 0
|
|
|
|
# Do not run tail program and exit after a full parsing of the log file
|
|
# Can be overwritten with --break or -b
|
|
BREAK 0
|
|
|
|
# Delay in second to flush to disk collected data.
|
|
# Can be overwritten with --write-delay or -w
|
|
DELAY 5
|
|
|
|
# Syslog name of the MTA. Syslog write it to maillog with the pid as follow:
|
|
# ... sendmail[1234] ... This is required to only parse relevant logged lines
|
|
# Can be overwritten with --sendmail or -s
|
|
# You can set multiple Syslog name as a list separated by a pipe '|'
|
|
MTA_NAME sm-mta|sendmail|postfix|spampd
|
|
|
|
# Syslog name of MailScanner. Syslog write it to maillog with the pid as follow:
|
|
# ... MailScanner[1234] ... This is required to only parse relevant logged lines
|
|
# Can be overwritten with --mailscanner or -m
|
|
MAILSCAN_NAME MailScanner
|
|
|
|
# Number of object displayed in the top statistics
|
|
TOP 25
|
|
|
|
# Number of object displayed in the top mailbox statistics
|
|
TOP_MBOX 25
|
|
|
|
# Space separated list of ip addresses of the mail hubs (where email are redirected
|
|
# if this host is a gateway or a hub)
|
|
MAIL_HUB
|
|
|
|
# Space separated list of ip addresses of the MTA gateway (where external mail
|
|
# comes from if this host is a hub or a delivery system)
|
|
MAIL_GW
|
|
|
|
# Default domain or hostname to add to an email address if there's just the
|
|
# username. When the host is a delivery system it is possible that the user
|
|
# email address do not have the domain part (ex: @domain.com). By default
|
|
# SendmailAnalyzer will add the '@localhost' domain but you may want to change
|
|
# this domain, so use this directive
|
|
DEFAULT_DOMAIN @localhost
|
|
|
|
# Max number of recipient per message to report sender
|
|
MAX_RCPT 25
|
|
|
|
# Max size per message to report sender in byte
|
|
MAX_SIZE 10000000
|
|
|
|
# Select sa_cache freeing space method:
|
|
# - delete: remove all daily data files before the current month
|
|
# - archive: make a gzipped tarbal of all data files before the current month
|
|
# - none: don't do anything. Need lot of space disk.
|
|
# Default is delete.
|
|
FREE_SPACE archive
|
|
|
|
# Force sa_cache to free space each week instead of monthly by default.
|
|
WEEKLY_FREE_SPACE 0
|
|
|
|
# Compute statistics and cache for a list of domain and display a link in the
|
|
# front page for a per domain access. See DOMAIN_USER if you want to grant
|
|
# special access on these pages. You can have multiple DOMAIN_REPORT lines
|
|
# for better reading.
|
|
# If you are running rsyslog with multiple host use DOMAIN_HOST_REPORT instead.
|
|
# See DOMAIN_USER if you want to grant special access on these pages.
|
|
#DOMAIN_REPORT domain1.com,domain2.com
|
|
|
|
# Same as above but with host distinction for use with rsyslog.
|
|
# You can have multiple LOCAL_HOST_DOMAIN lines, ie: one per host.
|
|
#DOMAIN_HOST_REPORT sysloghost1 domain1.com,domain2.com
|
|
#DOMAIN_HOST_REPORT sysloghost2 domain3.com,domain4.com
|
|
|
|
# Path to the language translation file (relative to the CGI directory).
|
|
# Default: lang/en_US
|
|
#LANG lang/fr_FR
|
|
|
|
# Size Unit to use, default is Bytes. Other values are KBytes and MBytes
|
|
SIZE_UNIT MBytes
|
|
|
|
# Max line to show in detail view. Default is 100
|
|
MAX_LINE 100
|
|
|
|
# List of admin users separated by comma
|
|
# They will have full access to all report
|
|
#ADMIN sa_admin
|
|
|
|
#List of per user domain access control. The first field is the username and
|
|
#the second field (separated by tabulation) is a comma separated list of domain
|
|
#name to be allowed to this user. You could add as many lines of DOMAIN_USER
|
|
#as you want in the configuration file.
|
|
#DOMAIN_USER user1 domain1.com,domain3.com
|
|
#DOMAIN_USER user2 domain2.com,...
|
|
|
|
# Path to the Sendmail.org logo. Default current directory
|
|
URL_LOGO salogo.png
|
|
|
|
# Path to the flotr2 javascript library. Default current directory
|
|
URL_JSCRIPT flotr2.js
|
|
|
|
# Syslog name of Amavis. Syslog write it to maillog with the pid as follow:
|
|
# ... amavis[1234] ... This is required to only parse relevant logged lines
|
|
AMAVIS_NAME amavis|maiad
|
|
|
|
# Path to SMTP error code file (relative to the CGI directory)
|
|
# Default: lang/ERROR_CODE
|
|
ERROR_CODE lang/ERROR_CODE
|
|
|
|
# Comma separated list of internal domain to be used when sendmailanalyzer is
|
|
# running on a mail host which received message from any side. SA can't know
|
|
# what message are internal or external in this case, so the only way to know
|
|
# if a mail come from Internet or Lan/Wan is to check the domain part of the
|
|
# relay sender address. You can have multiple LOCAL_DOMAIN lines for better
|
|
# reading.
|
|
# If you are running rsyslog with multiple host use LOCAL_HOST_DOMAIN instead.
|
|
#LOCAL_DOMAIN domain1.com domain2.com
|
|
|
|
# Same as above but with host distinction for use with rsyslog.
|
|
# You can have multiple LOCAL_HOST_DOMAIN lines, ie: one per host.
|
|
#LOCAL_HOST_DOMAIN sysloghost1 domain1.com domain2.com
|
|
|
|
# Syslog name of MimeDefang. Syslog write it to maillog with the pid as follow:
|
|
# ... mimedefang.pl[1234] ... This is required to only parse relevant logged lines
|
|
# Based on parsing mimedefang log generated by method md_graphdefang_log()
|
|
MD_NAME mimedefang.pl
|
|
|
|
# Anonymize reports. This remove sender and recipient adresses from reports.
|
|
ANONYMIZE 0
|
|
|
|
# Replace some hostname in all relay information for anonymization
|
|
# You must used one REPLACE_HOST line per replacement.
|
|
REPLACE_HOST internal.relay.dom external.relay.dom
|
|
|
|
# Make report for Spam detail. Default is enable. This allow you to see score
|
|
# and complete detail of your favorite antispam.
|
|
SPAM_DETAIL 1
|
|
|
|
# Enable/Disable SMTP Auth view. Note that it is already disable in per domain
|
|
# views. Default show it: 1
|
|
SMTP_AUTH 1
|
|
|
|
# Enable/Disable Spam views. Default show it: 1
|
|
SPAM_VIEW 1
|
|
|
|
# Enable/Disable Virus views. Default show it: 1
|
|
VIRUS_VIEW 1
|
|
|
|
# Enable/Disable Notification views. Default show it: 1
|
|
DSN_VIEW 1
|
|
|
|
# Enable/Disable Postgrey usage views. Default show it: 1
|
|
POSTGREY_VIEW 1
|
|
|
|
# List of antispam name separated by a comma used for Spam details view. You may
|
|
# want to custom this list to just show menu link on available reports. Default
|
|
# list is: spamdmilter,jchkmail,dnsbl,spamassassin,amavis,mimedefang,dnsblmilter,spamd,policydweight
|
|
SPAM_TOOLS spamdmilter,jchkmail,dnsbl,spamassassin,amavis,mimedefang,dnsblmilter,spamd,policydweight
|
|
|
|
# Enable/Disable messaging/spam/virus/dsn direction statistics. Default is show.
|
|
# On some mailhost this could show wrong information if the direction could
|
|
# not be easily determined. So you can remove these views by setting it to 0.
|
|
SHOW_DIRECTION 1
|
|
|
|
# Use to combined mailhost report on a single report. This allow you to
|
|
# aggregate multiple mailhost that syslogs to a remote server throught
|
|
# rsyslog to have only one SendmailAnalyzer report. The value must only use
|
|
# alphanumeric character as it is used to create subdirectory.
|
|
#MERGING_HOST agghostname
|
|
|
|
# Syslog name of Clamd. When using Mailscanner with clamd if you want virus
|
|
# report you must configure clamd to log with syslog and use LOCAL_MAIL.
|
|
# ... clamd[1234] ...
|
|
# Can be overwritten with --clamd or -n
|
|
CLAMD_NAME clamd
|
|
|
|
# Syslog name of Clamsmtpd.
|
|
# ... clamsmtpd: ...
|
|
CLAMSMTPD_NAME clamsmtpd
|
|
|
|
# Syslog name of Postgrey. Syslog write it to maillog with the pid as follow:
|
|
# ... postgrey[1234] ... This is required to only parse relevant logged lines
|
|
# Can be overwritten with --postgrey or -g
|
|
POSTGREY_NAME postgrey|sqlgrey
|
|
|
|
# HTML charset to use. Default is iso-8859-1, but with cyrillics you may want
|
|
# to use utf-8 instead.
|
|
#HTML_CHARSET utf-8
|
|
|
|
# Use this to set the recipient relay used for local delivery if your message
|
|
# appears twice in details view and in messaging, sender and recipient counter.
|
|
# This is especially right with postfix configured to have local delivery
|
|
# via dovecot service. Default: dovecot, that mean that recipient log lines with
|
|
# relay=dovecot will instruct sendmailanalyzer to skip those messages. One
|
|
# other common value is 127.0.0.1
|
|
SKIP_RCPT_RELAY dovecot
|
|
|
|
# Syslog name of Spamd. Syslog write it to maillog with the pid as follow:
|
|
# ... spamd[1234] ... This is required to only parse relevant logged lines
|
|
# Can be overwritten with --spamd
|
|
SPAMD_NAME spamd
|
|
|
|
# Pipe separated list of destination email address that should be excluded
|
|
# from the report. They will not be reported into data files too. The value
|
|
# should be a valid regex, the addresses will be search in all destination
|
|
# adresses like $TO =~ /^$EXCLUDE_TO$/
|
|
EXCLUDE_TO bcc-addr1@domain1.com|bcc-addr2@domain2.com
|
|
|
|
# Pipe separated list of sender email address that should be excluded
|
|
# from the report. They will not be reported into data files too. The value
|
|
# should be a valid regex, the addresses will be search in all senders
|
|
# adresses like $FROM =~ /^$EXCLUDE_FROM$/
|
|
EXCLUDE_FROM addr1@domain1.com|addr2@domain2.com
|
|
|
|
# Pipe separated list of sender relay ip addresses that should be excluded
|
|
# from the report. They will not be reported into data files too. The value
|
|
# should be a valid regex, the addresses will be search in all senders relay
|
|
# ip adresses like $RELAY =~ /^$EXCLUDE_RELAY$/
|
|
EXCLUDE_RELAY addr1@domain1.com|addr2@domain2.com
|
|
|
|
# When enabled it allow email subjects to be shown in detailed view. Of course
|
|
# The log file must contain this information.
|
|
SHOW_SUBJECT 0
|
|
|