source: npl/mailserver/kopano_conf/root/etc/kopano/spamd.cfg @ 2c1b61a

gcc484perl-5.22
Last change on this file since 2c1b61a was 84898b9, checked in by Edwin Eefting <edwin@datux.nl>, 7 years ago

filename rename to kopano

  • Property mode set to 100644
File size: 1.2 KB
Line 
1##############################################################
2# SPAMD SERVICE SETTINGS
3
4# Location of the index files
5spamd_path          = /home/system/kopano_spamd/
6
7# run as specific user
8run_as_user         = kopano
9
10# run as specific group
11run_as_group        = kopano
12
13
14# run server in this path (when not using the -F switch)
15running_path        =   /
16
17
18##############################################################
19# CONNECTION TO KOPANO SERVER SETTINGS
20#
21
22# Login to the Kopano server using this SSL Key
23#sslkey_file         = /etc/kopano/ssl/search.pem
24
25# The password of the SSL Key
26#sslkey_pass         = replace-with-server-cert-password
27
28##############################################################
29# LOG SETTINGS
30
31# Logging method (syslog, file)
32log_method          =   file
33
34# Loglevel (0=no logging, 5=full logging, 6=debugging)
35log_level           =   6
36
37# Logfile for log_method = file, use '-' for stderr
38log_file            =   /var/log/kopano/spamd.log
39
40# Log timestamp - prefix each log line with timestamp in 'file' logging mode
41log_timestamp       =   1
42
43
44##############################################################
45# SPAM FILTER SPECIFIC SETTINGS
46
Note: See TracBrowser for help on using the repository browser.