Telaen Howto - Easy php webmail interface

Today i found a really good wembail interface and i want to share how easy is to install it compared with other webmail packages.


Telaen is a webmail interface written in PHP. It does not require any database and is compatible with POP3 or IMAP so it runs under any Server supporting PHP with Sendmail or QMAIL. Additional skins and languages can be easily integrated.

Download latest tar.gz package from sourceforge page http://sourceforge.net/projects/telaen

wget http://switch.dl.sourceforge.net/sourceforge/telaen/telaen_1.1.0.tar.gz

tar zxf telaen_1.1.0.tar.gz

mv telaen_1.1.0 webmail

cd webmail/

chown -R apache.apache *

Apache is running under apache user so now it has rights to write in

webmail's database directory

cd inc/

cp config.php.default config.php

cp config.security.php.default config.security.php

cp config.languages.php.default config.languages.php

Now you can load webmail in browser

http://localhost/webmail

If the pop/imap server is located on the same machine that is all !

telaen_login

First page you will see is the one with user settings:

telaen_preferences

Then you can read your emails from inbox . Doh!

telaen_inbox

You can change the default pop/smtp server in config.php

vi config.php

Share this page:

9 Comment(s)