From 8cb8806673a4dd42633304e114f629e43c38ceba Mon Sep 17 00:00:00 2001 From: kitoy Date: Sat, 13 Aug 2022 01:42:12 +0200 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20'scripts/set=5Fmail?= =?UTF-8?q?=5Fpasswd'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/set_mail_passwd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/set_mail_passwd b/scripts/set_mail_passwd index 6fb01fb..1766abc 100755 --- a/scripts/set_mail_passwd +++ b/scripts/set_mail_passwd @@ -101,7 +101,7 @@ case $1 in "del") check_domain "$2" delete_mail_account "$2" - smtpctl update table passwd + smtpctl update table passwd smtpctl update table virtuals ;; *) @@ -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 passwd smtpctl update table virtuals ;; esac