Re: HowTo Change Password direct on the Login Page

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



--- Tomas Kuliavas <tokul@xxxxxxxxxxxxxxxxxxxxx> wrote:

> > - snip -
> >
> >
> >> Run command "netstat -lnpt | grep 106" without double quotes and
> make
> >> sure
> >> that 106 port is opened by xinetd.
> >
> >
> > # netstat -lnpt | grep 106
> > No printout
> 
> OK. What I have said to do when you see that port is not opened?
> 
> 1. restart xinetd
> 2. recheck, see step 3 if check fails
> 3. create /etc/xinetd.d/poppassd
> 4. restart xinetd
> 5. recheck, see logs if check fails


# /etc/init.d/xinetd restart
Stopping internet superserver: xinetd.
Starting internet superserver: xinetd.


# netstat -lnpt | grep 106
No printout


# nano /etc/xinetd.d/poppassd

copying following lines on the file.

service poppassd
{
        disable = no
        socket_type     = stream
        protocol        = tcp
        wait            = no
        user            = root
        bind            = 127.0.0.1
        server          = /usr/sbin/poppassd
        log_on_success  += HOST DURATION
        log_on_failure  += HOST
}
* end *

# /etc/init.d/xinetd restart
Stopping internet superserver: xinetd.
Starting internet superserver: xinetd.


# netstat -lnpt | grep 106
tcp        0      0 127.0.0.1:106           0.0.0.0:*              
LISTEN     6766/xinetd      


Port 106 is there.


$ cd /usr/local/squirrelmail/www/config
$ su
Password: 

# ./conf.pl

SquirrelMail Configuration : Read: config.php (1.4.0)
---------------------------------------------------------
Main Menu --
1.  Organization Preferences
2.  Server Settings
3.  Folder Defaults
4.  General Options
5.  Themes
6.  Address Books
7.  Message of the Day (MOTD)
8.  Plugins
9.  Database
10. Languages

D.  Set pre-defined settings for specific IMAP servers

C   Turn color on
S   Save data
Q   Quit

Command >> 8 [Enter]


SquirrelMail Configuration : Read: config.php (1.4.0)
---------------------------------------------------------
Plugins
  Installed Plugins
    1. administrator
    2. folder_synch
    3. change_pass

  Available Plugins:
    4. abook_take
    5. bug_report
    6. calendar
    7. delete_move_next
    8. demo
    9. filters
    10. fortune
    11. info
    12. listcommands
    13. mail_fetch
    14. message_details
    15. newmail
    16. sent_subfolders
    17. spamcop
    18. squirrelspell
    19. test
    20. translate

R   Return to Main Menu
C   Turn color on
S   Save data
Q   Quit

Command >> 3 [Enter]


SquirrelMail Configuration : Read: config.php (1.4.0)
---------------------------------------------------------
Plugins
  Installed Plugins
    1. administrator
    2. folder_synch

  Available Plugins:
    3. abook_take
    4. bug_report
    5. calendar
    6. change_pass
    7. delete_move_next
    8. demo
    9. filters
    10. fortune
    11. info
    12. listcommands
    13. mail_fetch
    14. message_details
    15. newmail
    16. sent_subfolders
    17. spamcop
    18. squirrelspell
    19. test
    20. translate

R   Return to Main Menu
C   Turn color on
S   Save data
Q   Quit

Command >> S [Enter]

Data saved in config.php
Press enter to continue...


Plugins
  Installed Plugins
    1. administrator
    2. folder_synch

  Available Plugins:
    3. abook_take
    4. bug_report
    5. calendar
    6. change_pass
    7. delete_move_next
    8. demo
    9. filters
    10. fortune
    11. info
    12. listcommands
    13. mail_fetch
    14. message_details
    15. newmail
    16. sent_subfolders
    17. spamcop
    18. squirrelspell
    19. test
    20. translate

Command >> Q [Enter]

Exiting conf.pl.
You might want to test your configuration by browsing to
http://your-squirrelmail-location/src/configtest.php
Happy SquirrelMailing!


$ telnet localhost 106
Trying 127.0.0.1...
Connected to localhost.localdomain.
Escape character is '^]'.
Connection closed by foreign host
* end *


Start squirrelmail with

https://satimis.com/mail

and login as "satimis"


Options -> Display Preferences


Can't find Change_Password line on the page.



satimis

Send instant messages to your online friends http://uk.messenger.yahoo.com 

-------------------------------------------------------------------------
SF.Net email is sponsored by: 
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
-----
squirrelmail-users mailing list
Posting guidelines: http://squirrelmail.org/postingguidelines
List address: squirrelmail-users@xxxxxxxxxxxxxxxxxxxxx
List archives: http://news.gmane.org/gmane.mail.squirrelmail.user
List info (subscribe/unsubscribe/change options): https://lists.sourceforge.net/lists/listinfo/squirrelmail-users

[Index of Archives]     [Video For Linux]     [Yosemite News]     [Yosemite Photos]     [gtk]     [KDE]     [Cyrus SASL]     [Gimp on Windows]     [Steve's Art]     [Webcams]

  Powered by Linux