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.
17 lines
653 B
17 lines
653 B
6 years ago
|
### Override for your different local config if necessary
|
||
|
#SOCKET=/var/run/spamass-milter/spamass-milter.sock
|
||
|
|
||
|
### For security reasons it is best to run the milter as a non-root user
|
||
|
###
|
||
|
### However, if you need to use the -x option to expand aliases to get
|
||
|
### the username(s) to pass to spamc, the milter needs to run as root
|
||
|
### since "sendmail -bv <rcpt_address>" only works as root
|
||
|
#RUN_AS_USER=sa-milt
|
||
|
|
||
|
### Standard parameters for spamass-milter are:
|
||
|
### -f -P /var/run/spamass-milter.pid
|
||
|
### These run the milter as a daemon and have it write a PID file
|
||
|
###
|
||
|
### You may add another parameters here, see spamass-milter(1)
|
||
|
#EXTRA_FLAGS="-m -r 15"
|