Important! You must enable CA DataMinder email server agents in order to start email processing. By default, the agents are disabled when first deployed.
The Milter MTA agent uses a single configuration parameter in wgnmilter.conf to turn on email integration with Sendmail or Postfix. After editing wgnmilter.conf, you must update the Milter MTA agent with the new configuration.
This configuration file is in the installation folder for the Milter MTA agent.
enable-integration=1
RunWgnMilter -u RunWgnMilter --updateconfig
For example, on Red Hat machines the start command takes this format:
/etc/init.d/wgnmilter start
Email processing is enabled.
Note: You can optionally configure Sendmail (or Postfix) to only send emails when the Milter MTA agent is running.
enable-integration=0
RunWgnMilter -u RunWgnMilter --updateconfig
Email processing is disabled. The Milter MTA agent allows all emails to transit through Sendmila or Postfix without intervention.
For example, on Red Hat machines the stop command takes this format:
/etc/init.d/wgnmilter stop
To configure Sendmail to only send emails when the Milter MTA agent is running
Find this file in the Sendmail configuration directory. This directory is normally /etc/mail.
Specifies that Sendmail rejects emails arriving from an Exchange or Domino server.
Specifies that Sendmail temporarily fails emails arriving from an Exchange or Domino server.
Position the F option inbetween the S and T options. For example:
INPUT_MAIL_FILTER(`WgnMilter', `S=inet:9999@ux-mailsvr-w2k3.unipraxis.com,
F=R, T=S:4m;R:10m;E:10m')dnl
Copyright © 2014 CA.
All rights reserved.
|
|