Difference between revisions of "Horde5"

From SME Server
Jump to navigationJump to search
Line 29: Line 29:
  
 
* congratulation you have Horde 5.2 on SME9
 
* congratulation you have Horde 5.2 on SME9
 +
 +
 +
==Config settings==
 +
 +
Here are some of the options available:
 +
 +
{| class="wikitable"
 +
|-
 +
! Key !! Default !! Options
 +
|-
 +
| Cookies || enabled || disabled
 +
|-
 +
| ActiveSync || disabled || enabled
 +
|-
 +
| RemoveUsers || disabled || enabled
 +
|-
 +
| cache || disabled || enabled
 +
|-
 +
| DeviceLog || disabled || enabled
 +
|-
 +
| Admins || empty (default - admin user) || comma separated list of email addresses
 +
|}
 +
 +
These keys may need other packages:
 +
 +
{| class="wikitable"
 +
|-
 +
| inlineMSWord  || false || true
 +
|-
 +
| inlineMSExcel  || false || true
 +
|-
 +
| inlineMSWPowerpoint  || false || true
 +
|-
 +
| inlineMSWordperfect  || false || true
 +
|}
 +
 +
{{Warning box|For completeness these are there as well but changing them will likely break your installation.
 +
 +
Do not change them without knowing what you are doing.
 +
}}
 +
 +
{| class="wikitable"
 +
|-
 +
| SecretKey  || somelongandcomplicatedkey || empty
 +
|-
 +
| DbPassword  || somelongandcomplicatedpassword || empty
 +
 +
|}
 +
 +
Updating settings:
 +
 +
config setprop horde prop option
 +
signal-event console-save
  
  

Revision as of 14:02, 21 November 2018

Here is a short how to on how to upgrade your horde 3 base installation on SME9 to a full Horde 5.2 installation

Maintainer

John Bennett III aka mrjhb3

Sources

http://mirror.contribs.org/contribs/jbennett/horde

Install Horde 5.2 on SME9

ssh to your SME Server 9

cd /root
wget http://mirror.contribs.org/contribs/jbennett/horde/horde52-rpms.zip
  • followings are optional:
wget http://mirror.contribs.org/contribs/jbennett/horde/horde52-srpms.zip
wget http://mirror.contribs.org/contribs/jbennett/horde/horde52-rpms.zip.md5sum
wget http://mirror.contribs.org/contribs/jbennett/horde/horde52-srpms.zip.md5sum
  • then unzip and install
unzip horde52-rpms.zip 
cd horde52
sh Install-horde52.sh
  • finally configure and upgrade
signal-event post-upgrade ; signal-event reboot


  • congratulation you have Horde 5.2 on SME9


Config settings

Here are some of the options available:

Key Default Options
Cookies enabled disabled
ActiveSync disabled enabled
RemoveUsers disabled enabled
cache disabled enabled
DeviceLog disabled enabled
Admins empty (default - admin user) comma separated list of email addresses

These keys may need other packages:

inlineMSWord false true
inlineMSExcel false true
inlineMSWPowerpoint false true
inlineMSWordperfect false true


Warning.png Warning:
For completeness these are there as well but changing them will likely break your installation.

Do not change them without knowing what you are doing.


SecretKey somelongandcomplicatedkey empty
DbPassword somelongandcomplicatedpassword empty

Updating settings:

config setprop horde prop option
signal-event console-save


Small fix to correct issue with PHP size, see the link below [ADD by TDB 19th Nov 2016]

SME_Server:Documentation:FAQ:Section04#Large_attachments_not_displaying_in_webmail

Basically I needed to expand the memory size for PHP to 64M I have doubled the original size from 32M to 64M not sure this is the best size but works for me.

db configuration setprop php MemoryLimit 64M
expand-template /etc/php.ini
sv t httpd-e-smith

With out the above fix some things may not work - in my case when I setup EM Client for email, calendars, contacts & tasks.

All worked well except for the calendar items.

All credit to Stefano he gave me the answer (I have just shared here for others)


More information

https://forums.contribs.org/index.php/topic,50969.0.html

Bugs

Bugs

Please raise bugs under the SME-Contribs section in bugzilla and select the Horde5 component or use this link


"No open bugs found."

--