You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/mail-filter/amavisd-milter/files/amavisd-milter.confd

15 lines
357 B

# /etc/conf.d/amavisd-milter
# Check amavisd-milter man page for more options.
# Unix domain socket locations
SOCKET="/var/amavis/amavisd-milter.sock"
AM_SOCKET="/var/amavis/amavisd.sock"
# Working directory
AM_TMP="/var/amavis/tmp"
# Pid file location
PIDFILE="/var/amavis/amavisd-milter.pid"
DOPTIONS="-s $SOCKET -p $PIDFILE -S $AM_SOCKET -w $AM_TMP"