<?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 in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail/m-p/3518349#M219482</link>
    <description>It woudl appear you have the DS directive in your sendmail.cf file.&lt;BR /&gt;&lt;BR /&gt;It would appear you are trying to relay mail to a server that does not let you do so in the /etc/mail/access database.&lt;BR /&gt;&lt;BR /&gt;Or if its a microsoft mail relay server its doesn't allow relay.&lt;BR /&gt;&lt;BR /&gt;Check and see if you have connectivity to us.army.mil&lt;BR /&gt;&lt;BR /&gt;If it shows up in DNS lookups with dig or nslookup then pursue the ideas above in my post.&lt;BR /&gt;&lt;BR /&gt;Now its possible that DS is not set up in your sendmail.cf, here is what it looks like:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;DS&lt;BR /&gt;us.army.mil&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;That pretty much tells the sendmail daemon what to do with the mail.&lt;BR /&gt;&lt;BR /&gt;So:&lt;BR /&gt;&lt;BR /&gt;You need connectivty to the server.&lt;BR /&gt;You need it to allow you to relay mail.&lt;BR /&gt;&lt;BR /&gt;SEP&lt;BR /&gt;</description>
    <pubDate>Tue, 05 Apr 2005 13:06:40 GMT</pubDate>
    <dc:creator>Steven E. Protter</dc:creator>
    <dc:date>2005-04-05T13:06:40Z</dc:date>
    <item>
      <title>Sendmail</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail/m-p/3518346#M219479</link>
      <description>We do not use DNS. &lt;BR /&gt;&lt;BR /&gt;I can send a message to &lt;USERID&gt;@L2000 however, if I try to send a message to a user on our mail server I get the following error message: &lt;BR /&gt;&lt;BR /&gt;Apr  5 13:17:58 l2000 sendmail[24244]: j34Gv7F22427: to=lisa.taylor1@us.army.mil&lt;BR /&gt;, ctladdr=taylorl (1030/1000), delay=1+00:20:51, xdelay=00:00:00, mailer=esmtp,&lt;BR /&gt;pri=4530335, relay=us.army.mil., dsn=4.0.0, stat=Deferred: Connection timed out&lt;BR /&gt;with us.army.mil.&lt;BR /&gt;&lt;BR /&gt;Any idea why this is happening?  Our command is undergoing migration to Active Directory...and we ARE required to use SSL for mail...can I configure sendmail so that emails from our L2000 servers can be sent to our mail servers? &lt;BR /&gt;&lt;BR /&gt;thank you,&lt;BR /&gt;Lisa Taylor&lt;/USERID&gt;</description>
      <pubDate>Tue, 05 Apr 2005 12:29:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail/m-p/3518346#M219479</guid>
      <dc:creator>Christina Martin</dc:creator>
      <dc:date>2005-04-05T12:29:14Z</dc:date>
    </item>
    <item>
      <title>Re: Sendmail</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail/m-p/3518347#M219480</link>
      <description>Check your /etc/resolv.conf file to verify that you have DNS set up&lt;BR /&gt;&lt;BR /&gt;The contents should be something like&lt;BR /&gt;&lt;BR /&gt;domain us.army.mil&lt;BR /&gt;nameserver xxxxx&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Where xxxxx is your nameserver for us.army.mil&lt;BR /&gt;&lt;BR /&gt;Also, In your sendmail config file, specify that you want to recieve mail for that domain on L2000.&lt;BR /&gt;&lt;BR /&gt;Good Luck.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 05 Apr 2005 12:36:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail/m-p/3518347#M219480</guid>
      <dc:creator>Jim Butler</dc:creator>
      <dc:date>2005-04-05T12:36:54Z</dc:date>
    </item>
    <item>
      <title>Re: Sendmail</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail/m-p/3518348#M219481</link>
      <description>IS DNS configured? If yes configure nsswitch.conf file for host entry on your server&lt;BR /&gt;&lt;BR /&gt;hosts:        files [NOTFOUND=continue UNAVAIL=continue] dns&lt;BR /&gt;&lt;BR /&gt;Also check for DS entry in sendmail file &lt;BR /&gt;Edit sendmail.cf file located in /etc/mail directory&lt;BR /&gt;&lt;BR /&gt;put your mailserver name infront of DS entry&lt;BR /&gt;DSyourmailservername&lt;BR /&gt;Stop and restart sendmail by /sbin/init.d/sendmail [stop] [start]&lt;BR /&gt;&lt;BR /&gt;-USA..</description>
      <pubDate>Tue, 05 Apr 2005 12:37:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail/m-p/3518348#M219481</guid>
      <dc:creator>Uday_S_Ankolekar</dc:creator>
      <dc:date>2005-04-05T12:37:01Z</dc:date>
    </item>
    <item>
      <title>Re: Sendmail</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail/m-p/3518349#M219482</link>
      <description>It woudl appear you have the DS directive in your sendmail.cf file.&lt;BR /&gt;&lt;BR /&gt;It would appear you are trying to relay mail to a server that does not let you do so in the /etc/mail/access database.&lt;BR /&gt;&lt;BR /&gt;Or if its a microsoft mail relay server its doesn't allow relay.&lt;BR /&gt;&lt;BR /&gt;Check and see if you have connectivity to us.army.mil&lt;BR /&gt;&lt;BR /&gt;If it shows up in DNS lookups with dig or nslookup then pursue the ideas above in my post.&lt;BR /&gt;&lt;BR /&gt;Now its possible that DS is not set up in your sendmail.cf, here is what it looks like:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;DS&lt;BR /&gt;us.army.mil&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;That pretty much tells the sendmail daemon what to do with the mail.&lt;BR /&gt;&lt;BR /&gt;So:&lt;BR /&gt;&lt;BR /&gt;You need connectivty to the server.&lt;BR /&gt;You need it to allow you to relay mail.&lt;BR /&gt;&lt;BR /&gt;SEP&lt;BR /&gt;</description>
      <pubDate>Tue, 05 Apr 2005 13:06:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail/m-p/3518349#M219482</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2005-04-05T13:06:40Z</dc:date>
    </item>
    <item>
      <title>Re: Sendmail</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail/m-p/3518350#M219483</link>
      <description>I see your first line "We don't use DNS" - so sorry about that.&lt;BR /&gt;&lt;BR /&gt;You need to set your sendmail server up to recieve mail for that domain.&lt;BR /&gt;&lt;BR /&gt;If you are using a recent version of sendmail, simply edit your config file, and remake your config files.&lt;BR /&gt;&lt;BR /&gt;Try this link for instructions.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.geekcomix.com/cgi-bin/classnotes/wiki.pl?UNIX02/Sendmail_Configuration" target="_blank"&gt;http://www.geekcomix.com/cgi-bin/classnotes/wiki.pl?UNIX02/Sendmail_Configuration&lt;/A&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 05 Apr 2005 13:18:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail/m-p/3518350#M219483</guid>
      <dc:creator>Jim Butler</dc:creator>
      <dc:date>2005-04-05T13:18:17Z</dc:date>
    </item>
  </channel>
</rss>

