Line 53: |
Line 53: |
| | | |
| {{Warning box|due to the limitation of dovecot 1.0 in SME server 8.0, you cannot use sogo (superior of 2.0 version) without bugs. If it is absolutely needed (eg : you should use SME9) you can install smeserver-dovecot from firewall-services : https://wikit.firewall-services.com/doku.php/smedev/dovecot}} | | {{Warning box|due to the limitation of dovecot 1.0 in SME server 8.0, you cannot use sogo (superior of 2.0 version) without bugs. If it is absolutely needed (eg : you should use SME9) you can install smeserver-dovecot from firewall-services : https://wikit.firewall-services.com/doku.php/smedev/dovecot}} |
− | * For SME 9 , You need to activate '''[[Stephdl]]''', [[epel]] and sogo repository | + | * For SME 9 , You need to activate '''[[Stephdl]]''', [[epel]], [[fws]] and sogo repository |
| | | |
| db yum_repositories set stephdl repository \ | | db yum_repositories set stephdl repository \ |
Line 79: |
Line 79: |
| Visible no \ | | Visible no \ |
| status disabled | | status disabled |
| + | |
| + | db yum_repositories set fws repository \ |
| + | BaseURL http://repo.firewall-services.com/centos/\$releasever \ |
| + | EnableGroups no GPGCheck yes \ |
| + | Name "Firewall Services" \ |
| + | GPGKey http://repo.firewall-services.com/RPM-GPG-KEY \ |
| + | Visible yes status disabled |
| | | |
| signal-event yum-modify | | signal-event yum-modify |
| | | |
− | ====For SME 8.x 9.x==== | + | ====For SME 8.x==== |
| This contrib is currently held in several repositories, so the following commands will install it on your smeserver. | | This contrib is currently held in several repositories, so the following commands will install it on your smeserver. |
| | | |
| yum --enablerepo=stephdl,epel,sogo install smeserver-sogo | | yum --enablerepo=stephdl,epel,sogo install smeserver-sogo |
| + | |
| + | You will then need to activate the database changes etc. |
| + | The 'official' way is to perform |
| + | |
| + | signal-event post-upgrade; signal-event reboot |
| + | |
| + | ====For SME 9.x==== |
| + | This contrib is currently held in several repositories, so the following commands will install it on your smeserver. |
| + | |
| + | yum --enablerepo=stephdl,epel,sogo,fws install smeserver-sogo |
| | | |
| You will then need to activate the database changes etc. | | You will then need to activate the database changes etc. |