summaryrefslogtreecommitdiff
path: root/puppet/modules/clamav/files/clamav-milter_default
blob: 5e33e822928794f7c1cbb05aa4a483c25ac964a6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#
# clamav-milter init options
#

## SOCKET_RWGROUP
# by default, the socket created by the milter has permissions
# clamav:clamav:755. SOCKET_RWGROUP changes the group and changes the
# permissions to 775 to give read-write access to that group.
#
# If you are using postfix to speak to the milter, you have to give permission
# to the postfix group to write
#
SOCKET_RWGROUP=postfix
export TMPDIR=/var/tmp