<?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 sendmail to Exchange without DNS in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-to-exchange-without-dns/m-p/2494254#M805112</link>
    <description>Daer All,&lt;BR /&gt;&lt;BR /&gt;I am doing some sendmail test on one 715 workstation.&lt;BR /&gt;&lt;BR /&gt;We are not using DNS.  So,&lt;BR /&gt;&lt;BR /&gt;1) vi /etc/mail/sendmail.cf   &lt;BR /&gt;add Dj$w.mydomail.com&lt;BR /&gt;2) /etc/mail/sendmail.cw&lt;BR /&gt;It contains : localhost, ws001, ws001.mydomain.com three lines.&lt;BR /&gt;3) /etc/hosts looks like this:&lt;BR /&gt;127.0.0.1 localhost loopback&lt;BR /&gt;x.x.x.x   ws001.mydomain.com  ws001&lt;BR /&gt;4) vi /etc/nsswitch.conf : take away all "DNS"&lt;BR /&gt;&lt;BR /&gt;And it works fine on several UNIX workstation.  But when I tried to sendmail to exchange server, it doesn't work any more.&lt;BR /&gt;&lt;BR /&gt;( I have added the exchannge server's IP and fully qualified name in /etc/hosts.  And I can ping it.)&lt;BR /&gt;&lt;BR /&gt;Do you know how to get this going?&lt;BR /&gt;&lt;BR /&gt;Thanks in advance!&lt;BR /&gt;Sharon</description>
    <pubDate>Thu, 15 Feb 2001 15:35:38 GMT</pubDate>
    <dc:creator>Sharon Bi</dc:creator>
    <dc:date>2001-02-15T15:35:38Z</dc:date>
    <item>
      <title>sendmail to Exchange without DNS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-to-exchange-without-dns/m-p/2494254#M805112</link>
      <description>Daer All,&lt;BR /&gt;&lt;BR /&gt;I am doing some sendmail test on one 715 workstation.&lt;BR /&gt;&lt;BR /&gt;We are not using DNS.  So,&lt;BR /&gt;&lt;BR /&gt;1) vi /etc/mail/sendmail.cf   &lt;BR /&gt;add Dj$w.mydomail.com&lt;BR /&gt;2) /etc/mail/sendmail.cw&lt;BR /&gt;It contains : localhost, ws001, ws001.mydomain.com three lines.&lt;BR /&gt;3) /etc/hosts looks like this:&lt;BR /&gt;127.0.0.1 localhost loopback&lt;BR /&gt;x.x.x.x   ws001.mydomain.com  ws001&lt;BR /&gt;4) vi /etc/nsswitch.conf : take away all "DNS"&lt;BR /&gt;&lt;BR /&gt;And it works fine on several UNIX workstation.  But when I tried to sendmail to exchange server, it doesn't work any more.&lt;BR /&gt;&lt;BR /&gt;( I have added the exchannge server's IP and fully qualified name in /etc/hosts.  And I can ping it.)&lt;BR /&gt;&lt;BR /&gt;Do you know how to get this going?&lt;BR /&gt;&lt;BR /&gt;Thanks in advance!&lt;BR /&gt;Sharon</description>
      <pubDate>Thu, 15 Feb 2001 15:35:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-to-exchange-without-dns/m-p/2494254#M805112</guid>
      <dc:creator>Sharon Bi</dc:creator>
      <dc:date>2001-02-15T15:35:38Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail to Exchange without DNS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-to-exchange-without-dns/m-p/2494255#M805113</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;For my environment, sending an email from my Unix box to the Exchange server is very straight-forward. sendmail.cf is unchanged and I rely on the MX record in the DNS for the Exchange Server to successfully send the email.&lt;BR /&gt;&lt;BR /&gt;Hope this helps. Regards.&lt;BR /&gt;&lt;BR /&gt;Steven Sim Kok Leong&lt;BR /&gt;Brainbench MVP for Unix Admin&lt;BR /&gt;&lt;A href="http://www.brainbench.com" target="_blank"&gt;http://www.brainbench.com&lt;/A&gt;</description>
      <pubDate>Thu, 15 Feb 2001 15:54:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-to-exchange-without-dns/m-p/2494255#M805113</guid>
      <dc:creator>Steven Sim Kok Leong</dc:creator>
      <dc:date>2001-02-15T15:54:35Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail to Exchange without DNS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-to-exchange-without-dns/m-p/2494256#M805115</link>
      <description>I'm no sendmail expert..and DNS is not set up on any UNIX box, our DNS server is the States..but here's mine:&lt;BR /&gt;&lt;BR /&gt;/etc/mail/sendmail.cf    (.. no changes to this file)&lt;BR /&gt;/etc/mail/sendmail.cw  &lt;BR /&gt;   localhost&lt;BR /&gt;   &lt;HOSTNAME&gt;&lt;BR /&gt;   &lt;HOSTNAME alias=""&gt;      (I do not have any .com here)&lt;BR /&gt;/etc/nsswitch.conf&lt;BR /&gt;   /etc/hosts    then continue&lt;BR /&gt;   DNS             then return&lt;BR /&gt;/etc/resolve.conf&lt;BR /&gt;   domain   &lt;NAME of="" states="" domain="" server=""&gt;&lt;BR /&gt;   nameserver  &lt;IP of="" states="" domain="" server=""&gt;&lt;BR /&gt;&lt;BR /&gt;Remember, at some point, you have to find a DNS server to forward mail.  So if you aren't set up as a Domain Name Server than it has to go out and find the the DNS server your going to use ( with /etc/resolve.conf) and try to resolve where your sending the mail...&lt;BR /&gt;double check your work doing nslookups for ip and name, then try doing a sendmail -v  and make sure it routes properly..&lt;BR /&gt;&lt;BR /&gt;Hope I didn't leave anything out,&lt;BR /&gt;/rcw&lt;BR /&gt;&lt;/IP&gt;&lt;/NAME&gt;&lt;/HOSTNAME&gt;&lt;/HOSTNAME&gt;</description>
      <pubDate>Thu, 15 Feb 2001 16:18:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-to-exchange-without-dns/m-p/2494256#M805115</guid>
      <dc:creator>Rita C Workman</dc:creator>
      <dc:date>2001-02-15T16:18:53Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail to Exchange without DNS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-to-exchange-without-dns/m-p/2494257#M805116</link>
      <description>In the sendmail.cf file is a macro definition for 'Smart Host'. Input the Exchange host name (or IP address) and bounce sendmail.</description>
      <pubDate>Thu, 15 Feb 2001 17:23:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-to-exchange-without-dns/m-p/2494257#M805116</guid>
      <dc:creator>Rick Garland</dc:creator>
      <dc:date>2001-02-15T17:23:04Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail to Exchange without DNS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-to-exchange-without-dns/m-p/2494258#M805117</link>
      <description>Dear all,&lt;BR /&gt;&lt;BR /&gt;I got it going finally.  What I did was:&lt;BR /&gt;&lt;BR /&gt;Found out our exchange server is: exchange1&lt;BR /&gt;And the ip is y.y.y.y&lt;BR /&gt;our domain is mydomain.com&lt;BR /&gt;&lt;BR /&gt;So, I added an entry in the /etc/hosts:&lt;BR /&gt;y.y.y.y   mydomain.com mydomain&lt;BR /&gt;&lt;BR /&gt;Then I was able to use sendmail to send email to users on exchange users.&lt;BR /&gt;&lt;BR /&gt;Thanks for all the help!&lt;BR /&gt;</description>
      <pubDate>Thu, 15 Feb 2001 18:54:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-to-exchange-without-dns/m-p/2494258#M805117</guid>
      <dc:creator>Sharon Bi</dc:creator>
      <dc:date>2001-02-15T18:54:37Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail to Exchange without DNS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-to-exchange-without-dns/m-p/2494259#M805118</link>
      <description>You should also add the DS macro into your sendmail.cf file.  That will enable you to send mail to addresses not in "mydomain.com" so long as they can br recognized/routed from your exchange server.  The line would look like:&lt;BR /&gt;&lt;BR /&gt;DSmydomain.com</description>
      <pubDate>Thu, 15 Feb 2001 20:05:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-to-exchange-without-dns/m-p/2494259#M805118</guid>
      <dc:creator>Alan Riggs</dc:creator>
      <dc:date>2001-02-15T20:05:07Z</dc:date>
    </item>
  </channel>
</rss>

