<?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: Sendmail as MTA without DNS in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-as-mta-without-dns/m-p/4865984#M397489</link>
    <description>GREAT !&lt;BR /&gt;&lt;BR /&gt;It works.&lt;BR /&gt;&lt;BR /&gt;Thx for your time.&lt;BR /&gt;C.</description>
    <pubDate>Tue, 19 Oct 2004 06:11:14 GMT</pubDate>
    <dc:creator>Gayet_3</dc:creator>
    <dc:date>2004-10-19T06:11:14Z</dc:date>
    <item>
      <title>Sendmail as MTA without DNS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-as-mta-without-dns/m-p/4865979#M397484</link>
      <description>Hi all,&lt;BR /&gt;&lt;BR /&gt;I'm running HPUX 11i, and want to use sendmail only as an MTA (without sendmail server). My prob is that my server isn't able connect to a DNS server (cause of DMZ).&lt;BR /&gt;&lt;BR /&gt;i set my hosts file to resolv my smtp server (and all the ip bellow) and change the DS and DJ var in the sendmail.cf to :&lt;BR /&gt;DSsmtp.my.com&lt;BR /&gt;Djmy.com (i make try without this option too)&lt;BR /&gt;&lt;BR /&gt;Using mailx or fastmail, it doesn't work :&lt;BR /&gt;in /var/adm/syslog/mail.log i get :&lt;BR /&gt;Oct 19 10:43:20 angie sendmail[974]: NAA18435: to=cgayet@my.com, delay=3+21:05:46, mailer=relay, relay=smtp.my.com, stat=Transient parse error -- message queued for future delivery&lt;BR /&gt;&lt;BR /&gt;the output of the sendmail -v -d8.32 command :&lt;BR /&gt;# sendmail -v -d8.32 -qNAA18435&lt;BR /&gt;;; res_querydomain(angie, my.com, 1, 1)&lt;BR /&gt;;; res_query(angie.my.com, 1, 1)&lt;BR /&gt;;; Querying server (# 1) address = 0.0.0.0&lt;BR /&gt;;; Querying server (# 1) address = 0.0.0.0&lt;BR /&gt;;; Querying server (# 1) address = 0.0.0.0&lt;BR /&gt;;; Querying server (# 1) address = 0.0.0.0&lt;BR /&gt;;; res_query: send error&lt;BR /&gt;Invalid time unit `N'&lt;BR /&gt;Invalid time unit `A'&lt;BR /&gt;Invalid time unit `A'&lt;BR /&gt;;; res_query(12.2.168.192.in-addr.arpa, 1, 12)&lt;BR /&gt;;; Querying server (# 1) address = 0.0.0.0&lt;BR /&gt;;; Querying server (# 1) address = 0.0.0.0&lt;BR /&gt;;; Querying server (# 1) address = 0.0.0.0&lt;BR /&gt;;; Querying server (# 1) address = 0.0.0.0&lt;BR /&gt;;; res_query: send error&lt;BR /&gt;;; res_query(12.0.0.10.in-addr.arpa, 1, 12)&lt;BR /&gt;;; Querying server (# 1) address = 0.0.0.0&lt;BR /&gt;;; Querying server (# 1) address = 0.0.0.0&lt;BR /&gt;;; Querying server (# 1) address = 0.0.0.0&lt;BR /&gt;;; Querying server (# 1) address = 0.0.0.0&lt;BR /&gt;;; res_query: send error&lt;BR /&gt;#&lt;BR /&gt;&lt;BR /&gt;Sendmail as MTA doesn't work whereas i'm able to send mails using telnet (telnet smtp.my.com 25). I want to send mails in sh scripts, is there a way to make the MTA working or to send mail in command line without using sendmail ?</description>
      <pubDate>Tue, 19 Oct 2004 04:19:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-as-mta-without-dns/m-p/4865979#M397484</guid>
      <dc:creator>Gayet_3</dc:creator>
      <dc:date>2004-10-19T04:19:56Z</dc:date>
    </item>
    <item>
      <title>Re: Sendmail as MTA without DNS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-as-mta-without-dns/m-p/4865980#M397485</link>
      <description>Check your /etc/nsswitch.conf to make sure that DNS isn't in your host search order.  If it is, remove it.  If I remember correctly that's all you need to do.</description>
      <pubDate>Tue, 19 Oct 2004 05:31:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-as-mta-without-dns/m-p/4865980#M397485</guid>
      <dc:creator>Simon Hargrave</dc:creator>
      <dc:date>2004-10-19T05:31:39Z</dc:date>
    </item>
    <item>
      <title>Re: Sendmail as MTA without DNS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-as-mta-without-dns/m-p/4865981#M397486</link>
      <description>here is the output of :&lt;BR /&gt;sendmail -v -d8.99 -d38.99 cgayet@my.com&lt;BR /&gt;&lt;BR /&gt;look like DNS error -not able to reach the my.com MX). But i'm looking for a way to send mails directly to my smtp relay (i don't see anything form my server in its log)&lt;BR /&gt;.&lt;BR /&gt;&lt;BR /&gt;any idea ?</description>
      <pubDate>Tue, 19 Oct 2004 05:32:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-as-mta-without-dns/m-p/4865981#M397486</guid>
      <dc:creator>Gayet_3</dc:creator>
      <dc:date>2004-10-19T05:32:25Z</dc:date>
    </item>
    <item>
      <title>Re: Sendmail as MTA without DNS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-as-mta-without-dns/m-p/4865982#M397487</link>
      <description>This is in service.switch&lt;BR /&gt;Do i have to set a switch.conf file ?&lt;BR /&gt;&lt;BR /&gt;# cat /etc/mail/service.switch&lt;BR /&gt;##&lt;BR /&gt;&lt;BR /&gt;hosts   files&lt;BR /&gt;aliases files&lt;BR /&gt;##&lt;BR /&gt;#&lt;BR /&gt;</description>
      <pubDate>Tue, 19 Oct 2004 05:34:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-as-mta-without-dns/m-p/4865982#M397487</guid>
      <dc:creator>Gayet_3</dc:creator>
      <dc:date>2004-10-19T05:34:57Z</dc:date>
    </item>
    <item>
      <title>Re: Sendmail as MTA without DNS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-as-mta-without-dns/m-p/4865983#M397488</link>
      <description>The file you need is /etc/nsswitch.conf.  It's the file used when doing all lookups by the server, not just hpux.&lt;BR /&gt;&lt;BR /&gt;If you don't have this file, which is quite possible as it's the default, then copy the file /etc/nsswitch.files to /etc/nsswitch.conf.  This will ensure a "files only" lookup configuration.</description>
      <pubDate>Tue, 19 Oct 2004 05:45:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-as-mta-without-dns/m-p/4865983#M397488</guid>
      <dc:creator>Simon Hargrave</dc:creator>
      <dc:date>2004-10-19T05:45:22Z</dc:date>
    </item>
    <item>
      <title>Re: Sendmail as MTA without DNS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-as-mta-without-dns/m-p/4865984#M397489</link>
      <description>GREAT !&lt;BR /&gt;&lt;BR /&gt;It works.&lt;BR /&gt;&lt;BR /&gt;Thx for your time.&lt;BR /&gt;C.</description>
      <pubDate>Tue, 19 Oct 2004 06:11:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-as-mta-without-dns/m-p/4865984#M397489</guid>
      <dc:creator>Gayet_3</dc:creator>
      <dc:date>2004-10-19T06:11:14Z</dc:date>
    </item>
  </channel>
</rss>

