Prva inacica za Debian Jessie
[squirrelmail-change-pass.git] / 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 = 8;
9     $max_pass_length = 9999999;