Sophie

Sophie

distrib > Mandriva > 2010.1 > x86_64 > by-pkgid > 46f6ad02842fe60e022dad4d97116eea > files > 35

squirrelmail-1.4.20-2mdv2010.1.src.rpm

--- config_example.php	2009-03-15 05:42:20.000000000 +0100
+++ config_example.php.oden	2009-10-13 17:02:13.000000000 +0200
@@ -1,9 +1,9 @@
 <?php
     // The default server is the configured IMAP server
-    #$poppass_server = 'localhost';
+    #$poppass_server = "localhost";
 
     // The default port is 106
-    #$poppass_port = 106;
+    $poppass_port = "106";
 
-    $min_pass_length = 0;
-    $max_pass_length = 9999999;
+    $min_pass_length = "0";
+    $max_pass_length = "9999999";