With a little help from Marc (ok, a lot), CRAM-MD5 and DIGEST-MD5 no longer require...
[squirrelmail.git] / config / conf.pl
index eaa2a589053aaf12758ce4772faa1ffc3e90a0b8..ad1ff4f3ddee0cb0b7b4913a301deefc179ef5a6 100755 (executable)
@@ -1152,8 +1152,8 @@ sub command112a {
        } 
          print "\nWhat authentication mechanism do you want to use for IMAP connections?\n\n";
          print $WHT . "plain" . $NRM . " - Plaintext. If you can do better, you probably should.\n";
-         print $WHT . "cram-md5" . $NRM . " - Slightly better than plaintext. (Requires PHP mhash extension)\n";
-         print $WHT . "digest-md5" . $NRM . " - Privacy protection - better than cram-md5.  (Requires PHP mhash extension)\n";
+         print $WHT . "cram-md5" . $NRM . " - Slightly better than plaintext.\n";
+         print $WHT . "digest-md5" . $NRM . " - Privacy protection - better than cram-md5.\n";
          print "\n*** YOUR IMAP SERVER MUST SUPPORT THE MECHANISM YOU CHOOSE HERE ***\n";
          print "If you don't understand or are unsure, you probably want \"plain\"\n\n";
          print "plain, cram-md5, or digest-md5 [$WHT$imap_auth_mech$NRM]: $WHT";
@@ -1245,8 +1245,8 @@ sub command112b {
     print "\tWhat authentication mechanism do you want to use for SMTP connections?\n";
     print $WHT . "none" . $NRM . " - Your SMTP server does not require authorization.\n";
     print $WHT . "plain" . $NRM . " - Plaintext. If you can do better, you probably should.\n";
-    print $WHT . "cram-md5" . $NRM . " - Slightly better than plaintext. (Requires PHP mhash extension)\n";
-    print $WHT . "digest-md5" . $NRM . " - Privacy protection - better than cram-md5. (Requires PHP mhash extension)\n";
+    print $WHT . "cram-md5" . $NRM . " - Slightly better than plaintext.\n";
+    print $WHT . "digest-md5" . $NRM . " - Privacy protection - better than cram-md5.\n";
     print "\n*** YOUR SMTP SERVER MUST SUPPORT THE MECHANISM YOU CHOOSE HERE ***\n";
     print "If you don't understand or are unsure, you probably want \"none\"\n\n";
     print "none, plain, cram-md5, or digest-md5 [$WHT$smtp_auth_mech$NRM]: $WHT";