postfix

Postfix mail transfer agent (MTA) control program. See also dovecot, a mail delivery agent (MDA) that integrates with Postfix. More information: <http://www.postfix.org>.

Install

All systems
curl cmd.cat/postfix.sh
Debian Debian
apt-get install postfix
Ubuntu
apt-get install postfix
Alpine
apk add postfix
Arch Arch Linux
pacman -S postfix
image/svg+xml Kali Linux
apt-get install postfix
CentOS
yum install postfix
Fedora
dnf install postfix
Windows (WSL2)
sudo apt-get update sudo apt-get install postfix
Raspbian
apt-get install postfix
Docker
docker run cmd.cat/postfix postfix powered by Commando

Postfix mail transfer agent (MTA) control program. See also dovecot, a mail delivery agent (MDA) that integrates with Postfix. More information: <http://www.postfix.org>.

  • Check the configuration:
    sudo postfix check
  • Check the status of the Postfix daemon:
    sudo postfix status
  • Start Postfix:
    sudo postfix start
  • Gracefully stop Postfix:
    sudo postfix stop
  • Flush the mail queue:
    sudo postfix flush
  • Reload the configuration files:
    sudo postfix reload

© tl;dr; authors and contributors