Novi izvorni kod change_pass dodatka (inacica 3.0).
[squirrelmail-change-pass-cn.git] / change_pass / config_example.php
diff --git a/change_pass/config_example.php b/change_pass/config_example.php
new file mode 100644 (file)
index 0000000..ba9b67a
--- /dev/null
@@ -0,0 +1,9 @@
+<?php
+    // The default server is the configured IMAP server
+    #$poppass_server = 'localhost';
+
+    // The default port is 106
+    #$poppass_port = 106;
+
+    $min_pass_length = 0;
+    $max_pass_length = 9999999;