2020-03-03 23:36:08 +00:00
|
|
|
# postfix
|
|
|
|
|
|
|
|
> Postfix mail transfer agent (MTA) control program.
|
|
|
|
> See also `dovecot`, a mail delivery agent (MDA) that integrates with Postfix.
|
2021-07-02 20:22:57 +01:00
|
|
|
> More information: <http://www.postfix.org>.
|
2020-03-03 23:36:08 +00: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`
|