|
|
 |
|
| mWm |
 |
| |
| INSTALLATION |
| |
| First of all: the program is ready to use right after you have downloaded it and corrected mWm.conf. |
| |
First of all: the program is ready to use right after you have downloaded it and corrected mWm.conf.
- Download the archive and extract it some directory
- Set up this directory for your Web-server
- Apply "Execute" permissions (chmod +x) for this directory and mWm files
- Copy index.html to htdocs directory on the web server
- Look configuration file 'mWm.conf', perhaps you need to change it.
- Start Web-server
- Now, try to visit URL: http://your-server/some-path/mwm/index.html
Login page will be displayed, by default login account is:
user:test
pass:1
Enter this data and press "Login" button.
If after submit Login information new page will be not opened then check paths in the index.html page.
<form method="post" action="../cgi-bin/mwm/mWm.pl">
<a href="../cgi-bin/mwm/mWm.pl?r=1">
If something doesn't work for you, it means that you have to tune the program a little bit:
- put correct path to your server's PERL directory in each .pl file header:
#!/usr/bin/perl
- maybe your web server does not permit to our program read emails via POP3 internet protocol. Please contact your server team to obtain more info.
In details about each item:
1.Login and Users
Information about users is stored in "db/user.db" file in format:
user|password
2. Mailboxes
Each user will have its own list of mailboxes, this is stored in "db/username.dbx" file in format:
pop3-server|pop3-username|pop3-password|mailbox-name|email-address
You don't have to edit or create this file manually. It is created and handled automatically from the web program.
Mailbox can have a hidden password, in this case you see "?" sign in place of password. And the program will ask you for password each time you log in to this mailbox.
Web interface: in the left frame you can see 3 buttons to maintain your mailbox list - "New account", "Edit account", "Delete account", "Change Password". Last 2 actions require you to select some mailbox from the list (use a checkbox) before to use it. In the bottom frame will appear a form where you may enter/change mailbox details. You also may use "?" in place of password to make it hidden.
Back
|
|
|
|
 |
|
© 1998-2007 .
Last updated 03/27/07
|
 |
|
|
 |