Details |
Last modification |
View Log
| RSS feed
Rev |
Author |
Line No. |
Line |
192 |
- |
1 |
# Use system logger.
|
|
|
2 |
LogSyslog yes
|
|
|
3 |
|
|
|
4 |
# Specify the type of syslog messages - please refer to 'man syslog'
|
|
|
5 |
# for facility names.
|
|
|
6 |
LogFacility LOG_MAIL
|
|
|
7 |
|
|
|
8 |
# This option allows you to save a process identifier of the listening
|
|
|
9 |
# daemon (main thread).
|
|
|
10 |
PidFile /run/clamd.amavisd/clamd.pid
|
|
|
11 |
|
|
|
12 |
# Remove stale socket after unclean shutdown.
|
|
|
13 |
# Default: disabled
|
|
|
14 |
FixStaleSocket yes
|
|
|
15 |
|
|
|
16 |
# Run as a selected user (clamd must be started by root).
|
|
|
17 |
User amavis
|
|
|
18 |
|
|
|
19 |
# Path to a local socket file the daemon will listen on.
|
|
|
20 |
LocalSocket /run/clamd.amavisd/clamd.sock
|