These classnotes are depreciated. As of 2005, I no longer teach the classes. Notes will remain online for legacy purposes

UNIX02/Postfix Control

Classnotes | UNIX02 | RecentChanges | Preferences

Once you have configured postfix, you can check your postfix configuration files with the 'postconf' command.

However, the command you will most likely be using is the simple 'postfix' command, which accepts the following options:

check

Validate the Postfix mail system configuration. Warn about bad directory/file ownership or permissions, and create missing directories.

start

Start the Postfix mail system. This also runs the configuration check described above.

stop

Stop the Postfix mail system in an orderly fashion. Running processes are allowed to terminate at their earliest convenience.
Note: in order to refresh the Postfix mail system after a configuration change, do not use the start and stop commands in succession. Use the reload command instead.

abort

Stop the Postfix mail system abruptly. Running processes are signaled to stop immediately.

flush

Force delivery: attempt to deliver every message in the deferred mail queue. Normally, attempts to deliver delayed mail happen at regular intervals, the interval doubling after each failed attempt.

reload

Re-read configuration files. Running processes terminate at their earliest convenience.

For more information see man postfix.



Classnotes | UNIX02 | RecentChanges | Preferences
This page is read-only | View other revisions
Last edited April 26, 2003 12:38 pm (diff)
Search:
(C) Copyright 2003 Samuel Hart
Creative Commons License
This work is licensed under a Creative Commons License.