>
> Hi Paul,
>
> I have installed the change_password on SERVER A and also the poppassd
> utility on the SERVER B where i want to change the users password .
>
> ( the passwords are in the /etc/password file on RED HAT linux )
>
> the settings.php file is here below
>
> <?php
>
>     #global $imapServerAddress;
>        #global $62.150.152.2;
> #
>     /* Use the address of the IMAP server as the default */
>     $poppass_server = $62.150.152.2;

$poppass_server = '62.150.152.2';

...
> As i said before i am running squireel mail on on server A and want to
> allow a user change his password on server B.
>
> All other settings for the user is working perfectly fine

Check $imapServerAddress variable. Maybe it already contains your imap
server address.

global $imapServerAddress;
$poppass_server = $imapServerAddress;



-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
--
squirrelmail-users mailing list
Posting Guidelines: 
http://www.squirrelmail.org/wiki/MailingListPostingGuidelines
List Address: squirrelmail-users@lists.sourceforge.net
List Archives: 
http://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.user
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users

Reply via email to