We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e971eeb commit e7d7945Copy full SHA for e7d7945
bin/v-restart-mail
@@ -2,7 +2,7 @@
2
# info: restart mail service
3
# options: NONE
4
#
5
-# The function tells Exim service to reload configuration files.
+# The function tells exim or dovecot services to reload configuration files.
6
7
8
#----------------------------------------------------------#
@@ -59,7 +59,7 @@ if [ ! -z "$IMAP_SYSTEM" ]; then
59
fi
60
61
# Restart mail system
62
-$BIN/v-restart-service $MAIL_SYSTEM >/dev/null 2>&1
+$BIN/v-restart-service $MAIL_SYSTEM > /dev/null 2>&1
63
if [ $? -ne 0 ]; then
64
send_email_report
65
check_result $E_RESTART "$MAIL_SYSTEM restart failed"
0 commit comments