Add dkim and dmarc service
This commit is contained in:
parent
259dde90c1
commit
35bbd1bfff
@ -1,2 +1,3 @@
|
|||||||
---
|
---
|
||||||
# defaults file for ensure_postfix
|
# defaults file for ensure_postfix
|
||||||
|
postmaster_email: 'postmaster@example.com'
|
||||||
|
@ -72,6 +72,7 @@ SendReports yes
|
|||||||
## failure reports. By default, the e-mail address of the user executing
|
## failure reports. By default, the e-mail address of the user executing
|
||||||
## the filter is used (executing_user@hostname).
|
## the filter is used (executing_user@hostname).
|
||||||
# ReportAddress "Example.com Postmaster" <postmaster@example.com>
|
# ReportAddress "Example.com Postmaster" <postmaster@example.com>
|
||||||
|
ReportAddress "Postmaster" <{{ postmaster_email }}>
|
||||||
|
|
||||||
## Add a DKIM-Filter header field to messages passing through this filter
|
## Add a DKIM-Filter header field to messages passing through this filter
|
||||||
## to identify messages it has processed.
|
## to identify messages it has processed.
|
||||||
|
@ -26,6 +26,12 @@ firewall_list:
|
|||||||
service: 'smtp-submission'
|
service: 'smtp-submission'
|
||||||
state: 'enabled'
|
state: 'enabled'
|
||||||
service_list:
|
service_list:
|
||||||
|
- enabled: 'yes'
|
||||||
|
name: 'opendkim.service'
|
||||||
|
state: 'started'
|
||||||
|
- enabled: 'yes'
|
||||||
|
name: 'opendmarc.service'
|
||||||
|
state: 'started'
|
||||||
- enabled: 'yes'
|
- enabled: 'yes'
|
||||||
name: 'postfix.service'
|
name: 'postfix.service'
|
||||||
state: 'started'
|
state: 'started'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user