1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2024-10-28 17:19:47 +01:00
tldr/pages/linux/postfix.md

30 lines
501 B
Markdown
Raw Normal View History

2020-03-04 00:36:08 +01:00
# postfix
> Postfix mail transfer agent (MTA) control program.
> See also `dovecot`, a mail delivery agent (MDA) that integrates with Postfix.
2024-10-12 10:02:00 +02:00
> More information: <https://www.postfix.org>.
2020-03-04 00:36:08 +01:00
- 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`