snippetbashTip
postfix — Postfix mail transfer agent (MTA) control program. More information: <https://www.postfix.org/postfi
Viewed 0 times
postfixcommandmtamailclitransferagent
linux
Problem
How to use the
postfix command: Postfix mail transfer agent (MTA) control program. More information: <https://www.postfix.org/postfix.1.html>.Solution
postfix — Postfix mail transfer agent (MTA) control program. More information: <https://www.postfix.org/postfix.1.html>.Check the configuration:
sudo postfix checkCheck the status of the Postfix daemon:
sudo postfix statusStart Postfix:
sudo postfix startGracefully stop Postfix:
sudo postfix stopFlush the mail queue:
sudo postfix flushReload the configuration files:
sudo postfix reloadCode Snippets
Check the configuration
sudo postfix checkCheck the status of the Postfix daemon
sudo postfix statusStart Postfix
sudo postfix startGracefully stop Postfix
sudo postfix stopFlush the mail queue
sudo postfix flushContext
tldr-pages: linux/postfix
Revisions (0)
No revisions yet.