]> git.somenet.org - root/pub/somesible.git/blob - roles/server/mail/spamassassin/files/default/spamd.defaults
[roles/server/mail/cyrus] setup cyrus imap/dav server
[root/pub/somesible.git] / roles / server / mail / spamassassin / files / default / spamd.defaults
1 #
2 ################################################
3 ### Managed by someone's ansible provisioner ###
4 ################################################
5 # Part of: https://git.somenet.org/root/pub/somesible.git
6 # 2017-2024 by someone <someone@somenet.org>
7 #
8 # /etc/default/spamassassin
9 # Duncan Findlay
10
11 # WARNING: please read README.spamd before using.
12 # There may be security risks.
13
14 # Options
15 # See man spamd for possible options. The -d option is automatically added.
16
17 # SpamAssassin uses a preforking model, so be careful! You need to
18 # make sure --max-children is not set to anything higher than 5,
19 # unless you know what you're doing.
20
21 OPTIONS="--create-prefs --max-children 2 --timeout-child 1800 --helper-home-dir -u debian-spamd"
22
23 # Pid file
24 # Where should spamd write its PID to file? If you use the -u or
25 # --username option above, this needs to be writable by that user.
26 # Note that this setting is not used when spamd is managed by systemd
27 PIDFILE="/run/spamd.pid"
28
29 # Set nice level of spamd
30 #NICE="--nicelevel 15"