Mise à jour de 'scripts/set_mail_passwd'

Oublie d'update une table
This commit is contained in:
kitoy 2022-08-13 01:41:01 +02:00
parent ecb3d4ac50
commit 0d36ba7dcb
1 changed files with 2 additions and 0 deletions

View File

@ -102,6 +102,7 @@ case $1 in
check_domain "$2"
delete_mail_account "$2"
smtpctl update table passwd
smtpctl update table virtuals
;;
*)
check_domain "$1"
@ -110,5 +111,6 @@ case $1 in
add_mailbox "$1"
change_password "$1" "$2"
smtpctl update table passwd
smtpctl update table virtuals
;;
esac