Line 23: |
Line 23: |
| You need to activate '''[[Stephdl]]''', [[epel]] and [[Sogo-repo|sogo repository]] | | You need to activate '''[[Stephdl]]''', [[epel]] and [[Sogo-repo|sogo repository]] |
| | | |
− | db yum_repositories set stephdl repository \
| |
− | BaseURL http://mirror.de-labrusse.fr/smeserver/\$releasever \
| |
− | EnableGroups no \
| |
− | GPGCheck yes \
| |
− | Name "Mirror de Labrusse" \
| |
− | GPGKey http://mirror.de-labrusse.fr/RPM-GPG-KEY \
| |
− | Visible yes \
| |
− | status disabled
| |
− |
| |
− | db yum_repositories set sogo repository \
| |
− | BaseURL http://inverse.ca/downloads/SOGo/RHEL5/\$basearch \
| |
− | EnableGroups yes \
| |
− | GPGCheck no \
| |
− | Name "Inverse SOGo Repository" \
| |
− | IncludePkgs gnustep-base,gnustep-make,libmemcached,libwbxml,sogo*,sope49* \
| |
− | Visible yes \
| |
− | status disabled
| |
| | | |
− | db yum_repositories set epel repository \
| |
− | Name 'Epel - EL5' \
| |
− | BaseUrl 'http://download.fedoraproject.org/pub/epel/5/$basearch' \
| |
− | MirrorList 'http://mirrors.fedoraproject.org/mirrorlist?repo=epel-5&arch=$basearch' \
| |
− | EnableGroups no \
| |
− | GPGCheck yes \
| |
− | GPGKey http://dl.fedoraproject.org/pub/epel/RPM-GPG-KEY-EPEL \
| |
− | Visible no \
| |
− | status disabled
| |
− |
| |
− | signal-event yum-modify
| |
− |
| |
| {{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}} |
| | | |
Line 68: |
Line 39: |
| | | |
| === For SME 9 === | | === For SME 9 === |
− | You need to activate '''[[Stephdl]]''', [[epel]] and sogo repository | + | You need to activate '''[[Stephdl]]''', [[epel]] and [[Sogo-repo|sogo repository]] |
| | | |
− | db yum_repositories set stephdl repository \
| |
− | BaseURL http://mirror.de-labrusse.fr/smeserver/\$releasever \
| |
− | EnableGroups no \
| |
− | GPGCheck yes \
| |
− | Name "Mirror de Labrusse" \
| |
− | GPGKey http://mirror.de-labrusse.fr/RPM-GPG-KEY \
| |
− | Visible yes \
| |
− | status disabled
| |
− |
| |
− | db yum_repositories set sogo repository \
| |
− | BaseURL http://inverse.ca/downloads/SOGo/RHEL6/\$basearch \
| |
− | EnableGroups yes \
| |
− | GPGCheck no \
| |
− | Name "Inverse SOGo Repository" \
| |
− | IncludePkgs gnustep-base,gnustep-make,libmemcached,libwbxml,sogo*,sope49* \
| |
− | Visible yes \
| |
− | status disabled
| |
− |
| |
− | db yum_repositories set epel repository \
| |
− | Name 'Epel - EL6' \
| |
− | BaseUrl 'http://download.fedoraproject.org/pub/epel/6/$basearch' \
| |
− | MirrorList 'http://mirrors.fedoraproject.org/mirrorlist?repo=epel-6&arch=$basearch' \
| |
− | EnableGroups no \
| |
− | GPGCheck yes \
| |
− | GPGKey http://dl.fedoraproject.org/pub/epel/RPM-GPG-KEY-EPEL \
| |
− | Visible no \
| |
− | status disabled
| |
− |
| |
− | signal-event yum-modify
| |
| | | |
| 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. |
Line 116: |
Line 58: |
| == Install SOGO 3 (ONLY SME9)== | | == Install SOGO 3 (ONLY SME9)== |
| {{Note box| Sogo 3 is really new, some features are missing or with bugs}} | | {{Note box| Sogo 3 is really new, some features are missing or with bugs}} |
| + | |
| === First installation=== | | === First installation=== |
− | db yum_repositories set stephdl repository \
| + | |
− | BaseURL http://mirror.de-labrusse.fr/smeserver/\$releasever \
| |
− | EnableGroups no \
| |
− | GPGCheck yes \
| |
− | Name "Mirror de Labrusse" \
| |
− | GPGKey http://mirror.de-labrusse.fr/RPM-GPG-KEY \
| |
− | Visible yes \
| |
− | status disabled
| |
− |
| |
− | db yum_repositories set sogo3 repository \
| |
− | BaseURL http://inverse.ca/rhel-v3/6/\$basearch \
| |
− | EnableGroups yes \
| |
− | GPGCheck no \
| |
− | Name "Inverse SOGo Repository" \
| |
− | IncludePkgs gnustep-base,gnustep-make,libmemcached,libwbxml,sogo*,sope49* \
| |
− | Visible yes \
| |
− | status disabled
| |
− |
| |
− | db yum_repositories set epel repository \
| |
− | Name 'Epel - EL6' \
| |
− | BaseUrl 'http://download.fedoraproject.org/pub/epel/6/$basearch' \
| |
− | MirrorList 'http://mirrors.fedoraproject.org/mirrorlist?repo=epel-6&arch=$basearch' \
| |
− | EnableGroups no \
| |
− | GPGCheck yes \
| |
− | GPGKey http://dl.fedoraproject.org/pub/epel/RPM-GPG-KEY-EPEL \
| |
− | Visible no \
| |
− | status disabled
| |
− |
| |
− | signal-event yum-modify
| |
| 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. |
− | For SME 9 , You need to activate '''[[Stephdl]]''', '''[[epel]]''', '''[[fws]]''' and sogo3 repository | + | For SME 9 , You need to activate '''[[Stephdl]]''', '''[[epel]]''', '''[[fws]]''' and [[Sogo-repo|sogo repository]] |
| | | |
| yum --enablerepo=stephdl,epel,sogo3,fws install smeserver-sogo | | yum --enablerepo=stephdl,epel,sogo3,fws install smeserver-sogo |
Line 159: |
Line 74: |
| | | |
| ===Upgrade from sogo2=== | | ===Upgrade from sogo2=== |
− | db yum_repositories set sogo3 repository \
| + | For SME 9 , You need to activate '''[[Stephdl]]''', '''[[epel]]''', '''[[fws]]''' and [[Sogo-repo|sogo repository]] |
− | BaseURL http://inverse.ca/rhel-v3/6/\$basearch \
| |
− | EnableGroups yes \
| |
− | GPGCheck no \
| |
− | Name "Inverse SOGo Repository" \
| |
− | IncludePkgs gnustep-base,gnustep-make,libmemcached,libwbxml,sogo*,sope49* \
| |
− | Visible yes \
| |
− | status disabled
| |
| | | |
| signal-event yum-modify | | signal-event yum-modify |