Sophie

Sophie

distrib > Mandriva > 2010.1 > i586 > media > contrib-updates-src > by-pkgid > 83c849ac074df375624a3cce60e2465c > files > 33

squirrelmail-1.4.22-1.2mdv2010.2.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";