View Full Version : new version UEBIMAIU
Chrysalis
08-02-2005, 10:03 PM
The shock noone expecting it, but a new version is released 2.7.8.
http://www.uebimiau.org/downloads/uebimiau-2.7.8-any.zip
Chrysalis
08-02-2005, 10:45 PM
I did the following changes to the inc/config.php
line 42
$temporary_directory = "/tmp/";
line 139
$mail_server_type = "ONE-FOR-ALL";
line 185
$default_mail_server = "localhost";
line 186
$one_for_all_login_type = "%user%";
and
nano inc/config.languages.php
line 10
$default_language = 'en_UK';
remove INSTALL dir
then it works, but their is an issue that with the main email account for DA accounts the login has to be username@localhost not just username, if I change $one_for_all_login_type = "%user%"; to $one_for_all_login_type = "%user%@%domain%"; then that account cant login at all. I havent found a workaround.
Chrysalis
08-03-2005, 06:58 PM
Well when I had debug enabled, the vm-pop3d was saying invalid syntax back to the webmail when attempting to login as the master account. The same settings work fine on 2.7.2 tho so this might be something we need to bug the UEBIMAIU author about. Incidently I have temporarily reverted to 2.7.2 again until I got it working.
ovsoft
08-27-2005, 02:45 PM
Can anybody suggest where can I found a gmail like theme?
klaus
08-31-2005, 12:45 PM
Hi ,
I download new uebi with extra skins from here Uebi 2.7.8 (http://vermue.dutchosting.info/CompleteUebiMiauExtraThemes278.zip)
I solved the problem with login with the following code :)
in inc/inc.php go to line 82 and put this
before
if(ereg("(.*)@(.*)",$f_email,$regs)) {
$f_user = $regs[1];
$domain = $regs[2];
if($one_for_all_login_type != "") $f_user = eregi_replace("%user%",$f_user,eregi_replace("%domain%"
,$domain,$one_for_all_login_type));
}
after
if(ereg("(.*)@(.*)",$f_email,$regs)) {
$f_user = $regs[1];
$domain = $regs[2];
if($one_for_all_login_type != "") $f_user = eregi_replace("%user%",$f_user,eregi_replace("%domain%"
,$domain,$one_for_all_login_type));
}
else{
$one_for_all_login_type = "%user%";
$f_user = $f_email;
}
My config file is server type is ONE-FOR-ALL
$default_mail_server = "localhost";
$one_for_all_login_type = "%user%@%domain%";
$default_protocol = "pop3";
$default_port = "110";
$default_folder_prefix = "";
Thats all!! I am waiting for resuts.
:)
jlasman
08-31-2005, 03:16 PM
Originally posted by klaus
Thats all!! I am waiting for resuts.
Are the results that it works properly?
Please let us know if you've noticed any other problems/issues.
Once we're sure it works we can make the changes and repackage UebiMiau for DA and set up a download for it.
Jeff
klaus
08-31-2005, 04:02 PM
Yes it is working fine, no problems detected, i have test it with many accounts and there is no problem.
:)
I believe that more DA users should give a try, maybe there is an error/bug that i have not found on it yet.
If i notice something strange i'll post it.
Chrysalis
08-31-2005, 05:13 PM
well done works perfect here now.
intramanga
08-31-2005, 06:53 PM
Yes , positive , for me as well :)
Ed,
rldev
08-31-2005, 08:33 PM
Is there anything compelling about the new version of UEBIMAIU?
klaus
09-01-2005, 04:10 AM
I create a package with the pacth applied and some extra skins.
Download Uebi here (http://www.klaus.gr).
Happy Miau ;)
rldev
09-01-2005, 07:24 AM
How is this updated? Do we just decompress over the old folder?
klaus
09-01-2005, 08:42 AM
cd /var/www/html
wget www.klaus.gr/webmail-2.7.8.tar.gz
tar xzvf webmail-2.7.8.tar.gz
cp -rp webmail/tmp webmail-2.7.8/
mv webmail webmail.old
mv webmail-2.7.8 webmail
Check webmail/inc/config.php
Thats all.
rldev
09-01-2005, 11:55 AM
Why not post package with the modified config?
Line 82 in the confiug says:
# Language & themes settings
Yjos doesn't seem where the added code would go. Ot am I wrong?
rldev
09-01-2005, 12:06 PM
got it working.
How do you set default language and default theme?
klaus
09-01-2005, 12:50 PM
The pachage contain the pached version of uebi with extra skins.
I sain check inc/config.php if everything is ok and fits you requiremets.
Also set your deufault language and skin in inc/config.languages.php
Yjos doesn't seem where the added code would go. Ot am I wrong?
Code is already added in inc/inc.php
How do you set default language and default theme?
Change the config in inc/config.languages.php
The only file you need to check is inc/config.languages.php and inc/conf.php
rldev
09-01-2005, 02:41 PM
Thanks Klaus. If this webmail had a spell check and import/export of address books, it would actually be very good and simple.
chrisly
09-23-2005, 11:31 AM
We have also UEBIMAIU updated, but
when we a email sent and we look in de sent folder the email you sent has no subject and no to.
I have looked in de tmp map of UEBIMAIU by the email I sent and there are no to and subject at this file.
What is the problem about this?
Thanks so much!
ovsoft
09-23-2005, 12:31 PM
Use smtp insted of the mail function as send method in config.
chrisly
09-23-2005, 01:08 PM
It used de php mail functie.
We set them to smtp.
Result:
test@test.test can send mail
but
test can't send mail
Maillog:
login authenticator failed for localhost (xx.xx.xx.xx) [127.0.0.1]: 535 Incorrect authentication data (set_id=test)
dannygoh
10-13-2005, 07:56 PM
i like the UebiMiau! with extra theme.
thanks
*if squirrelmail come with more theme that will be nicer.
netbit
10-14-2005, 04:00 PM
New version of Uebimiau:
2.7.9 (2005-10-12)
http://uebimiau.org/download.php
gokhanweb
10-28-2005, 02:46 PM
Originally posted by dannygoh
i like the UebiMiau! with extra theme.
thanks
*if squirrelmail come with more theme that will be nicer.
+1
hendrix74
11-07-2005, 09:41 AM
Originally posted by klaus
I create a package with the pacth applied and some extra skins.
Download Uebi here (http://www.klaus.gr).
Happy Miau ;)
Hi Klaus,
You totally rule, everything worked ok!
Thanks a lot!
Stéphane Brault
OrbitHosting.com
dennisc
11-10-2005, 04:21 AM
Here is how I upgraded to 2.7.9
cd ~
wget http://www.uebimiau.org/downloads/uebimiau-2.7.9-any.zip
unzip uebimiau-2.7.9-any.zip
cd /var/www/html
mv webmail webmail.old
mv ~/webmail /var/www/html
cd webmail
rm -rf install
perl -pi -e 's/$temporary_directory = "database\/";/$temporary_directory = "\/tmp\/uebimiau\/";/' inc/config.php
perl -pi -e 's/$mail_server_type\t= "ONE-FOR-EACH";/$mail_server_type\t= "ONE-FOR-ALL";/' inc/config.php
perl -pi -e 's/$default_mail_server\t= "mail.YOUR-UNIQUE-SERVER.com.br";/$default_mail_server\t= "localhost";/' inc/config.php
For the Dutch to set language to nl and add forgotten entry to language file, do:
perl -pi -e "s/$default_language\t\t\t\t\t= 'pt_BR';/$default_language\t\t\t\t\t= 'nl';/" inc/config.languages.php
perl -pi -e 's/lng_theme\t\t\t\t\t= Thema/lng_theme\t\t\t\t\t= Thema\r\nlng_language\t\t\t\t\t= Taal/' langs/nl.txt
Weccop
11-14-2005, 11:39 AM
If i use Klaus his update tool do i have to modiffy anything myself?
dennisc
11-14-2005, 11:45 AM
I don't know. Read the script is my advice. This is how I upgraded to 2.7.9 and you only have to copy/paste the lines, I don't see any difficulty in that.
rldev
11-14-2005, 08:47 PM
Does anyone have the new version bundled with themes?
RoRoo
11-15-2005, 07:54 AM
Originally posted by Weccop
If i use Klaus his update tool do i have to modiffy anything myself?
I only changed: inc/config.languages.php
to reflect my theme and language.
Klaus:
Thank you sooo much.. your file helped me out!
DirectAdmin Support
11-16-2005, 04:46 PM
Hello,
I've released an 'official' version of 2.7.9 (likely the same as other versions of the release mentioned earlier in this thread).
I've set Uebimiau to use imap as the default mail server so it can make use of the spam folder (like squirrelmail can). Any comments about the change from pop to imap are welcome (good or bad).
Fairly simple instructions:cd /usr/local/directadmin/scripts
wget -O webmail.sh http://files.directadmin.com/services/all/webmail.sh
chmod 700 webmail.sh
./webmail.shThis version of the webmail.sh will be standard in the next version of DA (1.25.6), unless of course changes are needed.
John
jlasman
11-16-2005, 06:41 PM
John,
Will your use of IMAP for UebiMiau mean that all old UebiMiau mailboxes will be inaccessible?
Thanks.
Jeff
Chrysalis
11-16-2005, 07:46 PM
Hi did you reapply klaus patch as this is needed? what dennisc pasted isnt enough for full compatiblity and master email accounts wont work.
I can test the DA package on a server actually and will reply with results.
Chrysalis
11-16-2005, 07:58 PM
on FreeBSD the script fails because the following 2 files have incorrect paths
tar and chown
the correct paths are
/usr/bin/tar
/usr/sbin/chown
DirectAdmin Support
11-16-2005, 08:48 PM
Good point Jeff, reverted back to pop3. If you want imap for it, edit webmail/inc/config.php and swap$default_protocol = "pop3";
//$default_protocol = "imap";
$default_port = "110";
//$default_port = "143";As for the webmail.sh, it's only the redhat version (there is a different version for FreeBSD), however, for consistency I've converted it to handle both OS's so they'll both work with that webmail.sh now.
John
Chrysalis
11-16-2005, 09:23 PM
ok thanks.
sHuKKo
12-19-2005, 09:17 AM
Ok If you are using a 64bit system this is what you will need to do in order to make the time and date work on the web interface to Ubeimiau.
Go to this file:
/var/www/html/webmail/smarty/smarty.addons.php
and find the function smarty_make_timestamp($string)
if(empty($string)) {
$string = "now";
} else if(is_numeric($string)) {
return (int)$string;
}
$time = strtotime($string);
if(is_numeric($time) && $time != -1
return $time;
You need to add in the code in red above into the function and that should make the webmail time and date look right.
A number of times when using the most recent DA packed version of UebiMiau, I get the following error:
Fatal error: session_start(): Failed to initialize storage module: user (path: /tmp) in /var/www/html/webmail/inc/inc.php on line 13
The error appears about 50% of the times that I log in. As far as I can remember, this error occurred a lot with Squirrelmail as well, using an old version, and has to do with the version of PHP I'm using (PHP 4.3.10)
Anyone know how to rectify this? Or alternatively downgrade UebiMiau?
DirectAdmin Support
01-10-2006, 02:52 PM
Hello,
Php sessions are stored in /tmp. They're written by the apache user, so "apache" needs to have read/write access on /tmp. My guess is either /tmp is full, or it's not chmodded correctly.chmod 1777 /tmpand to check disk usage:df -hIf you want to downgrade back to the old veresion of webmail, the old file is here:
http://files.directadmin.com/services/7.2/webmail.tar.gz
Just extract into your /var/www/html directory and chown /var/www/html/webmail/tmp to apache:apache (chmod 700)
John
Originally posted by DirectAdmin Support
Hello,
Php sessions are stored in /tmp. They're written by the apache user, so "apache" needs to have read/write access on /tmp. My guess is either /tmp is full, or it's not chmodded correctly.chmod 1777 /tmpand to check disk usage:df -hIf you want to downgrade back to the old veresion of webmail, the old file is here:
http://files.directadmin.com/services/7.2/webmail.tar.gz
Just extract into your /var/www/html directory and chown /var/www/html/webmail/tmp to apache:apache (chmod 700)
John
Chmod is correct, and I have disk space, unfortunately :(
DirectAdmin Support
01-10-2006, 03:11 PM
Hello,
I googled this, which may be a php bug:
http://bugs.php.net/bug.php?id=25876
Also, possible workaround (very last post)
http://forum.mamboserver.com/showthread.php?t=14198
John
Ximmer
02-23-2006, 01:29 PM
Originally posted by sHuKKo
Ok If you are using a 64bit system this is what you will need to do in order to make the time and date work on the web interface to Ubeimiau.
Go to this file:
/var/www/html/webmail/smarty/smarty.addons.php
and find the function smarty_make_timestamp($string)
if(empty($string)) {
$string = "now";
} else if(is_numeric($string)) {
return (int)$string;
}
$time = strtotime($string);
if(is_numeric($time) && $time != -1
return $time;
You need to add in the code in red above into the function and that should make the webmail time and date look right.
On my 64bits CentOS 4.2 system (recent new DA installation) the location of the above files is different./var/www/html/webmail/smarty/plugins
PATH:
/var/www/html/webmail/smarty/plugins
FILE:
shared.make_timestamp.php
The code change is the same as described in the quoted message and it worked :)
sHuKKo
02-23-2006, 02:06 PM
Originally posted by Ximmer
On my 64bits CentOS 4.2 system (recent new DA installation) the location of the above files is different./var/www/html/webmail/smarty/plugins
PATH:
/var/www/html/webmail/smarty/plugins
FILE:
shared.make_timestamp.php
The code change is the same as described in the quoted message and it worked :)
my post is for the previous version.
after I upgreded to the last version I also have this error back and no time to fix it.
I will do now just as you said. Thanks.
Chrysalis
02-24-2006, 03:15 PM
that php bug feedback dont make happy reading the dev's appear to be ignoring it :(
ProHS
03-15-2006, 10:44 AM
Has anyone received this error message on there UEBiMAIU webmail when they login and if so how did you fix it? If no one has then is there anyone that knows how to correct this? I check the line that said had double header and it looks fine, actually it says not to edit below that point.
ERROR (2): Header may not contain more than a single header, new line detected. (/var/www/html/webmail/inc/inc.php:169)
DirectAdmin Support
03-15-2006, 01:56 PM
Hello,
If you're running the lastest DA, run:
cd /usr/local/directadmin/scripts
./webmail.sh
else use this to fix:
http://help.directadmin.com/item.php?id=100
The issue is that php decided to be strict about headers, so now many scripts have to be updated to accomdate the new rules.
John
sullise
03-15-2006, 05:04 PM
Upgrade works fine for me.
ProHS
03-15-2006, 10:58 PM
Yea that upgrade did not fix it for me but i follow the instructions with the link you gave me and that fixed it.
marvin
04-08-2006, 12:10 AM
Originally posted by klaus
cd /var/www/html
wget www.klaus.gr/webmail-2.7.8.tar.gz
tar xzvf webmail-2.7.8.tar.gz
cp -rp webmail/tmp webmail-2.7.8/
mv webmail webmail.old
mv webmail-2.7.8 webmail
Check webmail/inc/config.php
Thats all.
Hi Klaus,
I'm using version 2.7.10 and found that your neotech.net themes' download attachment doesn't work.
I managed to get it work and here's the patch.
--- readmsg.htm 2006-04-08 13:40:27.571699208 +0800
+++ readmsg.htm.patch 2006-04-08 13:42:44.499882960 +0800
@@ -120,7 +120,8 @@
{section name=i loop=$umAttachList}
<tr bgcolor=white>
- <td class="default"> <a href="{$umAttachList[i].normlink}">{$umAttachList[i].name|truncate:30:"...":true|escape:"html"}</a> <a href="{$umAttachList[i].downlink}" target=_blank><img src="./images/download.gif" width="12" height="12" border="0" alt=""></a></td>
+ <td class="default">
+ {$umAttachList[i].normlink}{$umAttachList[i].name|truncate:30:"...":true|escape:"html"}</a> {$umAttachList[i].downlink}<img src="./images/download.gif" width="12" height="12" border="0" alt=""></a></td>
<td class="right">{$umAttachList[i].size}Kb </td>
<td class="default"> {$umAttachList[i].type}</td>
{/section}
@@ -162,4 +163,4 @@
</tr>
</table>
</body>
-</html>
\ No newline at end of file
+</html>
MartijnHOS
06-16-2006, 04:40 AM
Is there a how to for an update to 2.7.10?
DirectAdmin Support
06-16-2006, 10:58 AM
If you have a new vesion of DA, run:cd /usr/local/directadmin/scripts
./webmail.shJohn
I ran webmail.sh with VER=2.7.10 and it downloaded the file, but it doesn't appear to have expanded the tar file and upgraded webmail. What should I do next?
vBulletin® v3.7.0, Copyright ©2000-2008, Jelsoft Enterprises Ltd.