<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
On 06/02/2008 17:26, Joseph L. Casale wrote:
<blockquote
 cite="mid:1C8CF1EA1A5B5940B81B0710B2A4C938503A930E23@an-ex.ActiveNetwerx.int"
 type="cite">
  <meta http-equiv="Content-Type" content="text/html; ">
  <meta name="Generator" content="Microsoft Word 12 (filtered medium)">
  <style>
<!--
 /* Font Definitions */
 @font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
 /* Style Definitions */
 p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri","sans-serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:"Calibri","sans-serif";
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;}
@page Section1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.Section1
        {page:Section1;}
-->
  </style>
<!--[if gte mso 9]><xml>
 <o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
 <o:shapelayout v:ext="edit">
  <o:idmap v:ext="edit" data="1" />
 </o:shapelayout></xml><![endif]-->
  <div class="Section1">
  <p class="MsoNormal">If I have a production mailserver and a series
of Linux
servers that all develop mail from logging etc, it seems slightly
redundant to
have so many smtp servers installed on each of those boxes simply
forwarding
mail as I choose to not have local delivery. Is there a mechanism
possible in
CentOS to setup a pointer to a different mailserver such that programs
like
mailx could still send mail?<o:p></o:p></p>
  <p class="MsoNormal"><o:p> </o:p></p>
  <p class="MsoNormal">Currently I have postfix setup with maps so that
root on
server A has mail sent from <a moz-do-not-send="true"
 href="mailto:root@server-a.fqdn">root@server-a.fqdn</a>
and that is relayed to my production box. It just seems like it is an
additional service to manage on so many hosts?<o:p></o:p></p>
  <p class="MsoNormal"><o:p> </o:p></p>
  <p class="MsoNormal">Thanks!<br>
jlc<o:p></o:p></p>
  </div>
</blockquote>
<br>
There are lightweight SMTP clients that can be used as drop-in
sendmail(1) replacements by speaking directly to a remote SMTP server
instead of dropping the message in the local queue directory. One that
I've used is mini_sendmail
(<a class="moz-txt-link-freetext" href="http://www.acme.com/software/mini_sendmail/">http://www.acme.com/software/mini_sendmail/</a>), though this was a while
ago but I seem to recall having some success with it.<br>
<br>
Others have mentioned the trade-off between the additional complexity
of maintaining an MTA on each system and the fault-tolerance such a
setup provides, however, you can achieve similar levels of fault
tolerance by implementing redundancy on your relay server system(s). I
guess it's up to you to figure out what's appropriate to your
environment.<br>
<br>
cheers<br>
Luke<br>
</body>
</html>