Postfix postfix configuration example for Ubuntu 20.04 LTS (Focal Fossa)

Get the default configuration file postfix for Postfix, optimized for Ubuntu 20.04 LTS (Focal Fossa). 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

    
  

Config Details

Location
/etc/ufw/applications.d/postfix
Operating system
Ubuntu 20.04 LTS (Focal Fossa)
Length
14 lines
MD5 checksum
5c7e746dc9255e750b8f50460de11a32

Usage

Download the raw file with wget or curl

Wget

wget -O postfix.example https://exampleconfig.com/static/raw/postfix/ubuntu20.04/etc/ufw/applications.d/postfix

cURL

curl https://exampleconfig.com/static/raw/postfix/ubuntu20.04/etc/ufw/applications.d/postfix > postfix.example