formats

Centos Switch MTA to Postfix




How do I switch the MTA in Centos from Sendmail to postfix?

Install postfix and the switch mail package:

# yum install postfix system-switch-mail

Then run:

# system-switch-mail

Choose postfix

01cent_switchpostfix

02cent_switchpostfix

Done!




[Note: As of Red Hat 6 (and Centos 6 when available) postfix is the default MTA.]


3 Responses

  1. Chris

    i recommend “alternatives –config ” for a text-based option

  2. Fail

    doesn’t work. fail.

Leave a Reply

Your email address will not be published. Required fields are marked *

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

Notify me of followup comments via e-mail. You can also subscribe without commenting.

Home linux Centos Switch MTA to Postfix