From 90407a0401e9d6a206c7b743582dfd10b6311724 Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Tue, 3 Mar 2020 23:36:08 +0000 Subject: [PATCH] postfix: add page (#3875) --- pages/linux/postfix.md | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 pages/linux/postfix.md diff --git a/pages/linux/postfix.md b/pages/linux/postfix.md new file mode 100644 index 0000000000..fb77f5466b --- /dev/null +++ b/pages/linux/postfix.md @@ -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: . + +- 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`