postfix: add slow transport for packmail by default

This commit is contained in:
Victor LABORIE 2017-10-24 15:25:55 +02:00
parent 82cf150c05
commit 64928db22b
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ dependencies:
- { role: amavis } - { role: amavis }
- { role: spamassasin } - { role: spamassasin }
- { role: clamav } - { role: clamav }
- { role: postfix, postfix_packmail: True, postfix_force_main_cf: True, postfix_slow_transport_include: True } - { role: postfix, postfix_packmail: True, postfix_force_main_cf: True }
- { role: dovecot } - { role: dovecot }
- { role: apache } - { role: apache }
- { role: php, php_apache_enable: True } - { role: php, php_apache_enable: True }

View File

@ -1,5 +1,5 @@
--- ---
postfix_hostname: "{{ ansible_fqdn }}" postfix_hostname: "{{ ansible_fqdn }}"
postfix_slow_transport_include: False
postfix_force_main_cf: False postfix_force_main_cf: False
postfix_packmail: False postfix_packmail: False
postfix_slow_transport_include: "{{ postfix_packmail }}"