Changes

Jump to navigation Jump to search
m
Line 36: Line 36:  
<tabs container=""><tab name="For SME 10">
 
<tabs container=""><tab name="For SME 10">
 
  yum install smeserver-extrarepositories-remi-roundcube -y
 
  yum install smeserver-extrarepositories-remi-roundcube -y
 
+
we now only support version 1.6.x
for the LTS version 1.5.5 add this
  −
yum install yum-plugin-versionlock -y
  −
yum versionlock  add roundcubemail-1.5.*
  −
otherwise you will update to 1.6
  −
 
   
  yum install smeserver-roundcube  --enablerepo=smecontribs,remi-roundcube
 
  yum install smeserver-roundcube  --enablerepo=smecontribs,remi-roundcube
   −
to revert versionlock<syntaxhighlight lang="bash">
+
if you previously locked to version 1.5, to revert versionlock<syntaxhighlight lang="bash">
yum versionlock delete roundcubemail
+
  yum versionlock delete roundcubemail
yum update
+
  yum update -y
/usr/bin/rcplugin_update.sh
+
  signal-event smeserver-roundcube-update
signal-event smeserver-roundcube-update
   
</syntaxhighlight>
 
</syntaxhighlight>
   Line 255: Line 249:  
|<nowiki>https://$DomainName/nextcloud</nowiki> or <nowiki>https://$nextcloud{'Virtualhost'}</nowiki>
 
|<nowiki>https://$DomainName/nextcloud</nowiki> or <nowiki>https://$nextcloud{'Virtualhost'}</nowiki>
 
|
 
|
|will override deafult, usefull if nextcloud is not on the same server
+
|will override default, usefull if nextcloud is not on the same server
 
|-
 
|-
 
|nextcloudFolder
 
|nextcloudFolder
Line 350: Line 344:     
====Mail filter support (Sieve)====
 
====Mail filter support (Sieve)====
Roundcube V1.0 on SME server comes with the managesieve plugin installed and enabled by default (sieverules has been deprecated and you must only use managesieve). The managesieve plugin adds additional menu items to the settings in Roundcube's webinterface to allow users to define mail filters and vacation messages in a convenient way.  
+
Roundcube on SME server comes with the managesieve plugin installed and enabled by default (sieverules has been deprecated and you must only use managesieve). The managesieve plugin adds additional menu items to the settings in Roundcube's webinterface to allow users to define mail filters and vacation messages in a convenient way.  
    
=====Troubleshooting=====
 
=====Troubleshooting=====
3,054

edits

Navigation menu