tech_documents:zimbra:zimbra_recommend_settings

Prior to 8.8.7 the default was to show a short name, hiding the full E-Mail address. In 2019 phishing via spoofing necessitated the need for the full E-Mail address to be shown as well.

https://forums.zimbra.org/viewtopic.php?t=16442

This will disable the Short E-Mail on the “default” COS

zmprov mc default zimbraPrefShortEmailAddress FALSE

https://webhostinggeeks.com/howto/how-to-adjust-the-zimbra-maximum-message-and-upload-size-via-cli/

The default is 10MB, we are going to change it to 50MB.

zmprov ms `zmhostname` zimbraMtaMaxMessageSize 51200000
zmprov ms `zmhostname` zimbraFileUploadMaxSize 51200000
zmprov ms `zmhostname` zimbraMailContentMaxSize 51200000
postfix reload
zmcontrol restart

Check the values

postconf | grep message_size_limit
  • tech_documents/zimbra/zimbra_recommend_settings.txt
  • Last modified: 2020/09/28 17:47
  • by dwadmin