This commit is contained in:
Ludovic Cartier
2024-12-20 15:52:04 +01:00
parent ef7d95e82f
commit c48f671717
3 changed files with 20 additions and 0 deletions

View File

@ -37,6 +37,18 @@
- restart postfix
when: postfix_sender_relay is defined
- name: postfix | transport maps
template:
src: transport.j2
dest: /etc/postfix/transport
owner: root
group: root
mode: 0644
notify:
- postmap transport
- restart postfix
when: postfix_transport_maps is defined
- name: postfix | sasl passwd
template:
src: sasl_passwd.j2