1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 21:42:08 +02:00
tldr/pages/linux/postfix.md
2020-03-03 20:36:08 -03:00

29 lines
496 B
Markdown

# postfix
> Postfix mail transfer agent (MTA) control program.
> See also `dovecot`, a mail delivery agent (MDA) that integrates with Postfix.
> More information: <http://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`