Browse Source

spamass-milter new files added

Signed-off-by: webbuilder_pel7ppc64bebuilder0 <webbuilder@powerel.org>
master
webbuilder_pel7ppc64bebuilder0 6 years ago
parent
commit
d5a074c086
  1. 11
      SOURCES/spamass-milter-sysconfig.systemd
  2. 16
      SOURCES/spamass-milter-sysconfig.sysv

11
SOURCES/spamass-milter-sysconfig.systemd

@ -0,0 +1,11 @@ @@ -0,0 +1,11 @@
### Override for your different local config if necessary
#SOCKET=/run/spamass-milter/spamass-milter.sock

### You may add configuration parameters here, see spamass-milter(1)
###
### Note that the -x option for expanding aliases and virtusertable entries
### only works if spamass-milter is run as root; you will need to use
### spamass-milter-root.service instead of spamass-milter.service if you
### wish to do this but otherwise it's best to run as the unprivileged user
### sa-milt by using the normal spamass-milter.service
#EXTRA_FLAGS="-m -r 15"

16
SOURCES/spamass-milter-sysconfig.sysv

@ -0,0 +1,16 @@ @@ -0,0 +1,16 @@
### 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"
Loading…
Cancel
Save