| 1234567891011121314151617181920212223242526272829303132 |
- ##
- ## @l_prefix@/etc/sophie/sophie.cfg
- ##
- #
- # Configuration options which change requires a restart of the daemon
- #
- user: @l_rusr@
- group: @l_rgrp@
- pidfile: @l_prefix@/var/sophie/sophie.pid
- socketfile: @l_prefix@/var/sophie/sophie.sock
- umask: 0007
- #
- # Configuration options which change requires a reload of the daemon
- #
- saviconfig: @l_prefix@/etc/sophie/sophie.savi
- maxproc: 20
- timeout: 300
- logname: sophie
- logfacility: mail
- logpriority: notice
- error_strings: yes
- timestamps: yes
- show_virusname: yes
- callbacks: yes
- limit_classif: 10
- limit_nextfile: 10000
- limit_decompr: 1000
- socket_check: yes
|