Novi izvorni kod change_pass dodatka (inacica 3.0).
[squirrelmail-change-pass-cn.git] / change_pass / config_example.php
1 <?php
2     // The default server is the configured IMAP server
3     #$poppass_server = 'localhost';
4
5     // The default port is 106
6     #$poppass_port = 106;
7
8     $min_pass_length = 0;
9     $max_pass_length = 9999999;