############################################################## # SPAMD SERVICE SETTINGS # run as specific user #run_as_user = kopano # run as specific group #run_as_group = kopano # control pid file #pid_file = /var/run/kopano/spamd.pid # run server in this path (when not using the -F switch) #running_path = /var/lib/kopano ############################################################## # LOG SETTINGS # Logging method (syslog, file) #log_method = file # Loglevel (0(none), 1(crit), 2(err), 3(warn), 4(notice), 5(info), 6(debug)) #log_level = 3 # Logfile for log_method = file, use '-' for stderr #log_file = /var/log/kopano/spamd.log # Log timestamp - prefix each log line with timestamp in 'file' logging mode #log_timestamp = 1 ############################################################### # SPAMD Specific settings # The dir where spam mails are written to which are later picked up # by the sa-learn program #spam_dir = /var/lib/kopano/spamd/spam # Location for the database containing metadata on learned spam #spam_db = /var/lib/kopano/spamd/spam.db # Learn ham, when the user moves emails from junk to inbox, # enabled by default. #learn_ham = yes # The dir where ham mails are written to which are later picked up # by the sa-learn program #ham_dir = /var/lib/kopano/spamd/ham # Spamassassin group #sa_group = amavis # Header tag for spam emails #header_tag = X-Spam-Flag