summaryrefslogtreecommitdiff
blob: 75e0d4bda7d3a86fdd2b70ab6c871304757e0a41 (plain)
1
2
3
4
5
6
7
# Change this to the user:group you want to run the dspam daemon as.
# If you need dspam to switch uids, this is root:root.
# If you use virtual users and deliver via LMTP, this can be nonprivileged such as dspam:dspam. 
DAEMON_USER_GROUP="root:root"

# Pid file
PID_FILE="/var/run/dspam/dspam.pid"