mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-04 04:55:32 +02:00
postfix: add page (#3875)
This commit is contained in:
parent
ace998cb27
commit
90407a0401
1 changed files with 29 additions and 0 deletions
29
pages/linux/postfix.md
Normal file
29
pages/linux/postfix.md
Normal file
|
@ -0,0 +1,29 @@
|
||||||
|
# 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`
|
Loading…
Add table
Reference in a new issue