Postfix Configuration - Linux
/etc/systemd/postfix.service
Quick Actions
๐ฅ Download Original postfix.serviceConfiguration File Information
Authentic & Original
Unaltered postfix.service from fresh installation.
Linux Distribution Support
๐ Currently viewing: CentOS Stream 9
โ Also compatible:
CentOS Stream 10,
Red Hat Enterprise Linux 8 (Ootpa),
Red Hat Enterprise Linux 9 (Plow)
โ Different versions:
Centos-Stream:
Rhel:
Configuration File Content
23 lines
[Unit]
Description=Postfix Mail Transport Agent
After=syslog.target network.target
Conflicts=sendmail.service exim.service
[Service]
Type=forking
PIDFile=/var/spool/postfix/pid/master.pid
EnvironmentFile=-/etc/sysconfig/network
PrivateTmp=true
CapabilityBoundingSet=~ CAP_NET_ADMIN CAP_SYS_ADMIN CAP_SYS_BOOT CAP_SYS_MODULE
ProtectSystem=true
PrivateDevices=true
ExecStartPre=-/usr/sbin/restorecon -R /var/spool/postfix/pid
ExecStartPre=-/usr/libexec/postfix/aliasesdb
ExecStartPre=-/usr/libexec/postfix/chroot-update
ExecStart=/usr/sbin/postfix start
ExecReload=/usr/sbin/postfix reload
ExecStop=/usr/sbin/postfix stop
[Install]
WantedBy=multi-user.target
Download Commands
postfix.service โข
Download the 100% original unaltered configuration file pulled from Postfix
Using wget:
wget -O postfix.service.example https://exampleconfig.com/api/v1/config/original/e4965ef7ea7440b0ab58518c126d30d0?hint=postfix.service
Using curl:
curl https://exampleconfig.com/api/v1/config/original/e4965ef7ea7440b0ab58518c126d30d0?hint=postfix.service > postfix.service.example
Related Configuration Files
/etc/systemd/postfix.service
Postfix ยท Debian 9 (Stretch)
/etc/systemd/postfix.service
Postfix ยท Debian 9 (Stretch)
/etc/systemd/postfix.service
Postfix ยท Debian 9 (Stretch)
/etc/systemd/postfix.service
Apache HTTP Server ยท CentOS Stream 9
/etc/systemd/postfix.service
Apache HTTP Server ยท CentOS Stream 9
/etc/systemd/postfix.service
Apache HTTP Server ยท CentOS Stream 9