Changes

From SME Server
Jump to navigationJump to search
1,242 bytes added ,  12:57, 10 January 2023
Line 27: Line 27:  
= For SME10 =  
 
= For SME10 =  
   −
blah blah
+
In order to get the latest stable  SOGo you need a Support contract as described [https://www.sogo.nu/support.html#/commercial here] and [https://www.sogo.nu/support/faq/how-to-install-sogo-and-sope-through-yum.html here]
 +
 
 +
Otherwise you can install SOGo from the nightly build as follows:<syntaxhighlight lang="shell">
 +
db yum_repositories set sogo repository \
 +
BaseURL 'http://packages.inverse.ca/SOGo/nightly/5/rhel/$releasever/$basearch' \
 +
EnableGroups yes \
 +
GPGCheck no \
 +
Name 'Inverse Sogo5 Repository' \
 +
Visible yes \
 +
status disabled
 +
 
 +
signal-event yum-modify
 +
</syntaxhighlight>If you have a support contract, then edit the above to the stable repo and add in the username and password as described in the link above.
 +
 
 +
and then:<syntaxhighlight lang="shell">
 +
yum install smeserver-extrarepositories-epel -y
 +
yum install smeserver-sogo --enablerepo=sogo,epel,smecontribs -y
 +
 
 +
</syntaxhighlight>Pro Tem you may need to add smedev to the enablerepo list above to pick up the latest version of smeserver-sogo.  Once it is verified it will be copied to smecontribs.
 +
 
 +
Once you have picked up the nightly version once then you will not update it unless you specifically do this:<syntaxhighlight lang="shell">
 +
yum update --enablerepo=sogo
 +
</syntaxhighlight>
    
= For SME 8 =
 
= For SME 8 =

Navigation menu