Add respectful_logging
This commit is contained in:
parent
2d7dbe8a7c
commit
5497d962f1
1 changed files with 4 additions and 1 deletions
|
@ -5,8 +5,11 @@
|
|||
smtpd_banner = {{ postfix_smtpd_banner }}
|
||||
{% endif %}
|
||||
|
||||
### Logging
|
||||
{% if (ansible_facts.packages['postfix'][0].version) >= "3.6" %}
|
||||
respectful_logging = yes
|
||||
{% endif %}
|
||||
{% if postfix_debug_peer_list is defined %}
|
||||
### Debug Logging
|
||||
debug_peer_list = {{ postfix_debug_peer_list | join(', ') }}
|
||||
{% endif %}
|
||||
|
||||
|
|
Loading…
Reference in a new issue