diff --git a/scripts/set_mail_passwd b/scripts/set_mail_passwd index a38b4b0..6fb01fb 100755 --- a/scripts/set_mail_passwd +++ b/scripts/set_mail_passwd @@ -101,8 +101,8 @@ case $1 in "del") check_domain "$2" delete_mail_account "$2" - smtpctl update table passwd - smtpctl update table virtuals + smtpctl update table passwd + smtpctl update table virtuals ;; *) check_domain "$1" @@ -110,7 +110,7 @@ case $1 in check_app_mail "$1" add_mailbox "$1" change_password "$1" "$2" - smtpctl update table passwd - smtpctl update table virtuals + smtpctl update table passwd + smtpctl update table virtuals ;; esac