Postfix postfix configuration example for Debian GNU/Linux 9 (stretch)

Get the default configuration file postfix for Postfix, optimized for Debian GNU/Linux 9 (stretch). 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
Debian GNU/Linux 9 (stretch)
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/debian9/etc/ufw/applications.d/postfix

cURL

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