Uebimiau isn't secure, do you know that? Use Telaen.

Doesn't seem to want to work for me. Login screen appears fine but after entering in user details it seems to have whilst trying to load.

Title bar says Loading... and Firefox status bar says Waiting for www.xxx.com...
 
Exactly what steps have you taken, and what is your OS, etc?

Was a clean CentOS 5 install and followed the steps in the OP exactly. Upgraded to Dovecot earlier and now it magically seems to be working, not sure if that had anything to do with it!
 
Yes, it is now :) But it wasn't when this thread was started (2007-05-27). Both telaen.org and manvel.net are forks of UebiMiau.org :)
 
Main account holders can't log in with Telaen. Virtual users log in just fine, is there a fix for this?
 
GXX, yes, you can fix it in inc/config.php. UebiMiau 3.x is available by default now! :)

Code:
wget -O /usr/local/directadmin/scripts/webmail.sh http://files.directadmin.com/services/all/webmail.sh
chmod 700 webmail.sh
./webmail.sh
 
GXX, yes, you can fix it in inc/config.php. UebiMiau 3.x is available by default now! :)

Code:
wget -O /usr/local/directadmin/scripts/webmail.sh http://files.directadmin.com/services/all/webmail.sh
chmod 700 webmail.sh
./webmail.sh

I tried to mimic the config in Telean like the old Uebi config and it didn't work.

However, the new 3.xx script works like a charm :)
 
So let me understand this...

At some point, when I wasn't looking, someone took over UebiMiau and updated it?

And the new one is now included in DA scripts?

If so, that's a good thing :).

Someone let me know if I can remove the "cage" I've put around Uebimiau; see here.

Jeff
 
We've switched over to Telaen and so far the users seem to like it. It was just a matter of installing Telaen, creating a symlink, then chown'ing to apache:apache. We also edited the language file:

/usr/local/directadmin/data/skins/SKIN/lang/en/user/show_domain.html
 

Attachments

  • telaen.png
    telaen.png
    12.8 KB · Views: 214
It's a shame to see the development go from none to broken into two separate program :(.

You mention editing the language file. Won't that get overwritten by a DA update?

Jeff
 
It's a shame to see the development go from none to broken into two separate program :(.
I agree.

You mention editing the language file. Won't that get overwritten by a DA update?
Yes, so I'll either need to create a custom skin directory/language file (which I would have to update with any skin changes, as they occur), or just re-patch the Enhanced skin language file after an update. Actually, I think the latter will be the easier way to go. I can just overwrite DA's show_domain.html with my saved copy after a DA update.
 
FYI, I'll just pipe in here to save some pain and suffering, if you want to make custom changes to any skin file, eg, show_domain.html, but don't want those changes to be clobbered with an update, you can get around the overwrite by doing something similar to:
Code:
cd /usr/local/directadmin/data/skins/enhanced/user
cp show_domain.html my_show_domain.html
cd ..
echo "CMD_SHOW_DOMAIN=user/my_show_domain.html" >> files_custom.conf
and that's is. The files_custom.conf is a override index that is read in first. Anything found there is used instead of the other 3 *_files.conf files. The custom_files.conf is not included in the skins, thus won't be overwrriten, and your "my_show_domain.html" obviously won't be overitten either.

Feature log for the files_custom.conf
http://www.directadmin.com/features.php?id=404

John
 
The files_custom.conf is a override index that is read in first. Anything found there is used instead of the other 3 *_files.conf files. The custom_files.conf is not included in the skins, thus won't be overwrriten, and your "my_show_domain.html" obviously won't be overitten either.
Brilliant! :)

Thanks,
Rick
 
Uebimiau back!

Uebimiau 3.x works a treat. :D

Great to see it's getting some love now.

I'll stick with it over Telaen for the time being. :)
 
When you update do all the mailboxes, settings, etc., get preserved?

Jeff
 
jlasman, yes, they do. But you can't use UebiMiau 2.x language files or skins with it.
 
True... but if you visit the UebiMiau 3.x site, they have a bunch of language files and skins available... even the 'classic' UbeiMiau skin is there. :D
 
Hello, I tryed to update according to the instructions but when I try to access webmail I get errors. :(

The instructions I have followed is:

Code:
wget -O /usr/local/directadmin/scripts/webmail.sh http://files.directadmin.com/services/all/webmail.sh
chmod 700 webmail.sh
./webmail.sh

And the ERROR I get is :
ERROR (512): Smarty error: problem creating directory "./tmp/_cached_templates" (/var/www/html/webmail/smarty/Smarty.class.php:589)

Pointers please.
 
morfargekko, PHP as CGI (suPHP)? If yes:
Code:
chown -R webapps:webapps /var/www/html/webmail
 
Back
Top