From: kink Date: Tue, 24 Feb 2004 14:15:46 +0000 (+0000) Subject: Error message talks about SMTP while we're testing the IMAP server. X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=commitdiff_plain;h=70b71161c56c0d5e70de3abab7239637eade110a Error message talks about SMTP while we're testing the IMAP server. git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@6640 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- diff --git a/config/configtest.php b/config/configtest.php index 0d8af8a1..473bd1ea 100644 --- a/config/configtest.php +++ b/config/configtest.php @@ -216,7 +216,7 @@ echo "Checking IMAP service....
\n"; $stream = fsockopen( ($use_imap_tls?'tls://':'').$imapServerAddress, $imapPort, $errorNumber, $errorString); if(!$stream) { - do_err("Error connecting to SMTP server \"$smtpServerAddress:$smtpPort\".". + do_err("Error connecting to IMAP server \"$imapServerAddress:$imapPort\".". "Server error: ($errorNumber) $errorString"); }