Mise à jour de 'scripts/set_mail_passwd'
Oublie d'update une table
This commit is contained in:
parent
ecb3d4ac50
commit
0d36ba7dcb
@ -102,6 +102,7 @@ case $1 in
|
|||||||
check_domain "$2"
|
check_domain "$2"
|
||||||
delete_mail_account "$2"
|
delete_mail_account "$2"
|
||||||
smtpctl update table passwd
|
smtpctl update table passwd
|
||||||
|
smtpctl update table virtuals
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
check_domain "$1"
|
check_domain "$1"
|
||||||
@ -110,5 +111,6 @@ case $1 in
|
|||||||
add_mailbox "$1"
|
add_mailbox "$1"
|
||||||
change_password "$1" "$2"
|
change_password "$1" "$2"
|
||||||
smtpctl update table passwd
|
smtpctl update table passwd
|
||||||
|
smtpctl update table virtuals
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
Loading…
Reference in New Issue
Block a user