Why not change UebiMiau with Telaen

redesb

Verified User
Joined
May 10, 2004
Messages
207
Location
Spain
UebiMiau is only in maintenance mode, no new release from version 2.7.9 except minor security patches.

But here is one new webmail app forked from UebiMiau, Telaen.

Someone test Telaen in DA?
 
Yes, I've tested it. RoundCube is much better than Telaen and it's better replacement of UebiMiau. Don't you think so?
 
I like RoundCube but as long as I know is in beta phase from May-2005 and until now no final version is released (latest v0.1-beta2). I know many guys have RoundCube running is his servers but beta app worry me.
 
It's stable enough :) In April RC1 of RoundCube webmail should be released.
 
If you want Telaen, try this for it:
Code:
cd /var/www
wget http://kent.dl.sourceforge.net/sourceforge/telaen/telaen-1.1.3.tar.gz
tar xzf telaen-1.1.3.tar.gz
mv telaen-1.1.3/telaen /var/www/html/telaen-1.1.3
mv telaen-1.1.3/smarty_move_me /var/www/smarty
rm -rf telaen-1.1.3.tar.gz
rm -rf telaen-1.1.3
cd html
ln -sf telaen-1.1.3 telaen
cd telaen-1.1.3/inc
mv config.languages.php.default config.languages.php
mv config.php.default config.php
mv config.security.php.default config.security.php
perl -pi -e 's|/some/place/safe/smarty|/var/www/telaen/smarty|' config.php
chmod 700 /var/www/smarty /var/www/html/telaen-1.1.3/index.php
chown -R apache /var/www/smarty /var/www/html/telaen-1.1.3/index.php

And for changing UebiMiau with Telaen:
Code:
perl -pi -e 's/uebimiau/telaen/' /etc/httpd/conf/httpd.conf
service httpd restart
 
If you're dropping Uebimiau for anything but a fork of Uebimiau, remember that Uebimiau as used in Directadmin uses a proprietary set of folders for storing email; it doesn't use standard IMAP folders. So your users could lose access to all their email.

Jeff
 
Back
Top