mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-13 18:48:15 +00:00
Update cheatsheets
This commit is contained in:
34
linux/postfix
Normal file
34
linux/postfix
Normal file
@@ -0,0 +1,34 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, linux]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# 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`
|
||||
Reference in New Issue
Block a user