Setting System MTA To ZCS: Difference between revisions

(Created page with "= Setting the System Mailer to the ZCS Postfix = In order to set the System MTA to use the ZCS-based Postfix rather than the default OS MTA, please run the following commands: ...")
 
No edit summary
Line 1: Line 1:
{{Article Infobox|{{admin}}|{{ZCS 7.0}}|{{ZCS 6.0}}||}}
= Setting the System Mailer to the ZCS Postfix =
= Setting the System Mailer to the ZCS Postfix =



Revision as of 16:22, 21 May 2012

Admin Article

Article Information

This article applies to the following ZCS versions.

ZCS 7.0 Article ZCS 7.0 ZCS 6.0 Article ZCS 6.0


Setting the System Mailer to the ZCS Postfix

In order to set the System MTA to use the ZCS-based Postfix rather than the default OS MTA, please run the following commands:

  • mv /usr/sbin/sendmail /usr/sbin/sendmail.orig
  • ln -s /opt/zimbra/postfix/sbin/sendmail /usr/sbin
  • mv /usr/bin/mailq /usr/bin/mailq.orig
  • ln -s /usr/sbin/sendmail /usr/bin/mailq
Jump to: navigation, search