diff options
| author | Sam Chudnick <sam@chudnick.com> | 2023-07-02 19:04:30 -0400 | 
|---|---|---|
| committer | Sam Chudnick <sam@chudnick.com> | 2023-07-02 19:04:30 -0400 | 
| commit | 724d877995dfcc10c462a18dcb4ea6c8b60c2d03 (patch) | |
| tree | 270537b8fca585717c1ffa7708e492593f7b2ed5 /roles/spamassassin/files/defaults | |
initial commit
Diffstat (limited to 'roles/spamassassin/files/defaults')
| -rw-r--r-- | roles/spamassassin/files/defaults | 9 | 
1 files changed, 9 insertions, 0 deletions
| diff --git a/roles/spamassassin/files/defaults b/roles/spamassassin/files/defaults new file mode 100644 index 0000000..a38795c --- /dev/null +++ b/roles/spamassassin/files/defaults | |||
| @@ -0,0 +1,9 @@ | |||
| 1 | OPTIONS="--listen /var/run/spamd.sock --max-children 5 --socketpath=/var/spool/postfix/spamd/spamd.sock --socketowner root --socketgroup root --socketmode 0666" | ||
| 2 | |||
| 3 | PIDFILE=/var/run/spamd.pid | ||
| 4 | |||
| 5 | # Cronjob | ||
| 6 | # Set to anything but 0 to enable the cron job to automatically update | ||
| 7 | # spamassassin's rules on a nightly basis | ||
| 8 | CRON=1 | ||
| 9 | |||
