Upgrade paketa za Debian lenny.
[squirrelmail-change-pass-cn.git] / change_pass / settings.php
1 <?php
2
3     global $imapServerAddress;
4
5     /* Use the address of the IMAP server as the default */
6     $poppass_server = $imapServerAddress;
7 #    $poppass_server = 127.0.0.1;
8
9     /* The default port for poppassd is 106 */
10     $poppass_port = 106;
11 ?>