LinuxCommandLibrary

postfix

Postfix mail transfer agent (MTA) control program.

TLDR

Check the configuration

$ sudo postfix check
copy


Check the status of the Postfix daemon
$ sudo postfix status
copy


Start Postfix
$ sudo postfix start
copy


Gracefully stop Postfix
$ sudo postfix stop
copy


Flush the mail queue
$ sudo postfix flush
copy


Reload the configuration files
$ sudo postfix reload
copy

Copied to clipboard