Page 1 of 1

Ubuntu UFW Profile

Posted: Tue Jun 28, 2011 1:36 am
by ework
If you administer Zimbra on Ubuntu the following UFW profile may be of interest to you. For more information about UFW see https://help.ubuntu.com/community/UFW.
Create the file /etc/ufw/applications.d/zimbra with the following contents:


[Zimbra]

title=Zimbra Collaboration Server

description=Open source server for email, contacts, calendar, and more.

ports=25,80,110,143,443,465,993,995,7071/tcp


Enable the profile using:


sudo ufw allow Zimbra

sudo ufw enable


You can tweak the profile to meet your needs.

Re: Ubuntu UFW Profile

Posted: Sat May 05, 2018 1:34 pm
by mhammett

Code: Select all

[Zimbra]

title=Zimbra Collaboration Server

description=Open source server for email, contacts, calendar, and more.

ports=25,80,110,143,443,465,587,993,995,3443,5222,5223,7071,9071/tcp
That would be more inclusive (or more current, whichever is applicable) based on https://wiki.zimbra.com/wiki/Ports.

This is for single-node Zimbra installations. You'll still need to allow yourself a way in such as the CIDR mask:

Code: Select all

ufw allow from xxx.xxx.xxx.xxx/yy