Add missing variables
This commit is contained in:
parent
d3212f5fd1
commit
986e72c85e
1 changed files with 3 additions and 0 deletions
|
@ -13,6 +13,7 @@ postfix_dhparam_file: /etc/ssl/private/dhparam.pem
|
|||
postfix_pflogsumm_enabled: true
|
||||
postfix_pflogsumm_mail_subject: "Mailserver Statistics"
|
||||
postfix_myhostname: "$myorigin"
|
||||
postfix_myorigin: "{{ ansible_hostname }}"
|
||||
postfix_relayhost: ""
|
||||
postfix_smtpd_maxproc: 100
|
||||
postfix_type: internet
|
||||
|
@ -34,3 +35,5 @@ postfix_postscreen_dnsbl_sites:
|
|||
|
||||
postfix_blocked_domains: []
|
||||
postfix_blocked_senders: []
|
||||
|
||||
postfix_tls_helper_allowlist: []
|
||||
|
|
Loading…
Reference in a new issue