Ajustement de la taille max des messages, ajustement divers
This commit is contained in:
@@ -67,6 +67,7 @@ score LOCAL_BITCOIN 10.0
|
|||||||
whitelist_from *@chichiclothing.com
|
whitelist_from *@chichiclothing.com
|
||||||
|
|
||||||
# Blacklist manuel
|
# Blacklist manuel
|
||||||
|
blacklist_from *@jooble.com
|
||||||
blacklist_from *@broadband-search.com
|
blacklist_from *@broadband-search.com
|
||||||
blacklist_from *@madberry.com
|
blacklist_from *@madberry.com
|
||||||
blacklist_from *@innov-xxi.pt
|
blacklist_from *@innov-xxi.pt
|
||||||
|
33
roles/spamassassin/files/spamassassin
Normal file
33
roles/spamassassin/files/spamassassin
Normal file
@@ -0,0 +1,33 @@
|
|||||||
|
# /etc/default/spamassassin
|
||||||
|
# Duncan Findlay
|
||||||
|
|
||||||
|
# WARNING: please read README.spamd before using.
|
||||||
|
# There may be security risks.
|
||||||
|
|
||||||
|
# Prior to version 3.4.2-1, spamd could be enabled by setting
|
||||||
|
# ENABLED=1 in this file. This is no longer supported. Instead, please
|
||||||
|
# use the update-rc.d command, invoked for example as "update-rc.d
|
||||||
|
# spamassassin enable", to enable the spamd service.
|
||||||
|
|
||||||
|
# Options
|
||||||
|
# See man spamd for possible options. The -d option is automatically added.
|
||||||
|
|
||||||
|
# SpamAssassin uses a preforking model, so be careful! You need to
|
||||||
|
# make sure --max-children is not set to anything higher than 5,
|
||||||
|
# unless you know what you're doing.
|
||||||
|
|
||||||
|
OPTIONS="--create-prefs --max-children 5 --helper-home-dir -s 26214400"
|
||||||
|
|
||||||
|
# Pid file
|
||||||
|
# Where should spamd write its PID to file? If you use the -u or
|
||||||
|
# --username option above, this needs to be writable by that user.
|
||||||
|
# Otherwise, the init script will not be able to shut spamd down.
|
||||||
|
PIDFILE="/var/run/spamd.pid"
|
||||||
|
|
||||||
|
# Set nice level of spamd
|
||||||
|
#NICE="--nicelevel 15"
|
||||||
|
|
||||||
|
# Cronjob
|
||||||
|
# Set to anything but 0 to enable the cron job to automatically update
|
||||||
|
# spamassassin's rules on a nightly basis
|
||||||
|
CRON=0
|
@@ -13,3 +13,10 @@
|
|||||||
dest: /etc/spamassassin/local.cf
|
dest: /etc/spamassassin/local.cf
|
||||||
notify:
|
notify:
|
||||||
- restart spamassassin
|
- restart spamassassin
|
||||||
|
|
||||||
|
- name: default configuration files
|
||||||
|
copy:
|
||||||
|
src: ./files/spamassassin
|
||||||
|
dest: /etc/default/spamassassin
|
||||||
|
notify:
|
||||||
|
- restart spamassassin
|
||||||
|
Reference in New Issue
Block a user