<?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 configuration in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-configuration/m-p/3674698#M244332</link>
    <description>I think I messed up. Arrogance alert.&lt;BR /&gt;&lt;BR /&gt;Try:&lt;BR /&gt;&lt;BR /&gt;DSEX.EXCH.local.domain&lt;BR /&gt;&lt;BR /&gt;or&lt;BR /&gt;&lt;BR /&gt;DS&lt;BR /&gt;[EXCH.local.domain]&lt;BR /&gt;&lt;BR /&gt;I think the equal sign is causing the problem.&lt;BR /&gt;&lt;BR /&gt;Additional:&lt;BR /&gt;&lt;BR /&gt;I believe that the DS has been in sendmail for a long time. I'm 99% sure that its available under 8.9&lt;BR /&gt;&lt;BR /&gt;Trying a newer sendmail release is pretty trivial. There are two newer releases on &lt;A href="http://software.hp.com" target="_blank"&gt;http://software.hp.com&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;You restarted sendmail?&lt;BR /&gt;&lt;BR /&gt;Try a real email address, perhaps a yahoo.com account you have.&lt;BR /&gt;&lt;BR /&gt;If DS is correct sendmail should stop trying to resolve hosts.&lt;BR /&gt;&lt;BR /&gt;SEP&lt;BR /&gt;</description>
    <pubDate>Mon, 21 Nov 2005 09:19:23 GMT</pubDate>
    <dc:creator>Steven E. Protter</dc:creator>
    <dc:date>2005-11-21T09:19:23Z</dc:date>
    <item>
      <title>sendmail configuration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-configuration/m-p/3674687#M244321</link>
      <description>i need to configure sendmail to pass all mail to an exchange mail server; now, when i send an e-mail to somebody@externaldomain.com my sendmail try to resolve externaldomain.com; i need that sendmail only pass the e-mail to the exchange server who can resolve external addresses; my sendmail is an internal mail server and i don't want it to send mail to external addresses because exchange can do this; when i send an e-mail to somebody@internaldomain.local it works but also i need to send to external addresses through exchange mail server; can you tell me what i need to configure???</description>
      <pubDate>Fri, 18 Nov 2005 08:30:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-configuration/m-p/3674687#M244321</guid>
      <dc:creator>Sorin Lupascu</dc:creator>
      <dc:date>2005-11-18T08:30:57Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail configuration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-configuration/m-p/3674688#M244322</link>
      <description>Easy&lt;BR /&gt;&lt;BR /&gt;vi sendmail.cf&lt;BR /&gt;&lt;BR /&gt;DS=hostname.exchange&lt;BR /&gt;or&lt;BR /&gt;DS=ip address of exchange.&lt;BR /&gt;&lt;BR /&gt;Make sure exchange server is explicitly set up to accept relay&lt;BR /&gt;&lt;BR /&gt;/sbin/init.d/sendmail stop&lt;BR /&gt;/sbin/init.d/sendmail start&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Fri, 18 Nov 2005 08:51:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-configuration/m-p/3674688#M244322</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2005-11-18T08:51:32Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail configuration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-configuration/m-p/3674689#M244323</link>
      <description>i've already set up this feature but it doesn't work; i need to send to somebody@yahoo.com for example but my sendmail server try to resolve domain yahoo.com; i don't need that on sendmail beacuse exchange server can do this;</description>
      <pubDate>Fri, 18 Nov 2005 09:03:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-configuration/m-p/3674689#M244323</guid>
      <dc:creator>Sorin Lupascu</dc:creator>
      <dc:date>2005-11-18T09:03:20Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail configuration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-configuration/m-p/3674690#M244324</link>
      <description>Ensure that you specified the host name instead of the IP in the DS declaration, and ensure that the host name specified is in the /etc/hosts file.&lt;BR /&gt;&lt;BR /&gt;Use mail -v user@domain to verify the SMTP transaction.</description>
      <pubDate>Fri, 18 Nov 2005 09:40:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-configuration/m-p/3674690#M244324</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2005-11-18T09:40:34Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail configuration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-configuration/m-p/3674691#M244325</link>
      <description>Hi ,&lt;BR /&gt;&lt;BR /&gt;I am not sure about how the lookup is configured. But ensure lookup is proper and &lt;BR /&gt;then try following settings in the sendmail.cf file .&lt;BR /&gt;&lt;BR /&gt;Define the DS macro for your Exchange host.&lt;BR /&gt;DS&lt;FULLY-QUALIFIED host="" name="" of="" the="" exchange="" server=""&gt;&lt;BR /&gt;&lt;BR /&gt;Define the local domain with Dm and Dj macro&lt;BR /&gt;Dm&lt;LOCAL-DOMAIN&gt;&lt;BR /&gt;Dj$w.&lt;LOCAL-DOMAIN&gt;&lt;BR /&gt;&lt;BR /&gt;Un-comment a like where you see&lt;BR /&gt;R$* ..........  check_local ..........      Local Domain ?&lt;BR /&gt;&lt;BR /&gt;Restart the sendmail&lt;BR /&gt;&lt;BR /&gt;&lt;/LOCAL-DOMAIN&gt;&lt;/LOCAL-DOMAIN&gt;&lt;/FULLY-QUALIFIED&gt;</description>
      <pubDate>Fri, 18 Nov 2005 10:21:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-configuration/m-p/3674691#M244325</guid>
      <dc:creator>Sameer_Nirmal</dc:creator>
      <dc:date>2005-11-18T10:21:29Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail configuration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-configuration/m-p/3674692#M244326</link>
      <description>i have to specify that my sendmail and exchange servers are in different domains:&lt;BR /&gt;sendmail_machine.domain1.local and exchange_machine.domain2.local; i need to tell to my sendmail to not use the dns_machine.domain1.local but just forward the e-mails to exchange_machine.domain2.local; how can i do that?</description>
      <pubDate>Mon, 21 Nov 2005 03:10:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-configuration/m-p/3674692#M244326</guid>
      <dc:creator>Sorin Lupascu</dc:creator>
      <dc:date>2005-11-21T03:10:44Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail configuration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-configuration/m-p/3674693#M244327</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;You need to add route between sendmail_machine.domain1.local and exchange_machine.domain2.local.&lt;BR /&gt;&lt;BR /&gt;Check the man page of routeadd for details :&lt;BR /&gt;&lt;BR /&gt;# man route&lt;BR /&gt;&lt;BR /&gt;Once the new route is working, you need to add the configuration on /etc/rc.config.d/netconf and restart the inetd.&lt;BR /&gt;&lt;BR /&gt;Check the url below (docID : ) about 'Sys Adm: Adding static routes to the network' :&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www1.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=200000080079807" target="_blank"&gt;http://www1.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=200000080079807&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Hope this information can help you.&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;AW</description>
      <pubDate>Mon, 21 Nov 2005 03:28:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-configuration/m-p/3674693#M244327</guid>
      <dc:creator>Adisuria Wangsadinata_1</dc:creator>
      <dc:date>2005-11-21T03:28:24Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail configuration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-configuration/m-p/3674694#M244328</link>
      <description>Thank you to all who replied.&lt;BR /&gt; I tried all previous  configurations but doesnâ  t work so Iâ  ll try to be more precise. &lt;BR /&gt;      I want to send all emails , with sendmail (8.9.3), from an HP server&lt;BR /&gt; hpux11.11) named  HPJOHN.local.domain ,&lt;BR /&gt;externally , through an Exchange Server named EXCH.local.domain  :&lt;BR /&gt;    HPJONH.local.domain -&amp;gt;  â   #sendmail    bob.smith@yahoo.comâ      -&amp;gt; EXCH.local.domain - &amp;gt; Internet (yahoo.com)&lt;BR /&gt;&lt;BR /&gt;Exchange is working properly and has its own DNS for external domains. It knows to resolve yahoo.com .&lt;BR /&gt;I put EXCH.local.domain  in /etc/hosts and nslookup is working fine. &lt;BR /&gt;&lt;BR /&gt;My problem is that I donâ  t know how to configure sendmail to not try to resolve â  yahoo.comâ   locally &lt;BR /&gt;in HPJOHN server , as a host name , but just  pass  â  bob.smith@yahoo.comâ    as an email address to Exchange server which will know  what to do with it.&lt;BR /&gt;&lt;BR /&gt;I  think is just a configuration in sendmail.cf ( not use DNS but pass all emails to EXCH.local.domain)&lt;BR /&gt;but I canâ  t find it.  &lt;BR /&gt;&lt;BR /&gt;   Thank you in advance to all who will try to help me.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 21 Nov 2005 05:20:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-configuration/m-p/3674694#M244328</guid>
      <dc:creator>Sorin Lupascu</dc:creator>
      <dc:date>2005-11-21T05:20:24Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail configuration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-configuration/m-p/3674695#M244329</link>
      <description>sorry for the incovenience of the previous text!&lt;BR /&gt;Thank you to all who replied.&lt;BR /&gt;I tried all previous configurations but doesn't work so I'll try to be more precise. &lt;BR /&gt;I want to send all emails , with sendmail (8.9.3), from an HP server&lt;BR /&gt;(hpux11.11) named HPJOHN.local.domain ,&lt;BR /&gt;externally , through an Exchange Server named EXCH.local.domain :&lt;BR /&gt;HPJONH.local.domain -&amp;gt;  #sendmail bob.smith@yahoo.com -&amp;gt; EXCH.local.domain - &amp;gt; Internet (yahoo.com)&lt;BR /&gt;&lt;BR /&gt;Exchange is working properly and has its own DNS for external domains. It knows to resolve yahoo.com .&lt;BR /&gt;I put EXCH.local.domain in /etc/hosts and nslookup is working fine. &lt;BR /&gt;&lt;BR /&gt;My problem is that I don't know how to configure sendmail to not try to resolve yahoo.com locally &lt;BR /&gt;in HPJOHN server , as a host name , but just pass bob.smith@yahoo.com as an email address to Exchange server which will know what to do with it.&lt;BR /&gt;&lt;BR /&gt;I think is just a configuration in sendmail.cf ( not use DNS but pass all emails to EXCH.local.domain)&lt;BR /&gt;but I can't find it. &lt;BR /&gt;&lt;BR /&gt;Thank you in advance to all who will try to help me.</description>
      <pubDate>Mon, 21 Nov 2005 05:32:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-configuration/m-p/3674695#M244329</guid>
      <dc:creator>Sorin Lupascu</dc:creator>
      <dc:date>2005-11-21T05:32:47Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail configuration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-configuration/m-p/3674696#M244330</link>
      <description>vi sendmail.cf&lt;BR /&gt;&lt;BR /&gt;change&lt;BR /&gt;&lt;BR /&gt;DS&lt;BR /&gt;&lt;BR /&gt;to&lt;BR /&gt;&lt;BR /&gt;DS=EXCH.local.domain&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;/sbin/init.d/sendmail stop&lt;BR /&gt;/sbin/init.d/sendmail start&lt;BR /&gt;&lt;BR /&gt;# That will send ALL mail to the server EXCH.local.domain&lt;BR /&gt;&lt;BR /&gt;Diagnostic test after reconfiguration:&lt;BR /&gt;&lt;BR /&gt;sendmail -v -d8.99 -d 38.99 someone@some.net&lt;BR /&gt;&lt;ENTER&gt;&lt;BR /&gt;type some text&lt;BR /&gt;&lt;ENTER&gt;&lt;BR /&gt;.&lt;BR /&gt;&lt;ENTER&gt;&lt;BR /&gt;&lt;BR /&gt;# Then&lt;BR /&gt;&lt;BR /&gt;mailq&lt;BR /&gt;&lt;BR /&gt;Your mail queue should be empty. If its not, check the exchange server. If you don't configure it explicity to accept mail relay from your HP-UX server your mail will never go anywhere.&lt;BR /&gt;&lt;BR /&gt;This is essentially a slightly elaborated copy of my original reply. I've done it and it fully answers the question providing a solution in my opinion.&lt;BR /&gt;&lt;BR /&gt;To configure exchange, you'll need to use the idiodic GUI that comes with that product. There are procedures available via the search engine at &lt;A href="http://support.microsoft.com" target="_blank"&gt;http://support.microsoft.com&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;SEP&lt;/ENTER&gt;&lt;/ENTER&gt;&lt;/ENTER&gt;</description>
      <pubDate>Mon, 21 Nov 2005 05:37:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-configuration/m-p/3674696#M244330</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2005-11-21T05:37:20Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail configuration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-configuration/m-p/3674697#M244331</link>
      <description>SEP ,&lt;BR /&gt;&lt;BR /&gt;When I try to send to someone@some.net sendmail try to resolve host name some.net&lt;BR /&gt;and doesn't pass the email to my exchange server (DS=EXCH.local.domain). It search MX records for some.net&lt;BR /&gt;May be  DS configuration is not enough for may sendmail version 8.9.3?&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 21 Nov 2005 08:38:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-configuration/m-p/3674697#M244331</guid>
      <dc:creator>Sorin Lupascu</dc:creator>
      <dc:date>2005-11-21T08:38:40Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail configuration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-configuration/m-p/3674698#M244332</link>
      <description>I think I messed up. Arrogance alert.&lt;BR /&gt;&lt;BR /&gt;Try:&lt;BR /&gt;&lt;BR /&gt;DSEX.EXCH.local.domain&lt;BR /&gt;&lt;BR /&gt;or&lt;BR /&gt;&lt;BR /&gt;DS&lt;BR /&gt;[EXCH.local.domain]&lt;BR /&gt;&lt;BR /&gt;I think the equal sign is causing the problem.&lt;BR /&gt;&lt;BR /&gt;Additional:&lt;BR /&gt;&lt;BR /&gt;I believe that the DS has been in sendmail for a long time. I'm 99% sure that its available under 8.9&lt;BR /&gt;&lt;BR /&gt;Trying a newer sendmail release is pretty trivial. There are two newer releases on &lt;A href="http://software.hp.com" target="_blank"&gt;http://software.hp.com&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;You restarted sendmail?&lt;BR /&gt;&lt;BR /&gt;Try a real email address, perhaps a yahoo.com account you have.&lt;BR /&gt;&lt;BR /&gt;If DS is correct sendmail should stop trying to resolve hosts.&lt;BR /&gt;&lt;BR /&gt;SEP&lt;BR /&gt;</description>
      <pubDate>Mon, 21 Nov 2005 09:19:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-configuration/m-p/3674698#M244332</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2005-11-21T09:19:23Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail configuration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-configuration/m-p/3674699#M244333</link>
      <description>thank you for your support SEP; things are going well now; kind regards!</description>
      <pubDate>Mon, 28 Nov 2005 05:36:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-configuration/m-p/3674699#M244333</guid>
      <dc:creator>Sorin Lupascu</dc:creator>
      <dc:date>2005-11-28T05:36:16Z</dc:date>
    </item>
  </channel>
</rss>

