Howto: Install Horde 3.0.4/IMP on FreeBSD

Well the dist files are there if you want to check but what happened with me when I logged in as a admin there was a warning on the screen horde config out of date so I simply refreshed a setting and the warning went away, which I assume it updated the config file to new format. Imp had no such warning so I assume it was ok.
 
any ideas on how to upgrade from 2.2.x to 3.0.9?
just need to run the upgrade sql script and delete the last_login and date_format columns?

what about this step?
The configuration files have been changed to XML format. To generate a valid
configuration file from the XML file, follow the configuration instructions
in the applications' ``docs/INSTALL`` file.

All I found on docs/INSTALL was compiling PHP --with-dom
is that enough?
 
one more security measure after installing:
chmod 000 /var/www/html/horde/scripts/sql/create.mysql.sql
 
I didnt upgrade from 2.x, if you doing a major version upgrade then obviously it is a bit more complicated and I would just follow the full howto.
 
Lem0nHead said:
one more security measure after installing:
chmod 000 /var/www/html/horde/scripts/sql/create.mysql.sql

Thanks!

--

Modified skins for DirectAdmin v 1.26.1 are available for download now (see the first post of this topic)!
 
timeout issues

Hi,

I have a lot of users complaining that horde has timedout, i.e. they were writing an email and took ? 15 mins ? and when they went to click send it took them back to the login screen.

I've tried it myself and indeed it does happen.

How does one modify the timeout, I've tried setting it to 0 (keep session open till browser is closed) however the same problem occours, same with 120 minutes...

I also tried to modify the timeout in php.ini , same thing happens.

Anyone else with this issue?

Thanks
Barry
 
here is skins for latest DA at this time 1.26.6, done this as wouter hasnt updated for a while.

unzip the file and put the 3 tarballs and the script in /usr/local/directadmin/data/skins

then chmod 700 and run unpackskins.sh
 

Attachments

can't send mail

Hello, I've configured horde and it work fine but I can't send mail.

Error message is:

Warning: sendmessage(Mail.php) [function.sendmessage]: failed to open stream: No such file or directory in /var/www/html/horde/imp/lib/Compose.php on line 82

I don't know why...

Where's the problem?

Thanks,

Carlo
 
The error message is telling you the problem:

It's saying it can't find this file:

/var/www/html/horde/imp/lib/Compose.php

Does the file exit?

Jeff
 
Horde Exploit

Recently, I found out that my server was getting those nasty 'psybnc' deamons running. After watching the logs closely, I noticed they were installed through a remote code execution exploit in Horde:

"GET //horde//services/help/?show=about&module=;%22.passthru(%22cd%20%22.chr(47).%22var%22.chr(47).%22calendar%22.chr(47).%22psybnc;mv%20psybnc%20bash%22);'. HTTP/1.1"

It seems that the Help module allows a parameter which can be a passthru() statement. I did a quick fix by throwing away the <horde>/service/help folder (this is a dedicated server and the users actually don't need the help function in Horde), but I guess installing the latest version will kill the exploit.

You might want to update this Howto.


Greetz,
Jorix
 
I kinda have it running now; the problem is that I can't login =( (this is on a CentOS box) so I have to return to config.php.bak in the horde configure. It wont accept either username or email logins. Any ideas on how to fix this? It seems like the problem is with IMP.

Thanks

Jose
 
Fixed and its working great now. The problem was with Wael script and IMAP install, after tweaking the install it works great now thanks!
 
Hi,

I have custombuild script and I have added
Code:
        --with-iconv \
        --with-ldap \
        --with-mcal \
        --with-dom \
        --with-mime-magic \
        --enable-mime-magic \
        --with-imap=/usr/local/imap-2006h

to configure/ap/configure.php5

and if I run ./build php the added options are not compiled. Just iconv :/ I dont get any errors :/

Where is the problem :/
 
I mean ap2 :) But the point is that I use suPHP and I want modifying suPHP :/ **** happens :P

Now it works ok but I have new problem. How I can administrate horde ? Whats the username pass ? :/ I have make some setups and then horde locked me out :/ Now I dont know how to login as admin

Regards
 
Back
Top