![]() |
Some hints for Horde IMP with ISPConfig
Although this post seems long: Read it - it's (almost) just copy and paste in 2 positions. No big changes. Don't be afraid :)
If you setup Horde IMP as webmailer, you might want to have the sender mail address and the sender name correctly be set. That's not that easy because you need (non-existing) hook functions retrieving the data. But as I wrote such functions for me, you don't need to do this again ;) First locate the horde config files. In horde3/config/prefs.php change the following: Code:
$_prefs['fullname'] = array(Then you have to add the following to your horde3/config/hooks.php: Code:
if (!function_exists('_prefs_hook_from_addr')) {Done ;) |
Hi,
thx for your hints. greetings cirox |
Hi
I have mysql 5 and horde 3.1.2 and your script doesn't work for me as it should .. sql query: Code:
$query = 'SELECT user_email,domain_domain FROM (isp_isp_user INNER JOIN isp_dep ON (isp_isp_user.doc_id=child_doc_id AND isp_isp_user.doctype_id=child_doctype_id))';I'm not so good in sql lang and I am not able to find the thing what can resolve this problem. Any hints please? Little note: in new version of horde I had to add Code:
require_once 'DB.php';Code:
$db =& DB::connect($dsn, true); |
Horde Groupware Webmail Edition
are you probe Horde Groupware Webmail Edition and install with ispconfig??
help my.. please,...!!:confused: |
Thanks for this great hook.
But unfortunately as already written above this does not seem to be working with recent versions of horde and ispconfig. I have investigated a little bit and found that by using the table isp_isp_web instead of isp_isp_domain this seems to work. The code schould look like this: PHP Code:
|
Is horde works with ISPCONFIG without a problem ?
|
Yes, Horde Groupware Webmail Edition 1.1 RC2 perfectly works out of the box on ISPConfig 2.2.21. And also does the hooks mentionned above, with Mthalmei's patch...
|
Thank you!
Where to download it and how to setup it to be like www.domain.com/webmail like it is with uebimiau direct to domain.com/webmail And is it possible to be setup without https like it is with packagaes: uebimiau and squirremail? |
You may download it from the Horde website at http://www.horde.org.
It just installs like any other PHP/MySQL web application on ISPConfig. Horde specific installation instructions are bundled in the package. Horde will act like any ISPConfig site: you may or may not activate SSL (https) on it, at your convenience. |
Gorni,
Thank you very much. On additional question: Does 2008-02-15: Horde Groupware Webmail Edition 1.0.5 works great as well on ispconfig ? |
| All times are GMT +2. The time now is 03:21. |
Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2013, vBulletin Solutions, Inc.