source: npl/mailserver/zarafa_conf7/root/etc/zarafa/spamd.cfg @ 128fde4

gcc484perl-5.22
Last change on this file since 128fde4 was c5c522c, checked in by Edwin Eefting <edwin@datux.nl>, 8 years ago

initial commit, transferred from cleaned syn3 svn tree

  • 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/zarafa_spamd/
6
7# run as specific user
8run_as_user         = zarafa
9
10# run as specific group
11run_as_group        = zarafa
12
13
14# run server in this path (when not using the -F switch)
15running_path        =   /
16
17
18##############################################################
19# CONNECTION TO ZARAFA SERVER SETTINGS
20#
21
22# Login to the Zarafa server using this SSL Key
23#sslkey_file         = /etc/zarafa/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/zarafa/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.