> hi all
>
> i tried the settings as per u
>
> here my settings.php file
> -------------------------------------------------
> <?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 = 127.0.0.1;
>
>     /* The default port for poppassd is 106 */
>     $poppass_port = 106;
> ?>
> --------------------------------------------------------
> but now the only error i get is after what u tell me
>
> ERROR:Connection refused (111)
>
> can u help me pls

run command 'telnet 62.150.152.2 106' from webserver. It should connect to
remote poppass server and display poppass server prompt.

You can find example of poppass connection in plugins/change_pass/README

run command 'netstat -an | grep 106' on imap server and make sure that
poppass server is running.

make sure that connection from web server to tcp 106 port on imap server
is not firewalled.


-- 
Tomas


-------------------------------------------------------
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