2015-05-28 11:32:57 +02:00
|
|
|
---
|
2018-02-28 17:23:22 +01:00
|
|
|
- import_tasks: smtp-common-packages.yml
|
|
|
|
- import_tasks: smtp-sasl-auth.yml
|
2015-07-23 22:55:24 +02:00
|
|
|
when:
|
|
|
|
- postfix_use_sasl_auth
|
|
|
|
- postfix_relay_client
|
2018-02-28 17:23:22 +01:00
|
|
|
- import_tasks: postfix-relay-server.yml
|
2015-05-28 11:32:57 +02:00
|
|
|
when: postfix_relay_server
|
2018-05-04 16:03:21 +02:00
|
|
|
- import_tasks: postfix-letsencrypt-hook.yml
|
|
|
|
when: postfix_use_letsencrypt
|
|
|
|
|