<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Configure multiple relay hosts in Sendmail in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/configure-multiple-relay-hosts-in-sendmail/m-p/3503422#M16682</link>
    <description>So is it possible to have multiple SMART Relay hosts defined? &lt;BR /&gt;How?&lt;BR /&gt;</description>
    <pubDate>Sun, 13 Mar 2005 05:29:39 GMT</pubDate>
    <dc:creator>raver_1</dc:creator>
    <dc:date>2005-03-13T05:29:39Z</dc:date>
    <item>
      <title>Configure multiple relay hosts in Sendmail</title>
      <link>https://community.hpe.com/t5/operating-system-linux/configure-multiple-relay-hosts-in-sendmail/m-p/3503420#M16680</link>
      <description>Hi!&lt;BR /&gt;&lt;BR /&gt;May I know how do I go about configuring multiple  mail relay hosts in /etc/sendmail.cf?&lt;BR /&gt;&lt;BR /&gt;Thanks in advance.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Jayce</description>
      <pubDate>Sat, 12 Mar 2005 08:56:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/configure-multiple-relay-hosts-in-sendmail/m-p/3503420#M16680</guid>
      <dc:creator>raver_1</dc:creator>
      <dc:date>2005-03-12T08:56:05Z</dc:date>
    </item>
    <item>
      <title>Re: Configure multiple relay hosts in Sendmail</title>
      <link>https://community.hpe.com/t5/operating-system-linux/configure-multiple-relay-hosts-in-sendmail/m-p/3503421#M16681</link>
      <description>Redhat do not use  /etc/sendmail.cf&lt;BR /&gt;for config sendmail. &lt;BR /&gt;You must change sendmail.mc. &lt;BR /&gt;Every time when you restart your sendmail it will make sendmail.cf from sendmail.mc and all manula change will be lost :)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sat, 12 Mar 2005 11:45:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/configure-multiple-relay-hosts-in-sendmail/m-p/3503421#M16681</guid>
      <dc:creator>Ivajlo Yanakiev</dc:creator>
      <dc:date>2005-03-12T11:45:31Z</dc:date>
    </item>
    <item>
      <title>Re: Configure multiple relay hosts in Sendmail</title>
      <link>https://community.hpe.com/t5/operating-system-linux/configure-multiple-relay-hosts-in-sendmail/m-p/3503422#M16682</link>
      <description>So is it possible to have multiple SMART Relay hosts defined? &lt;BR /&gt;How?&lt;BR /&gt;</description>
      <pubDate>Sun, 13 Mar 2005 05:29:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/configure-multiple-relay-hosts-in-sendmail/m-p/3503422#M16682</guid>
      <dc:creator>raver_1</dc:creator>
      <dc:date>2005-03-13T05:29:39Z</dc:date>
    </item>
    <item>
      <title>Re: Configure multiple relay hosts in Sendmail</title>
      <link>https://community.hpe.com/t5/operating-system-linux/configure-multiple-relay-hosts-in-sendmail/m-p/3503423#M16683</link>
      <description>1) it's right that the easiest way to configure sendmail it's using sendmail.mc instead sendmail.cf, but RH  linux [at least RHEL 2.1 and 3.0] doesn't build sendmail.cf automatically from sendmail.mc during startup.&lt;BR /&gt;&lt;BR /&gt;2) and regarding Raver question itself - AFAIK, we cannot define several relay hosts in sendmail config. But you may create local DNS server and define several IPs for the same hostname. &lt;BR /&gt;I mean - you can create several DNS records for your "smart_host" hostname.&lt;BR /&gt;&lt;BR /&gt;Rgds,&lt;BR /&gt;Vitaly</description>
      <pubDate>Sun, 13 Mar 2005 09:09:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/configure-multiple-relay-hosts-in-sendmail/m-p/3503423#M16683</guid>
      <dc:creator>Vitaly Karasik_1</dc:creator>
      <dc:date>2005-03-13T09:09:04Z</dc:date>
    </item>
    <item>
      <title>Re: Configure multiple relay hosts in Sendmail</title>
      <link>https://community.hpe.com/t5/operating-system-linux/configure-multiple-relay-hosts-in-sendmail/m-p/3503424#M16684</link>
      <description>Hi jayce,&lt;BR /&gt;&lt;BR /&gt;In addition to Vitaly, I want to tell you is sendmail.cf is used in all distributions of Linux or other unix flavours, don't get confused with the first answer.sendmail.cf is a file of sendmail package, and it does not change it's behaviour for different OS. sendmail.mc is the macro definition file, from where you can define features and other inputs for your setup very easily, and then make sendmail.cf through it( m4 sendmail.mc &amp;gt; sendmail.cf , or other way ). and for your problem ( defining several smart hosts), Vitaly is right, you can't define more than one smart hosts, but you can make "virtual" DNS entries for this purpose.</description>
      <pubDate>Mon, 14 Mar 2005 00:49:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/configure-multiple-relay-hosts-in-sendmail/m-p/3503424#M16684</guid>
      <dc:creator>kcpant</dc:creator>
      <dc:date>2005-03-14T00:49:56Z</dc:date>
    </item>
    <item>
      <title>Re: Configure multiple relay hosts in Sendmail</title>
      <link>https://community.hpe.com/t5/operating-system-linux/configure-multiple-relay-hosts-in-sendmail/m-p/3503425#M16685</link>
      <description>Thanks all for reply.&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;Raver</description>
      <pubDate>Mon, 14 Mar 2005 08:22:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/configure-multiple-relay-hosts-in-sendmail/m-p/3503425#M16685</guid>
      <dc:creator>raver_1</dc:creator>
      <dc:date>2005-03-14T08:22:56Z</dc:date>
    </item>
    <item>
      <title>Re: Configure multiple relay hosts in Sendmail</title>
      <link>https://community.hpe.com/t5/operating-system-linux/configure-multiple-relay-hosts-in-sendmail/m-p/3503426#M16686</link>
      <description>Actually the previous answers that this is not possible do not seem to be entirely correct :-)&lt;BR /&gt;&lt;BR /&gt;If you want to use multiple smart hosts then try the following in your mc file:&lt;BR /&gt;&lt;BR /&gt;define(`SMART_HOST',`host1:host2:host3')&lt;BR /&gt;&lt;BR /&gt;or in your sendmail.cf&lt;BR /&gt;&lt;BR /&gt;DShost1:host2:host3&lt;BR /&gt;&lt;BR /&gt;( The syntax is [mailer:]host[:host...] )&lt;BR /&gt;</description>
      <pubDate>Sat, 14 May 2005 13:32:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/configure-multiple-relay-hosts-in-sendmail/m-p/3503426#M16686</guid>
      <dc:creator>Kyriakos_1</dc:creator>
      <dc:date>2005-05-14T13:32:25Z</dc:date>
    </item>
  </channel>
</rss>

