Get the default configuration file postfix for Postfix, optimized for Ubuntu 12.04 LTS (Precise Pangolin). This example configuration ensures optimal compatibility and performance for Postfix, making it easy to set up and adjust to meet your needs.
Find and download the configuration file here: /etc/ufw/applications.d/postfix.
For more configurations and setup guides, visit our related files section to further customize your system.
[Postfix]
title=Mail server (SMTP)
description=Postfix is a high-performance mail transport agent
ports=25/tcp
[Postfix SMTPS]
title=Mail server (SMTPS)
description=Postfix is a high-performance mail transport agent
ports=465/tcp
[Postfix Submission]
title=Mail server (Submission)
description=Postfix is a high-performance mail transport agent
ports=587/tcp
Download the raw file with wget or curl
wget -O postfix.example https://exampleconfig.com/static/raw/postfix/ubuntu12.04/etc/ufw/applications.d/postfix
curl https://exampleconfig.com/static/raw/postfix/ubuntu12.04/etc/ufw/applications.d/postfix > postfix.example
Other config files you might find useful