How to alter box size in zimbra mail

To alter the box size in Zimbra Mail, you can follow these steps:

Method 1: Using the Zimbra Web Interface

  1. Log in to your Zimbra account using the web interface.
  2. Click on the gear icon () in the top right corner of the page and select "Settings" from the dropdown menu.
  3. Scroll down to the "Display" section and click on the "Layout" tab.
  4. Under "Message layout", you can adjust the following settings to change the box size:
    • "Message width": Set the width of the message body in pixels.
    • "Message height": Set the height of the message body in pixels.
  5. Click "Save" to apply the changes.

Method 2: Using the Zimbra CLI (Command-Line Interface)

  1. Open a terminal or command prompt and connect to your Zimbra server using the CLI.
  2. Run the following command to set the message width:
    zmprov ms <your_email_account> zimbraMessageWidth <width_in_pixels>

    Replace <your_email_account> with your actual email account name, and <width_in_pixels> with the desired width in pixels.

For example:

zmprov ms john.doe zimbraMessageWidth 800

This sets the message width to 800 pixels for the john.doe email account.

  1. Run the following command to set the message height:
    zmprov ms <your_email_account> zimbraMessageHeight <height_in_pixels>

    Replace <your_email_account> with your actual email account name, and <height_in_pixels> with the desired height in pixels.

For example:

zmprov ms john.doe zimbraMessageHeight 600

This sets the message height to 600 pixels for the john.doe email account.

  1. Run the following command to apply the changes:
    zmprov ms <your_email_account> zimbraMessageLayout update

    This updates the message layout with the new width and height settings.

Note: You may need to restart your Zimbra client or browser to apply the changes.