Re: [SM-USERS] User change password problem

2012-03-13 Thread Tomas Kuliavas
satimis wrote: > > $ netstat -an | grep 106 > tcp    0  0 0.0.0.0:106 0.0.0.0:*   LISTEN > Check if you can get xinetd and bind poppassd to localhost only. You don't have to expose this system service to outside users. > $ telnet localhost 106 > Trying 127.0.

Re: [SM-USERS] User change password problem

2012-03-13 Thread Stephen Liu
$ netstat -an | grep 106 tcp    0  0 0.0.0.0:106 0.0.0.0:*   LISTEN $ sudo netstat -tupan | grep 106 tcp    0  0 0.0.0.0:106 0.0.0.0:*   LISTEN  1372/inetd  $ telnet localhost 106 Trying 127.0.0.1... Connected to localh

Re: [SM-USERS] IMAP Problem with Strato

2012-03-13 Thread Paul Lesniewski
Please reply per the mailing list posting guidelines so the conversation is easier to follow. On Fri, Mar 9, 2012 at 3:30 PM, wrote: > Here's some of the requested info, hth. Also, if you'd like an account for > testing, let me know. > > SquirrelMail-specific information: >  Version:  1.4.20 >

Re: [SM-USERS] getting the dreaded "you must be logged in to access this page"

2012-03-13 Thread Paul Lesniewski
On Fri, Mar 9, 2012 at 12:06 PM, Brian Gold wrote: >> Patch for login.php http://pastebin.com/gVZNuKYd >> >> Not sure if formating is correct. It is used in environment which has some >> slight API differences. Let me know if you need offline copy or detailed >> explanation about side effects of t

Re: [SM-USERS] User change password problem

2012-03-13 Thread Tomas Kuliavas
satimis wrote: > > Hi Tomas, > > Previously I made a mistake.  I got it done now.  I should save the > tarball on /usr/share/squirrelmail/plugins/ > > untar it there.  Then followed the document "INSTALL". to install/config > it.  It is working now.  But still I can't change password, new pass

Re: [SM-USERS] User change password problem

2012-03-13 Thread Tomas Kuliavas
satimis wrote: > > Hi Tomas, > > Previously I made a mistake.  I got it done now.  I should save the > tarball on /usr/share/squirrelmail/plugins/ > > untar it there.  Then followed the document "INSTALL". to install/config > it.  It is working now.  But still I can't change password, new pass

Re: [SM-USERS] User change password problem

2012-03-13 Thread Stephen Liu
Hi Tomas, Previously I made a mistake.  I got it done now.  I should save the tarball on /usr/share/squirrelmail/plugins/ untar it there.  Then followed the document "INSTALL". to install/config it.  It is working now.  But still I can't change password, new password not working.  No complaint

Re: [SM-USERS] User change password problem

2012-03-13 Thread Tomas Kuliavas
satimis wrote: > > Hi Tomas, > > Thanks for your advice. > > >> See Options -> Change Password in SquirrelMail menu line > > It is NOT there.  I ran SquirrelMail before, abt 3 years ago.  I wonder > whether I installed the right package? > > I download change_pass-3.1-1.4.0 tarball on /tmp.