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 [2023/02/28 08:39]
gcooper old revision restored (2023/01/26 06:38)
internet:mail:zimbra:zimbra [2024/03/11 09:26] (current)
gcooper
Line 247: Line 247:
  
 <file> <file>
-zmprov getServer <Zimbra server FQDN> | grep zimbraMtaMyNetworks+zmprov getServer `zmhostname` | grep zimbraMtaMyNetworks
 </file> </file>
  
Line 255: 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>
Line 384: Line 384:
  
 <file> <file>
-ll /opt/zimbra/zimlets+ls -al /opt/zimbra/zimlets 
 +ls -al /opt/zimbra/zimlets-deployed 
 cd /opt/zimbra/zimlets cd /opt/zimbra/zimlets
  
Line 392: Line 394:
  
 zmprov fc zimlet zmprov fc zimlet
 +
 +# 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 amavisBlacklistSender
internet/mail/zimbra/zimbra.1677598783.txt.gz · Last modified: 2023/02/28 08:39 by gcooper