|
Welcome to our Multiaccount Web Mailer!
First of all: the program is ready to use right after you have downloaded it.
Just copy it to some directory on web server, apply "Execute" permissions for "mwm/cgi-bin" directory and run it.
http://your-server/some-path/mwm/cgi-bin/mWm.pl
This is a login page, by default login account is:
user:test
pass:1
Enter this data and press "Login" button.
You'll see 3 frames: left frame contains a list of your mailboxes. If you click
on one of them, you will see in the right frame a list of messages read from
this account. Program read only header lines from each message so it is pretty fast.
You may click on some message and then you'll see it whole in the bottom frame.
If something doesn't work for you, it means that you have to tune the program a little bit:
a) put correct path to your server's PERL directory in each .pl file header:
#!/usr/bin/perl
b) to send emails you also have to specify correct "sendmail" program, also
specific to your system. You should do it in files "send.pl" and "forward.pl", the line
$mailprog = 'sendmail';
c) 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|
You have to add users manually, we don't have any web interface for this.
But it won't happen often, usually you'll have fixed user list.
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
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" and "Delete account". 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.
3. Email messages
When you click on some mailbox, you'll get its message list in the right frame.
First you see message count information and below a table with messages.
Messages that have attachments are marked with the clip icon.
You may click on any message to see it - in the bottom frame.
You also can delete some messages - select them with checkboxes and click
"Delete message" button. You can send a new message, reply to current message
or forward some message to someone - use appropriate buttons.
We are software development company based in Eastern Europe. Our location allows us to offer software development services for a very small fee. If you feel you need some custom work, please don't hesitate to contact us - we will be glad to answer all questions.
|