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 update
sudo apt-get install postfix
- Raspbian
-
apt-get install postfix
- Dockerfile
- dockerfile.run/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