Log proper daemon qmail/sendmail

This commit is contained in:
mboelen 2014-08-28 14:03:31 +02:00
parent cea0f386f6
commit 0575468980
1 changed files with 1 additions and 1 deletions

View File

@ -192,7 +192,7 @@
logtext "Result: found running Qmail process"
Display --indent 2 --text "- Checking Qmail status..." --result RUNNING --color GREEN
QMAIL_RUNNING=1
SMTP_DAEMON="sendmail"
SMTP_DAEMON="qmail"
else
logtext "Result: no running Qmail processes found"
Display --indent 2 --text "- Checking Qmail status..." --result "NOT FOUND" --color WHITE