deploy: Add dkim signing with rspamd
This commit is contained in:
parent
198a9ccaa0
commit
02d0c1498d
1 changed files with 7 additions and 0 deletions
|
@ -345,6 +345,13 @@
|
||||||
notify:
|
notify:
|
||||||
- restart postfix
|
- restart postfix
|
||||||
|
|
||||||
|
- name: configure rspamd dkim
|
||||||
|
template:
|
||||||
|
src: templates/rspamd-dkim.cf.j2
|
||||||
|
dest: /etc/rspamd/local.d/dkim_signing.conf
|
||||||
|
notify:
|
||||||
|
- restart rspamd
|
||||||
|
|
||||||
- name: configure rspamd
|
- name: configure rspamd
|
||||||
copy:
|
copy:
|
||||||
content: |
|
content: |
|
||||||
|
|
Loading…
Add table
Reference in a new issue