Files
cheatsheet-tldr/tldr/linux/postfix
2025-12-13 00:20:51 +00:00

34 lines
528 B
Plaintext

---
syntax: markdown
tags: [tldr, linux]
source: https://github.com/tldr-pages/tldr.git
---
# 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`