ansible-role-postfix-client/tasks/main.yml

11 lines
352 B
YAML
Raw Normal View History

2020-07-18 18:37:57 +02:00
---
2020-07-18 18:46:58 +02:00
- import_tasks: smtp-common-packages.yml
2022-06-06 12:56:36 +02:00
- import_tasks: postsrsd.yml
when: postfix_srs_sender_enabled or postfix_srs_receiver_enabled
2020-07-18 18:46:58 +02:00
- import_tasks: smtp-sasl-auth.yml
2020-10-18 19:55:02 +02:00
when: postfix_relay_client
2020-07-18 18:46:58 +02:00
- import_tasks: postfix-relay-server.yml
when: postfix_relay_server
- import_tasks: postfix-letsencrypt-hook.yml
when: postfix_use_letsencrypt