<?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: One more Sendmail newbie problem... in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/one-more-sendmail-newbie-problem/m-p/2426498#M1505</link>
    <description>Hello, &lt;BR /&gt;&lt;BR /&gt;sendmail 8.9.3 uses /etc/nsswitch.conf, uou can copy this from /usr/newconfig/etc and modify the line to read  host:  files</description>
    <pubDate>Fri, 16 Jun 2000 13:13:34 GMT</pubDate>
    <dc:creator>CHRIS_ANORUO</dc:creator>
    <dc:date>2000-06-16T13:13:34Z</dc:date>
    <item>
      <title>One more Sendmail newbie problem...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/one-more-sendmail-newbie-problem/m-p/2426494#M1501</link>
      <description>Hello, after spending 15 minutes a day for the past week hacking at this, I hope someone can resolve this simple issue.&lt;BR /&gt;&lt;BR /&gt;We want to use the current Novell Groupwise email engine for paging and email relayed from our local HP Unix machine.  Local mail works fine.&lt;BR /&gt;&lt;BR /&gt;I have modified /etc/mail/sendmail.cf as follows:&lt;BR /&gt;&lt;BR /&gt;# my official domain name&lt;BR /&gt;Dj$w.sd81.k12.wa.us&lt;BR /&gt;&lt;BR /&gt;# "Smart" relay host (may be null)&lt;BR /&gt;DSmail.sd81.k12.wa.us&lt;BR /&gt;&lt;BR /&gt;stop and start sendmail...&lt;BR /&gt;&lt;BR /&gt;then from the command line:&lt;BR /&gt;mail dougf@sd81.k12.wa.us &lt;BR /&gt;blah blah&lt;BR /&gt;.&lt;BR /&gt;&lt;BR /&gt;No luck!  What idiot error am I committing or omitting?&lt;BR /&gt;&lt;BR /&gt;tia&lt;BR /&gt;Doug&lt;BR /&gt;</description>
      <pubDate>Thu, 15 Jun 2000 22:41:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/one-more-sendmail-newbie-problem/m-p/2426494#M1501</guid>
      <dc:creator>Doug_3</dc:creator>
      <dc:date>2000-06-15T22:41:54Z</dc:date>
    </item>
    <item>
      <title>Re: One more Sendmail newbie problem...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/one-more-sendmail-newbie-problem/m-p/2426495#M1502</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Perhaps you may want to try some troubleshooting commands to identify the problem:&lt;BR /&gt;1) mailq -v&lt;BR /&gt;2) sendmail -dX where X is the debugging value or depth&lt;BR /&gt;3) Check your /var/log/maillog or any other log file customised for sendmail&lt;BR /&gt;&lt;BR /&gt;Regards.&lt;BR /&gt;&lt;BR /&gt;Steven Sim.</description>
      <pubDate>Fri, 16 Jun 2000 00:39:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/one-more-sendmail-newbie-problem/m-p/2426495#M1502</guid>
      <dc:creator>Steven Sim Kok Leong</dc:creator>
      <dc:date>2000-06-16T00:39:20Z</dc:date>
    </item>
    <item>
      <title>Re: One more Sendmail newbie problem...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/one-more-sendmail-newbie-problem/m-p/2426496#M1503</link>
      <description>one idea: &lt;BR /&gt;if you are on the same machine and the &lt;BR /&gt;fq hostname is in sendmail.cw, mail gets handled locally. &lt;BR /&gt;&lt;BR /&gt;check logfiles, as said before, maybe you can post a messages</description>
      <pubDate>Fri, 16 Jun 2000 08:18:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/one-more-sendmail-newbie-problem/m-p/2426496#M1503</guid>
      <dc:creator>Dan Am</dc:creator>
      <dc:date>2000-06-16T08:18:04Z</dc:date>
    </item>
    <item>
      <title>Re: One more Sendmail newbie problem...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/one-more-sendmail-newbie-problem/m-p/2426497#M1504</link>
      <description>To set a mail relay, find in the /etc/mail/sendmail.cf&lt;BR /&gt;&lt;BR /&gt;# "Smart" relay host (may be null) &lt;BR /&gt;DS &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;and set to&lt;BR /&gt;DSyour.mailrelay.com   &amp;lt;&amp;lt; this is the name of your Exchange mail server.&lt;BR /&gt;&lt;BR /&gt;Then stop and restart sendmail to re-read the sendmail.cf file&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;&lt;BR /&gt;You can test by issuing&lt;BR /&gt;#sendmail -v bherren@&lt;A href="http://www.atl.hp.com" target="_blank"&gt;www.atl.hp.com&lt;/A&gt;&lt;BR /&gt;test&lt;BR /&gt;.&lt;BR /&gt;It should connect to the exchange server and go out it's merry way to the internet. &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;NOTE: 8.8.6, sendmail automatically assumes that you are using DNS and be returning fully qualified hostnames. If you are not, you MUST do the following workaround to trick it.. At sendmail 8.8.6, service.switch IS NOT USED AT ALL,  regardless of whether you've uncommented it in sendmail.cf.. &lt;BR /&gt;&lt;BR /&gt;If you are not using dns (you do not have a fully-qualified  domain name), you MUST:  &lt;BR /&gt;a) Set the Dj$w macro in sendmail.cf to Dj$w. (as opposed to Dj$w     without a dot at the end)     AND (and here's where if differs from previous versions)  &lt;BR /&gt;b) Add an alias to /etc/hosts that ends with a "."     (for example, a pre- 8.8.6 host file line might look like this: &lt;BR /&gt; &lt;BR /&gt;1.1.1.1 hello &lt;BR /&gt;&lt;BR /&gt;to make things work at 8.8.6, change it to&lt;BR /&gt; 1.1.1.1     hello     hello. &lt;BR /&gt;&lt;BR /&gt;Berlene</description>
      <pubDate>Fri, 16 Jun 2000 11:44:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/one-more-sendmail-newbie-problem/m-p/2426497#M1504</guid>
      <dc:creator>Berlene Herren</dc:creator>
      <dc:date>2000-06-16T11:44:07Z</dc:date>
    </item>
    <item>
      <title>Re: One more Sendmail newbie problem...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/one-more-sendmail-newbie-problem/m-p/2426498#M1505</link>
      <description>Hello, &lt;BR /&gt;&lt;BR /&gt;sendmail 8.9.3 uses /etc/nsswitch.conf, uou can copy this from /usr/newconfig/etc and modify the line to read  host:  files</description>
      <pubDate>Fri, 16 Jun 2000 13:13:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/one-more-sendmail-newbie-problem/m-p/2426498#M1505</guid>
      <dc:creator>CHRIS_ANORUO</dc:creator>
      <dc:date>2000-06-16T13:13:34Z</dc:date>
    </item>
    <item>
      <title>Re: One more Sendmail newbie problem...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/one-more-sendmail-newbie-problem/m-p/2426499#M1506</link>
      <description>nada nada nada,&lt;BR /&gt;sorry folks, i either am executing GOR (gross op error) or ???&lt;BR /&gt;&lt;BR /&gt;Q: not being a sendmail type of guy, how do i determine the version of sendmail?&lt;BR /&gt;&lt;BR /&gt;local host name is sd81hp9k&lt;BR /&gt;domain name is sd81.k12.wa.us&lt;BR /&gt;FQDN is: sd81hp9k.sd81.k12.wa.us&lt;BR /&gt;&lt;BR /&gt;the only msgs relevant are:&lt;BR /&gt;using "sendmail -v dougf@sd81.k12.wa.us"&lt;BR /&gt;dougf@sd81.k12.wa.us... sd81.k12.wa.us: Name server timeout&lt;BR /&gt;dougf@sd81.k12.wa.us... Transient parse error -- message queued for future deliv&lt;BR /&gt;ery&lt;BR /&gt;&lt;BR /&gt;using "mail dougf@sd81.k12.wa.us" and the results from mail.log:&lt;BR /&gt;Jun 16 13:19:25 sd81hp9k sendmail[23247]: NAA23247: to=dougf@sd81.k12.wa.us, delay=00:00:00, mailer=relay, stat=queued&lt;BR /&gt;&lt;BR /&gt;my sendmail.cf looks like this:&lt;BR /&gt;Dj$w.sd81.k12.wa.us &lt;BR /&gt;DSmail.sd81.k12.wa.us &lt;BR /&gt;where sd81.k12.wa.us is the fully qualified domain name, the hp is not running dns.  I tried it with the dot (w.sd81) and without (wsd81).  I even tried it with the IP instead of the short and long name.&lt;BR /&gt;&lt;BR /&gt;sendmail.cw does not have the fqhn or fqdn (sd81hp9k.sd81.k12.wa.us) but instead has the local host name of sd81hp9k.&lt;BR /&gt;&lt;BR /&gt;I tried adding this to etc/hosts per berlene's recommendations:&lt;BR /&gt;10.1.0.16       sd81hp9k.sd81.k12.wa.us sd81hp9k.&lt;BR /&gt;10.1.0.16       sd81hp9k.sd81.k12.wa.us sd81hp9k sd81hp9k.&lt;BR /&gt;as well as the standard IP FQDN&lt;BR /&gt;&lt;BR /&gt;I stop and start the service, run newalias just for kicks, etc.&lt;BR /&gt;&lt;BR /&gt;OK, what am I missing, this is so simple and stupid...one last plea for help before I log the dreaded hp tech support call (not that i dread calling them or that they don't help, i just hate calling on such a minor and probably obviously simple quick fix).&lt;BR /&gt;&lt;BR /&gt;Thanks for everyone who has responded.  It is nice to have all of your assistance.&lt;BR /&gt;pre P.S. hope everyone had a good friday and a better weekend.&lt;BR /&gt;Doug&lt;BR /&gt;</description>
      <pubDate>Fri, 16 Jun 2000 20:00:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/one-more-sendmail-newbie-problem/m-p/2426499#M1506</guid>
      <dc:creator>Doug_3</dc:creator>
      <dc:date>2000-06-16T20:00:04Z</dc:date>
    </item>
    <item>
      <title>Re: One more Sendmail newbie problem...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/one-more-sendmail-newbie-problem/m-p/2426500#M1507</link>
      <description>Sorry about the re-post, hit the wrong button erroneously.  Hope it is not an indicator of why I can't get send mail to work.&lt;BR /&gt;&lt;BR /&gt;I meant to re-post these comments to all the helpful folks from the original 6-15 post!&lt;BR /&gt;&lt;BR /&gt;I either am executing GOR (gross op error) or ???&lt;BR /&gt;&lt;BR /&gt;Q: not being a sendmail type of guy, how do i determine the version of sendmail?&lt;BR /&gt;&lt;BR /&gt;local host name is sd81hp9k&lt;BR /&gt;domain name is sd81.k12.wa.us&lt;BR /&gt;FQDN is: sd81hp9k.sd81.k12.wa.us&lt;BR /&gt;&lt;BR /&gt;the only msgs relevant are:&lt;BR /&gt;using "sendmail -v dougf@sd81.k12.wa.us"&lt;BR /&gt;dougf@sd81.k12.wa.us... sd81.k12.wa.us: Name server timeout&lt;BR /&gt;dougf@sd81.k12.wa.us... Transient parse error -- message queued for future deliv&lt;BR /&gt;ery&lt;BR /&gt;&lt;BR /&gt;using "mail dougf@sd81.k12.wa.us" and the results from mail.log:&lt;BR /&gt;Jun 16 13:19:25 sd81hp9k sendmail[23247]: NAA23247: to=dougf@sd81.k12.wa.us, delay=00:00:00, mailer=relay, stat=queued&lt;BR /&gt;&lt;BR /&gt;my sendmail.cf looks like this:&lt;BR /&gt;Dj$w.sd81.k12.wa.us &lt;BR /&gt;DSmail.sd81.k12.wa.us &lt;BR /&gt;where sd81.k12.wa.us is the fully qualified domain name, the hp is not running dns.  I tried it with the dot (w.sd81) and without (wsd81).  I even tried it with the IP instead of the short and long name.&lt;BR /&gt;&lt;BR /&gt;sendmail.cw does not have the fqhn or fqdn (sd81hp9k.sd81.k12.wa.us) but instead has the local host name of sd81hp9k.&lt;BR /&gt;&lt;BR /&gt;I tried adding this to etc/hosts per berlene's recommendations:&lt;BR /&gt;10.1.0.16       sd81hp9k.sd81.k12.wa.us sd81hp9k.&lt;BR /&gt;10.1.0.16       sd81hp9k.sd81.k12.wa.us sd81hp9k sd81hp9k.&lt;BR /&gt;as well as the standard IP FQDN&lt;BR /&gt;&lt;BR /&gt;I stop and start the service, run newalias just for kicks, etc.&lt;BR /&gt;&lt;BR /&gt;OK, what am I missing, this is so simple and stupid...one last plea for help before I log the dreaded hp tech support call (not that i dread calling them or that they don't help, i just hate calling on such a minor and probably obviously simple quick fix).&lt;BR /&gt;&lt;BR /&gt;Thanks for everyone who has responded.  It is nice to have all of your assistance.&lt;BR /&gt;pre P.S. hope everyone had a good friday and a better weekend.&lt;BR /&gt;Doug&lt;BR /&gt;</description>
      <pubDate>Fri, 16 Jun 2000 20:07:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/one-more-sendmail-newbie-problem/m-p/2426500#M1507</guid>
      <dc:creator>Doug_3</dc:creator>
      <dc:date>2000-06-16T20:07:15Z</dc:date>
    </item>
    <item>
      <title>Re: One more Sendmail newbie problem...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/one-more-sendmail-newbie-problem/m-p/2426501#M1508</link>
      <description>Doug, looks like you might be having the same problem as Scott Allen.  Take a look at his sendmail/proxy call and check to see if you need a root name server defined.&lt;BR /&gt;&lt;BR /&gt;sendmail -bs will tell you the version of the binary and the configuration version you are running.  They should be the same.&lt;BR /&gt;&lt;BR /&gt;Berlene &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 16 Jun 2000 20:07:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/one-more-sendmail-newbie-problem/m-p/2426501#M1508</guid>
      <dc:creator>Berlene Herren</dc:creator>
      <dc:date>2000-06-16T20:07:21Z</dc:date>
    </item>
    <item>
      <title>Re: One more Sendmail newbie problem...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/one-more-sendmail-newbie-problem/m-p/2426502#M1509</link>
      <description>Doug,&lt;BR /&gt;&lt;BR /&gt;Check out the solution I found in sendmail/proxy.&lt;BR /&gt;&lt;BR /&gt;--Scott&lt;BR /&gt;</description>
      <pubDate>Mon, 19 Jun 2000 13:16:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/one-more-sendmail-newbie-problem/m-p/2426502#M1509</guid>
      <dc:creator>Scott D. Allen</dc:creator>
      <dc:date>2000-06-19T13:16:18Z</dc:date>
    </item>
    <item>
      <title>Re: One more Sendmail newbie problem...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/one-more-sendmail-newbie-problem/m-p/2426503#M1510</link>
      <description>Doug:&lt;BR /&gt;&lt;BR /&gt;You should be able to leave your Smart relay (DS) setting null if mail.sd81.k12.wa.us is configured with an MX record on your DNS. If this is not the case, set the option TryNullMXList in your sendmail.cf file. Also, make sure your sendmail.cw is configured to recognize the possible names your host might be known as (i.e. hostname, hostname.sd81, hostname.sd81.k12.wa.us, etc.). The comments in sendmail.cw provide a good description of what to do.&lt;BR /&gt;&lt;BR /&gt;I hope this helps.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 19 Jun 2000 20:49:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/one-more-sendmail-newbie-problem/m-p/2426503#M1510</guid>
      <dc:creator>Steven W. Illgen</dc:creator>
      <dc:date>2000-06-19T20:49:04Z</dc:date>
    </item>
  </channel>
</rss>

