WIP: Setup of a mail server #9
1 changed files with 6 additions and 0 deletions
|
@ -0,0 +1,6 @@
|
|||
#!/bin/sh
|
||||
{{ ansible_managed | comment }}
|
||||
# Reload Postcot and Dovecot after certificates are (re)generated
|
||||
|
||||
systemctl reload postfix
|
||||
systemctl reload dovecot
|
Loading…
Reference in a new issue