HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

postfix — Postfix mail transfer agent (MTA) control program. More information: <https://www.postfix.org/postfi

Submitted by: @import:tldr-pages··
0
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 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

Code Snippets

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

Context

tldr-pages: linux/postfix

Revisions (0)

No revisions yet.