Last change
on this file 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
|
Rev | Line | |
---|
[2fcc226] | 1 | ############################################################## |
---|
| 2 | # SPAMD SERVICE SETTINGS |
---|
| 3 | |
---|
| 4 | # Location of the index files |
---|
| 5 | spamd_path = /home/system/kopano_spamd/ |
---|
| 6 | |
---|
| 7 | # run as specific user |
---|
| 8 | run_as_user = kopano |
---|
| 9 | |
---|
| 10 | # run as specific group |
---|
| 11 | run_as_group = kopano |
---|
| 12 | |
---|
| 13 | |
---|
| 14 | # run server in this path (when not using the -F switch) |
---|
| 15 | running_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) |
---|
| 32 | log_method = file |
---|
| 33 | |
---|
| 34 | # Loglevel (0=no logging, 5=full logging, 6=debugging) |
---|
| 35 | log_level = 6 |
---|
| 36 | |
---|
| 37 | # Logfile for log_method = file, use '-' for stderr |
---|
| 38 | log_file = /var/log/kopano/spamd.log |
---|
| 39 | |
---|
| 40 | # Log timestamp - prefix each log line with timestamp in 'file' logging mode |
---|
| 41 | log_timestamp = 1 |
---|
| 42 | |
---|
| 43 | |
---|
| 44 | ############################################################## |
---|
| 45 | # SPAM FILTER SPECIFIC SETTINGS |
---|
| 46 | |
---|
Note: See
TracBrowser
for help on using the repository browser.