Subversion Repositories configs

Rev

Rev 4 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4 Rev 23
Line 80... Line 80...
80
# The daemon can work in local mode, network mode or both. 
80
# The daemon can work in local mode, network mode or both. 
81
# Due to security reasons we recommend the local mode.
81
# Due to security reasons we recommend the local mode.
82
 
82
 
83
# Path to a local socket file the daemon will listen on.
83
# Path to a local socket file the daemon will listen on.
84
# Default: disabled (must be specified by a user)
84
# Default: disabled (must be specified by a user)
85
LocalSocket /var/spool/amavisd/clamd.socket
85
LocalSocket /var/spool/amavisd/clamd.sock
86
 
86
 
87
# Sets the group ownership on the unix socket.
87
# Sets the group ownership on the unix socket.
88
# Default: disabled (the primary group of the user running clamd)
88
# Default: disabled (the primary group of the user running clamd)
89
#LocalSocketGroup virusgroup
89
#LocalSocketGroup virusgroup
90
 
90