Initial commit.
This commit is contained in:
20
clamd.d/amavisd.conf
Normal file
20
clamd.d/amavisd.conf
Normal file
@@ -0,0 +1,20 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user