User Tools

Site Tools


internet:mail:zimbra:zimbra

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
internet:mail:zimbra:zimbra [2018/11/15 10:04]
gcooper
internet:mail:zimbra:zimbra [2024/03/11 09:26] (current)
gcooper
Line 1: Line 1:
 ====== Zimbra Collaboration Server ====== ====== Zimbra Collaboration Server ======
  
-:!: See also many other **[[https://www.sonoracomm.com/wiki/doku.php?do=search&id=zimbra|Zimbra pages]]** on this wiki.+See also **[[internet:mail:zimbra:zimbra_ose|Zimbra Collaboration Server OSE]]** 
 + 
 +See also many other **[[https://www.sonoracomm.com/wiki/doku.php?do=search&id=zimbra|Zimbra pages]]** on this wiki.
  
 **Quickstart**: http://www.zimbra.com/docs/ne/latest/single_server_install **Quickstart**: http://www.zimbra.com/docs/ne/latest/single_server_install
Line 67: Line 69:
  
 :!: Take a **snapshot** before installing patches if you are in a virtualized environment. :!: Take a **snapshot** before installing patches if you are in a virtualized environment.
 +
 +FIXME This does not work with Zimbra 9 OSE (Zextras Build)
  
 <file> <file>
Line 111: Line 115:
 mv -f zcsinstall zcsinstall.old mv -f zcsinstall zcsinstall.old
 mkdir zcsinstall && cd zcsinstall mkdir zcsinstall && cd zcsinstall
-wget --limit-rate=300k https://files.zimbra.com/downloads/8.8.8_GA/zcs-8.8.8_GA_2009.UBUNTU16_64.20180322150747.tgz+wget --limit-rate=300k https://files.zimbra.com/downloads/8.8.10_GA/zcs-8.8.10_GA_3039.RHEL7_64.20180928094617.tgz
 tar -xzvf zcs-*.tgz tar -xzvf zcs-*.tgz
 cd zcs-* cd zcs-*
Line 180: Line 184:
 <file> <file>
 apt-get update && apt-get -y dist-upgrade && apt-get -y autoremove && reboot apt-get update && apt-get -y dist-upgrade && apt-get -y autoremove && reboot
 +</file>
 +
 +==== Mount Storage ====
 +
 +/etc/fstab example:
 +
 +<file>
 +# add /opt/zimbra/store
 +/dev/disk/by-uuid/a398b8ef-16b7-42f5-bba5-96e6249af038 /opt/zimbra/store ext4 defaults,noatime,nodiratime,dirsync 1 2
 +
 +# add /opt/zimbra/store2
 +/dev/disk/by-uuid/ead24e00-7be4-4e42-be1a-66e37925640c /opt/zimbra/store2 ext4 defaults,noatime,nodiratime,dirsync 1 2
 +
 +# Add Zextras Backup store
 +10.0.0.100:/backup/va-backup-zimbra3  /opt/zimbra/backup/zextras  nfs _netdev  0 0
 </file> </file>
  
Line 228: Line 247:
  
 <file> <file>
-zmprov getServer <Zimbra server FQDN> | grep zimbraMtaMyNetworks+zmprov getServer `zmhostname` | grep zimbraMtaMyNetworks
 </file> </file>
  
Line 236: Line 255:
  
 <file> <file>
-zmprov modifyServer <Zimbra server FQDN> zimbraMtaMyNetworks '127.0.0.0/8 192.168.0.0/24 10.10.130.0/24'+zmprov modifyServer `zmhostname` zimbraMtaMyNetworks '127.0.0.0/8 192.168.0.0/24 10.10.130.0/24'
 postfix reload postfix reload
 </file> </file>
- 
-==== SmartHost Relay ==== 
- 
-**Zimbra Admin -> Configure -> Global Settings -> MTA -> Relay MTA for external delivery** 
  
 ===== Administration ===== ===== Administration =====
Line 294: Line 309:
 zmcontrol start zmcontrol start
 </file> </file>
 +
 +==== Storage ====
 +
 +=== Volumes ===
 +
 +  * Primary - Uncompressed
 +    * Current - Where New Messages Are Stored
 +  * Secondary - HSM Target - Compressed
 +  * Index
 +
 +**Storage Management**: http://docs.zimbra.com/docs/ne/8.0.3/administration_guide/wwhelp/wwhimpl/common/html/wwhelp.htm#href=8.0.3_Network.Storage_Management.html
  
 ===== Backup ===== ===== Backup =====
Line 350: Line 376:
  
 ===== Zimlets ===== ===== Zimlets =====
 +
 +<note tip>**Zimlet files must be named exactly** or they will not function properly.  Check this especially if you use ''wget'' to download the zimlet (.zip) file.</note>
  
 http://wiki.zimbra.com/wiki/Ajcody-Zimlet-Notes http://wiki.zimbra.com/wiki/Ajcody-Zimlet-Notes
 +
 +https://gallery.zetalliance.org/extend/
  
 <file> <file>
-ll /opt/zimbra/zimlets-extra+ls -al /opt/zimbra/zimlets 
 +ls -al /opt/zimbra/zimlets-deployed 
 + 
 +cd /opt/zimbra/zimlets
  
 /opt/zimbra/bin/zmzimletctl deploy <zimlet_name>.zip /opt/zimbra/bin/zmzimletctl deploy <zimlet_name>.zip
-</file> 
  
-Deploy Yahoo Maps zimlet:+/opt/zimbra/bin/zmzimletctl undeploy <zimlet_name>
  
-<file+zmprov fc zimlet 
-/opt/zimbra/bin/zmzimletctl deploy /opt/zimbra/zimlets-extra/com_zimbra_ymaps.zip+ 
 +# to enable for one or more CoS 
 +zmzimletctl acl <zimlet_name<cos_name1> grant <cos_name2> grant 
 + 
 +# for all CoS 
 +for cos in `zmprov gac`;do zmzimletctl acl <zimlet_name> $cos grant; done 
 + 
 +zmprov ga user@example.com amavisBlacklistSender 
 +zmprov ga user@example.com amavisWhitelistSender
 </file> </file>
  
internet/mail/zimbra/zimbra.1542301491.txt.gz · Last modified: 2018/11/15 10:04 by gcooper