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!
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 [email protected]. Maybe, somebody can tell me how to patch Uebimiau, so that i can make the package better!
thats cool I am sure it will all get worked out. Thanks for the Hard work and effort for us ispconfig users.
Take a look here: http://www.howtoforge.com/forums/showthread.php?t=1761&highlight=uebimiau+login+rewritten
@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!
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,
Login problem fixed! Ok guys, I did it! From now on it is possible to login with e-mailaddress ([email protected]) AND [email protected]. 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).
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 Code: } elseif($ie4up || $ns6moz) { $sess["currentbody"] = $body;; $body = "<iframe src=\"show_body.php?tid=$tid&lid=$lid&folder=".htmlspecialchars($folder)."&ix=$ix\" width=\"100%\" height=\"[B][COLOR="Red"]400[/COLOR][/B]\" frameborder=\"0\"></iframe>"; change to Code: } elseif($ie4up || $ns6moz) { $sess["currentbody"] = $body;; $body = "<iframe src=\"show_body.php?tid=$tid&lid=$lid&folder=".htmlspecialchars($folder)."&ix=$ix\" width=\"100%\" height=\"[B][COLOR="Red"]100%[/COLOR][/B]\" frameborder=\"0\"></iframe>";
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,
Where can be found the latest Version of sentiMail for ISPConfig? The version I use has problems with HTML-Mails. It makes "img src"path"" instead of "img src="path"".