From 0d36ba7dcb8ccc5f667fe233442dabc4c35d86f6 Mon Sep 17 00:00:00 2001 From: kitoy Date: Sat, 13 Aug 2022 01:41:01 +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 Oublie d'update une table --- scripts/set_mail_passwd | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/set_mail_passwd b/scripts/set_mail_passwd index 0a66fc6..a38b4b0 100755 --- a/scripts/set_mail_passwd +++ b/scripts/set_mail_passwd @@ -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