<?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: Configuring sendmail without DNS : currently not working without DNS in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/configuring-sendmail-without-dns-currently-not-working-without/m-p/4357157#M35218</link>
    <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;You normally need DNS to deliver mail directly.&lt;BR /&gt;&lt;BR /&gt;The way around it is the DS directive in sendmail.cf or the smart host directive in sendmail.mc followed by compilation of sendmail.cf file&lt;BR /&gt;&lt;BR /&gt;This sets up smtp relay.&lt;BR /&gt;&lt;BR /&gt;What you need is an smtp relay server. Most firewalls and exchange servers have the feature, but it must be set up explicitly to permit mail from the originating host.&lt;BR /&gt;&lt;BR /&gt;Best is by IP address.&lt;BR /&gt;&lt;BR /&gt;There is more in depth knowledge on this topic from &lt;A href="http://www.sendmail.org" target="_blank"&gt;http://www.sendmail.org&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;SEP</description>
    <pubDate>Thu, 12 Feb 2009 14:16:13 GMT</pubDate>
    <dc:creator>Steven E. Protter</dc:creator>
    <dc:date>2009-02-12T14:16:13Z</dc:date>
    <item>
      <title>Configuring sendmail without DNS : currently not working without DNS</title>
      <link>https://community.hpe.com/t5/operating-system-linux/configuring-sendmail-without-dns-currently-not-working-without/m-p/4357155#M35216</link>
      <description>&lt;BR /&gt;Dear all,&lt;BR /&gt;&lt;BR /&gt;i want to start the mailing serive on one my redhat linux server.I dont want to use DNS server for the mail routing. i want to do it using host file&lt;BR /&gt;for that the procedure followed by me was :&lt;BR /&gt;&lt;BR /&gt;1. i downloaded sendmail rpm and installed.&lt;BR /&gt;2. added my domain name in /etc/mail/virtusertable&lt;BR /&gt;3. mail host is present in /etc/hosts&lt;BR /&gt;4. the entries &lt;BR /&gt;&lt;BR /&gt;FEATURE(`accept_unresolvable_domains')dnl&lt;BR /&gt;FEATURE(`accept_unqualified_senders')dnl&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;are there in /etc/mail/sendmail.mc file&lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;and when i use sendmail command, &lt;BR /&gt;&lt;BR /&gt;#echo "test" | sendmail -v datacentre.dl@idea.adityabirla.com&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;it gives the error :&lt;BR /&gt;&lt;BR /&gt;datacentre.dl@idea.adityabirla.com... Transient parse error -- message queued for future delivery&lt;BR /&gt;datacentre.dl@idea.adityabirla.com... queued&lt;BR /&gt;&lt;BR /&gt;and when i used&lt;BR /&gt;&lt;BR /&gt;#mailx -s "test" datacentre.dl@idea.adityabirla.com &amp;lt; /etc/hosts&lt;BR /&gt;&lt;BR /&gt;it doesn't give any o/p ..&lt;BR /&gt;&lt;BR /&gt;Howver i tried it by adding DNS in /etc/nsswitch.conf , it works. but kindly suggest me how to do it withoud DNS..&lt;BR /&gt;&lt;BR /&gt;Thank you in advance..&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;WR,&lt;BR /&gt;prasad&lt;BR /&gt;</description>
      <pubDate>Thu, 12 Feb 2009 08:10:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/configuring-sendmail-without-dns-currently-not-working-without/m-p/4357155#M35216</guid>
      <dc:creator>prasadb</dc:creator>
      <dc:date>2009-02-12T08:10:19Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring sendmail without DNS : currently not working without DNS</title>
      <link>https://community.hpe.com/t5/operating-system-linux/configuring-sendmail-without-dns-currently-not-working-without/m-p/4357156#M35217</link>
      <description>check this link&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.phase2.net/2007/03/20/sendmail-on-rhel-40-without-dns/" target="_blank"&gt;http://www.phase2.net/2007/03/20/sendmail-on-rhel-40-without-dns/&lt;/A&gt;</description>
      <pubDate>Thu, 12 Feb 2009 12:00:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/configuring-sendmail-without-dns-currently-not-working-without/m-p/4357156#M35217</guid>
      <dc:creator>Jeeshan</dc:creator>
      <dc:date>2009-02-12T12:00:58Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring sendmail without DNS : currently not working without DNS</title>
      <link>https://community.hpe.com/t5/operating-system-linux/configuring-sendmail-without-dns-currently-not-working-without/m-p/4357157#M35218</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;You normally need DNS to deliver mail directly.&lt;BR /&gt;&lt;BR /&gt;The way around it is the DS directive in sendmail.cf or the smart host directive in sendmail.mc followed by compilation of sendmail.cf file&lt;BR /&gt;&lt;BR /&gt;This sets up smtp relay.&lt;BR /&gt;&lt;BR /&gt;What you need is an smtp relay server. Most firewalls and exchange servers have the feature, but it must be set up explicitly to permit mail from the originating host.&lt;BR /&gt;&lt;BR /&gt;Best is by IP address.&lt;BR /&gt;&lt;BR /&gt;There is more in depth knowledge on this topic from &lt;A href="http://www.sendmail.org" target="_blank"&gt;http://www.sendmail.org&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Thu, 12 Feb 2009 14:16:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/configuring-sendmail-without-dns-currently-not-working-without/m-p/4357157#M35218</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2009-02-12T14:16:13Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring sendmail without DNS : currently not working without DNS</title>
      <link>https://community.hpe.com/t5/operating-system-linux/configuring-sendmail-without-dns-currently-not-working-without/m-p/4357158#M35219</link>
      <description>&lt;BR /&gt;hello all, &lt;BR /&gt;&lt;BR /&gt;Thanks for you replies.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;check this link &lt;A href="http://www.phase2.net/2007/03/20/sendmail-on-rhel-40-without-dns/" target="_blank"&gt;http://www.phase2.net/2007/03/20/sendmail-on-rhel-40-without-dns/&lt;/A&gt;&lt;BR /&gt;i can't as it is blocked by websense being uner networking category.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;You normally need DNS to deliver mail directly.&lt;BR /&gt;well, its running now. But how i am unable to understand..&lt;BR /&gt;&lt;BR /&gt;1.i removed dns entry from the /etc/nsswitch.conf file like, &lt;BR /&gt;&lt;BR /&gt;hosts:      files&lt;BR /&gt;&lt;BR /&gt;2. But when i removed resolv.conf, mail doen't work and gives the above mentioned error.&lt;BR /&gt;&lt;BR /&gt;datacentre.dl@idea.adityabirla.com... Transient parse error -- message queued for future delivery&lt;BR /&gt;datacentre.dl@idea.adityabirla.com... queued&lt;BR /&gt;&lt;BR /&gt;3.when created resov.conf file having DNS servers entry it resumes again.&lt;BR /&gt;&lt;BR /&gt;My understanding is that if nsswich.conf has no preference for DNS at all, then it should not require resolv.conf file. kindly correct me whenever you find me wrong..&lt;BR /&gt;&lt;BR /&gt;please help !!!&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 13 Feb 2009 10:01:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/configuring-sendmail-without-dns-currently-not-working-without/m-p/4357158#M35219</guid>
      <dc:creator>prasadb</dc:creator>
      <dc:date>2009-02-13T10:01:17Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring sendmail without DNS : currently not working without DNS</title>
      <link>https://community.hpe.com/t5/operating-system-linux/configuring-sendmail-without-dns-currently-not-working-without/m-p/4357159#M35220</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;You need resolv.conf. No way around that.&lt;BR /&gt;&lt;BR /&gt;The network block is perfectly normal.&lt;BR /&gt;&lt;BR /&gt;You need to make arrangements with an smtp relay server to have the mail delivered.&lt;BR /&gt;&lt;BR /&gt;If this is an isp environment they always provide such a server.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Fri, 13 Feb 2009 11:34:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/configuring-sendmail-without-dns-currently-not-working-without/m-p/4357159#M35220</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2009-02-13T11:34:20Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring sendmail without DNS : currently not working without DNS</title>
      <link>https://community.hpe.com/t5/operating-system-linux/configuring-sendmail-without-dns-currently-not-working-without/m-p/4357160#M35221</link>
      <description>Hi steve,&lt;BR /&gt;&lt;BR /&gt;&amp;gt;You need resolv.conf. No way around that.&lt;BR /&gt;&lt;BR /&gt;this is what i was not confirmed about. as per understanding in HP-UX we don't need resolv.conf when we have no DNS server configured, and i was relating this one to HP only.&lt;BR /&gt;&lt;BR /&gt;kindly confirm this.&lt;BR /&gt;&lt;BR /&gt;10 points for you last answer :-)&lt;BR /&gt;&lt;BR /&gt;WR,&lt;BR /&gt;prasad&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 16 Feb 2009 05:16:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/configuring-sendmail-without-dns-currently-not-working-without/m-p/4357160#M35221</guid>
      <dc:creator>prasadb</dc:creator>
      <dc:date>2009-02-16T05:16:18Z</dc:date>
    </item>
  </channel>
</rss>

