ansible/roles/postfix/handlers/main.yml
Timo Makinen 5b24509081 postfix: Fix email sending to local addresses
CentOS 7 sendmail and postfix doesn't have support for sending to SMTPs
server on port 465 so use stunnel for those.
2020-09-02 21:07:21 +00:00

10 lines
165 B
YAML

---
- name: restart postfix
service:
name: postfix
state: restarted
- name: restart stunnel-smtps
service:
name: stunnel-smtps
state: restarted