PDA

View Full Version : New Uebimiau package available for ISPConfig


Hans
14th September 2007, 21:37
Today i've created a new Uebimiau webmail package for ISPConfig!
This package is based on the latest Uebimiau version 2.7.10.
It contains minor bug fixes in response to Security Advisory BUGTRAQ #20060129

The following Uebimiau themes are included:

Sentimail theme
For more info: http://www.simplestation.com/journal/simple-uebimiau-theme/

Uebimiau theme
For more info: http://www.uebimiau.org/

The Uebimiau package can be downloaded here:
http://ispconfig.bb-hosting.org/downloads/uebimiau/webmail-2.7.10.pkg

To uninstall your current UebiMiau, execute these commands:

rm -rf /home/admispconfig/ispconfig/web/webmail
rm -rf /home/admispconfig/ispconfig/web/tools/tools/webmail
rm -rf /home/admispconfig/ispconfig/temp/webmail

After that, you can update to the latest Uebimiau version 2.7.10 by using the update manager within ISPConfig.

You've access to your new Uebimiau version at http://www.anydomainonyourserver.tld:81/webmail/

Happy Uebimiau! :)

daveb
15th September 2007, 00:38
Hans I gave it a try and for the life of me I cannot login. complains bad user or password.

Hans
15th September 2007, 01:41
Yes i see.

It seems that the previous Uebimiau package has been patched, so that you can login with a valid e-mailaddress and password.

At the moment, with my new package you only can login with a valid username@domain.tld.

Maybe, somebody can tell me how to patch Uebimiau, so that i can make the package better!

daveb
15th September 2007, 01:56
thats cool I am sure it will all get worked out. Thanks for the Hard work and effort for us ispconfig users.

falko
15th September 2007, 17:11
Maybe, somebody can tell me how to patch Uebimiau, so that i can make the package better!
Take a look here: http://www.howtoforge.com/forums/showthread.php?t=1761&highlight=uebimiau+login+rewritten :)

Hans
15th September 2007, 18:05
@Falko,

Within the old Uebimiau version (version 2.7.2), the patch for ISPConfig is in top of the file webmail/msglist.php indeed.

The structure of the latest version (2.7.10) is a little bit different, but i found out that i had to put the patch on top within the file webmail/messages.php.

So i did, but it is not working for Uebimiau 2.7.10. :(

I hope i can find a solution, any help is welcome of course!

daveb
15th September 2007, 19:56
not sure if it helps Hans but their are references to ispconfig and quota in
inc.php and inc/inc.php

chuckl
16th September 2007, 15:39
Hans, the ISPConfig code from the top of the old msglist.php needs to go in the top of process.php in the new version.

Rgds,

Hans
16th September 2007, 19:07
Ok guys,

I did it! From now on it is possible to login with e-mailaddress (alias@domain.tld) AND username@domain.tld.

The new Uebimiau version 2.7.10 package can be downloaded here:
http://ispconfig.bb-hosting.org/downloads/uebimiau/webmail-2.7.10.pkg

Thanks everyone for the feedback!

@Till & Falko:
If you like, you can add this package to http://www.ispconfig.org/downloads.htm

Maybe it is a nice idea not to remove the previous Uebimiau version 2.7.2, because the new Uebimiau package comes with different themes, so they layout is quiet different.
(I did not add the themes from Uebimiau 2.7.2 to the new package, because i do not know if they are compatible).

daveb
17th September 2007, 06:01
Thanks Hans,
Also I found a nice little hack to give you full height in the reading pane while reading mail.
in readmsg.php around line 130
} elseif($ie4up || $ns6moz) {
$sess["currentbody"] = $body;;
$body = "<iframe src=\"show_body.php?tid=$tid&lid=$lid&folder=".htmlspecialchars($folder)."&ix=$ix\" width=\"100%\" height=\"400\" frameborder=\"0\"></iframe>";
change to
} elseif($ie4up || $ns6moz) {
$sess["currentbody"] = $body;;
$body = "<iframe src=\"show_body.php?tid=$tid&lid=$lid&folder=".htmlspecialchars($folder)."&ix=$ix\" width=\"100%\" height=\"100%\" frameborder=\"0\"></iframe>";

Hans
17th September 2007, 11:58
daveb,

Thank you for this nice tip!
Good to know that it is possible, however, i don't change my new Uebimiau package anymore, because i want to provide it in it's original state.
Only the patch for ISPConfig and an extra theme has been added.

regards,

till
17th September 2007, 13:52
Hans,

thank you for building the new package :) I uploaded it to ISPConfig.org.