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
-
apt-get install postfix - Ubuntu
-
apt-get install postfix -
Alpine
-
apk add postfix - Arch Linux
-
pacman -S postfix - Kali Linux
-
apt-get install postfix - CentOS
-
yum install postfix - Fedora
-
dnf install postfix - Windows (WSL2)
-
sudo apt-get updatesudo apt-get install postfix - Raspbian
-
apt-get install postfix - Docker
-
docker run cmd.cat/postfix postfixpowered 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