System Grab Bag

View all TLDR pages from Linux (or from all pages)

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.
  • 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

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.