Thursday, November 14, 2013

How do I start / stop / restart postfix mail server under Red Hat Linux operating systems?

How do I start / stop / restart postfix mail server under Red Hat Linux operating systems?

Postfix is a free and open-source mail transfer agent (MTA) that routes and delivers electronic mail, intended as an alternative to the widely used Sendmail MTA.

The postfix command controls the operation of the Postfix mail system: start or stop the master daemon, do a health check, and other maintenance.

Red Hat Linux Start/Stop/Restart postfix Command

# /sbin/service postfix stop
# /sbin/service postfix start
# /sbin/service postfix restart

No comments:

Post a Comment

  DAILY CHECKLIST Oracle Database instance is running or not select name,open_mode from V$database; Note: Check the Oracle databases are ru...