Compare commits
No commits in common. "02d0c1498d29601000a8a2f853faf0961fffbda8" and "22ac14611006a0eb9c6248b7fec938d80ff2d97b" have entirely different histories.
02d0c1498d
...
22ac146110
2 changed files with 1 additions and 7 deletions
|
@ -345,13 +345,6 @@
|
||||||
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: |
|
||||||
|
|
|
@ -37,6 +37,7 @@ alias_maps = hash:/etc/aliases
|
||||||
alias_database = hash:/etc/aliases
|
alias_database = hash:/etc/aliases
|
||||||
myorigin = /etc/mailname
|
myorigin = /etc/mailname
|
||||||
mydestination = $myhostname, , localhost
|
mydestination = $myhostname, , localhost
|
||||||
|
relayhost = firefly.lab.or.it
|
||||||
mynetworks = 127.0.0.0/8 [::ffff:127.0.0.0]/104 [::1]/128
|
mynetworks = 127.0.0.0/8 [::ffff:127.0.0.0]/104 [::1]/128
|
||||||
mailbox_size_limit = 0
|
mailbox_size_limit = 0
|
||||||
recipient_delimiter = +
|
recipient_delimiter = +
|
||||||
|
|
Loading…
Add table
Reference in a new issue