Passsword Server :111 (Connection Refused)
mylinux linux
mylinux@ad-din.com
Tue, 13 Feb 2001 19:38:19 -0800 (PST)
Hi all ..
I have just go through the poppassd.php3 file .. and i found that there is another password server port that can used be which is port 106 .
just by make a litle change in imp/config/default.php3 my change passwd option if working properly.
/* Get the poppassd server from defaults, otherwise set to safe values */
if (isset($default->poppassd_server)) {
$poppassd_server = $default->poppassd_server;
if (isset($default->poppassd_port)) {
$poppassd_port = $default->poppassd_port;
}
else {
$poppassd_port = 106;
}
}
else {
$poppassd_server = '/dev/null';
$poppassd_port = 0;
}
i think its a good idea to add additional infomation in FAQ page under "how To change password" topic that tell
users to try port 106 instead of using default port o.
/horde/imp/config/default.php3
==============================
As shown in FAQ page
========================
/* Enable password changes */
$default->change_password = 'poppassd.php3';
$default->poppassd_server = $SERVER_NAME;
$default->poppassd_port = '0';
my Suggestion to FAQ maintainer just add aditional line tell user to try port 106
long live IMP :)
warm regard
-amin-
_____________________________________________________________
Sign up for FREE email from ad-din Tech Website at http://ad_dinku.tripod.com