KOPANO-SPAMD.CFG(5) | Kopano Core user reference | KOPANO-SPAMD.CFG(5) |
NAME¶
kopano-spamd.cfg - The Kopano Spamd configuration file
SYNOPSIS¶
spamd.cfg
DESCRIPTION¶
The spamd.cfg is a configuration file for the Kopano Spamd Service. spamd.cfg contains instructions for the software to set up the connection, indexing and logging systems.
FILE FORMAT¶
The file consists of one big section, but parameters can be grouped by functionality.
The parameters are written in the form:
name = value
The file is line-based. Each newline-terminated line represents either a comment, nothing, a parameter or a directive. A line beginning with `#' is considered a comment, and will be ignored by Kopano. Parameter names are case sensitive. Lines beginning with `!' are directives.
Directives are written in the form:
!directive [argument(s)]
The following directives exist:
include
Example: !include common.cfg
EXPLANATION OF THE SERVICE SETTINGS PARAMETERS¶
run_as_user
Default value is empty, not changing the user after starting.
run_as_group
Default value is empty, not changing the group after starting.
pid_file
Default: /var/run/kopano/spamd.pid
running_path
Default: /
EXPLANATION OF THE SERVER SETTINGS PARAMETERS¶
server_socket
Default: file:///var/run/kopano/server.sock
ssl_key_file
Default: /etc/kopano/ssl/spamd.pem
ssl_key_pass
No default set.
EXPLANATION OF THE LOG SETTINGS PARAMETERS¶
log_method
syslog
file
Default: file
log_level
Default: 3
log_file
Default: /var/log/kopano/spamd.log
log_timestamp
Default: 1
log_buffer_size
Default: 0
EXPLANATION OF THE ADVANCED SETTINGS PARAMETERS¶
spam_dir
Default: /var/lib/kopano/spamd/spam
spam_db
Default: /var/lib/kopano/spamd/spam.db
header_tag
Default: X-Spam-Flag
learn_ham
Default: yes
ham_dir
Default: /var/lib/kopano/spamd/ham
sa_group
Default: amavis
AUTHOR¶
Written by Kopano.
SEE ALSO¶
kopano-spamd(8)
February 2018 | Kopano 8 |