Add dkim and dmarc service

This commit is contained in:
2021-11-14 15:42:18 -06:00
parent 259dde90c1
commit 35bbd1bfff
3 changed files with 9 additions and 1 deletions

View File

@@ -26,6 +26,12 @@ firewall_list:
service: 'smtp-submission'
state: 'enabled'
service_list:
- enabled: 'yes'
name: 'opendkim.service'
state: 'started'
- enabled: 'yes'
name: 'opendmarc.service'
state: 'started'
- enabled: 'yes'
name: 'postfix.service'
state: 'started'