From 7c56207b4ec911d76154a43c45c4a01449a88e39 Mon Sep 17 00:00:00 2001 From: kitoy Date: Sat, 13 Aug 2022 01:41:38 +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 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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