21 lines
538 B
Plaintext
21 lines
538 B
Plaintext
# Use system logger.
|
|
LogSyslog yes
|
|
|
|
# Specify the type of syslog messages - please refer to 'man syslog'
|
|
# for facility names.
|
|
LogFacility LOG_MAIL
|
|
|
|
# This option allows you to save a process identifier of the listening
|
|
# daemon (main thread).
|
|
PidFile /run/clamd.amavisd/clamd.pid
|
|
|
|
# Remove stale socket after unclean shutdown.
|
|
# Default: disabled
|
|
FixStaleSocket yes
|
|
|
|
# Run as a selected user (clamd must be started by root).
|
|
User amavis
|
|
|
|
# Path to a local socket file the daemon will listen on.
|
|
LocalSocket /run/clamd.amavisd/clamd.sock
|