mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
mail: Make sure to restart opendkim after regenconf
This commit is contained in:
parent
0ade9d0e6f
commit
609748e8c2
1 changed files with 2 additions and 0 deletions
|
@ -36,6 +36,8 @@ do_post_regen() {
|
|||
|
||||
chown -R opendkim /etc/dkim/
|
||||
chmod 700 /etc/dkim/
|
||||
|
||||
systemctl restart opendkim
|
||||
}
|
||||
|
||||
do_$1_regen ${@:2}
|
||||
|
|
Loading…
Add table
Reference in a new issue