Add the postsrsd handler.

This commit is contained in:
Andrea Dell'Amico 2022-06-06 13:00:07 +02:00
parent 9936ed719e
commit b124cbf256
Signed by: adellam
GPG Key ID: 147ABE6CEB9E20FF
1 changed files with 6 additions and 0 deletions

View File

@ -19,3 +19,9 @@
- name: restart saslauth daemon
service: name=saslauthd state=restarted
when: postfix_enabled
- name: restart postsrsd
service:
name: postsrsd
state: restarted