opensmtpd: support relaying mail

This commit is contained in:
Timotej Lazar 2025-02-17 15:04:26 +01:00
parent b252e451f6
commit be8e47119f
3 changed files with 22 additions and 0 deletions

View file

@ -0,0 +1,5 @@
- name: restart smtpd
service:
name: smtpd
state: restarted
when: "'handler' not in ansible_skip_tags"