Add defaults

This commit is contained in:
Alex 2020-08-19 13:27:15 +02:00
parent 4a54f65c82
commit 0af6ad41ef
Signed by: caskd
GPG Key ID: F92BA85F61F4C173
2 changed files with 6 additions and 0 deletions

View File

@ -3,6 +3,7 @@
- 'options.inc'
- 'milter_headers.conf'
- 'dmarc.conf'
- 'actions.conf'
template:
src: '{{ item }}'
dest: '/etc/rspamd/local.d/{{ item }}'

5
templates/actions.conf Normal file
View File

@ -0,0 +1,5 @@
actions {
reject = 10;
add_header = 5;
greylist = 3;
}