New Uebimiau package available for ISPConfig

Discussion in 'General' started by Hans, Sep 14, 2007.

  1. Hans

    Hans Moderator ISPConfig Developer

    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! :)
     

    Attached Files:

    Last edited: Sep 14, 2007
  2. daveb

    daveb Member

    Hans I gave it a try and for the life of me I cannot login. complains bad user or password.
     
  3. Hans

    Hans Moderator ISPConfig Developer

    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!
     
    Last edited: Sep 15, 2007
  4. daveb

    daveb Member

    thats cool I am sure it will all get worked out. Thanks for the Hard work and effort for us ispconfig users.
     
  5. falko

    falko Super Moderator ISPConfig Developer

  6. Hans

    Hans Moderator ISPConfig Developer

    @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!
     
  7. daveb

    daveb Member

    not sure if it helps Hans but their are references to ispconfig and quota in
    inc.php and inc/inc.php
     
  8. chuckl

    chuckl New Member

    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,
     
  9. Hans

    Hans Moderator ISPConfig Developer

    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).
     
    Last edited: Sep 17, 2007
  10. daveb

    daveb Member

    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>";
     
  11. Hans

    Hans Moderator ISPConfig Developer

    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,
     
    Last edited: Sep 17, 2007
  12. till

    till Super Moderator Staff Member ISPConfig Developer

    Hans,

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

    hahni New Member

    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"".
     

Share This Page