mail: Make sure to restart opendkim after regenconf

This commit is contained in:
Alexandre Aubin 2024-07-17 17:45:32 +02:00
parent 0ade9d0e6f
commit 609748e8c2

View file

@ -36,6 +36,8 @@ do_post_regen() {
chown -R opendkim /etc/dkim/
chmod 700 /etc/dkim/
systemctl restart opendkim
}
do_$1_regen ${@:2}