<?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/3140827#M572173</link>
    <description>Hi John,&lt;BR /&gt;&lt;BR /&gt;Try this link,&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www1.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=200000065255439" target="_blank"&gt;http://www1.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=200000065255439&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;The doc id is KBRC00002070&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;Regds&lt;BR /&gt;</description>
    <pubDate>Wed, 10 Dec 2003 12:47:11 GMT</pubDate>
    <dc:creator>Sanjay_6</dc:creator>
    <dc:date>2003-12-10T12:47:11Z</dc:date>
    <item>
      <title>Sendmail</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail/m-p/3140823#M572169</link>
      <description>Is there a proper domain name for a unix workstation in my home called Warlock connected to the internet through a router and my isp cox.net?&lt;BR /&gt;I'm trying to learn unix on a hp712/100 and sendmail cand resolv the domain name.</description>
      <pubDate>Wed, 10 Dec 2003 07:01:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail/m-p/3140823#M572169</guid>
      <dc:creator>John Ramsay_2</dc:creator>
      <dc:date>2003-12-10T07:01:01Z</dc:date>
    </item>
    <item>
      <title>Re: Sendmail</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail/m-p/3140824#M572170</link>
      <description>Other 'sendmail' experts feel free to jump in here, cause I'm no sendmail expert.  And there maybe some 'things' missing here...like do you have DNS set up. My guess is no...so...&lt;BR /&gt;You may need to edit a couple things to get you started.&lt;BR /&gt;&lt;BR /&gt;Like the /etc/resolv.conf so it shows your domain &amp;amp; a nameserver..&lt;BR /&gt;domain cox.net&lt;BR /&gt;nameserver &lt;IP of="" dns="" server="" you="" are="" going="" to="" use=""&gt;&lt;BR /&gt;...Now you can have I think up to 3 nameservers for dns lookups/resolution.&lt;BR /&gt;&lt;BR /&gt;The other file you need to start reading on and configuring is /etc/mail/sendmail.cf.  Possibly as a first step, just go in and edit the $m (note it's lower case) to show the domain name of cox.net.  So your looking for:&lt;BR /&gt;$Dm&lt;FILL in="" cox.net="" here="" no="" space="" after="" m=""&gt;&lt;BR /&gt;&lt;BR /&gt;And possibly you might add the IP address and  domain name of your mailserver (cox.net's mailserver) to your /etc/hosts file.  As an example:&lt;BR /&gt;xxx.xxx.xxx.xxx   mail.cox.net   cox.net&lt;BR /&gt;&lt;BR /&gt;So call your provider and they may be able to provide some of this information for you...like their full domain name; mailserver name; IP's...&lt;BR /&gt;&lt;BR /&gt;When you want to test how your working use sendmail with a -v option to see how things are going:&lt;BR /&gt;&lt;BR /&gt;sendmail -v anybody@theworld.com&lt;BR /&gt;Type your message on the next line&lt;BR /&gt;and keep typing lines until you&lt;BR /&gt;send whatever you want.  On the very&lt;BR /&gt;last line you enter a period "." all&lt;BR /&gt;by itself &amp;amp; hit enter...and your email&lt;BR /&gt;will begin to process/goand display how it did or did not go, giving you details as to&lt;BR /&gt;where it may have failed to pass.&lt;BR /&gt;&lt;BR /&gt;This was fairly simplistic, but maybe it gives you an idea where you can begin and what you need to read up on..&lt;BR /&gt;Half the fun is learning !&lt;BR /&gt;&lt;BR /&gt;Rgrds,&lt;BR /&gt;Rita&lt;BR /&gt;&lt;/FILL&gt;&lt;/IP&gt;</description>
      <pubDate>Wed, 10 Dec 2003 09:11:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail/m-p/3140824#M572170</guid>
      <dc:creator>Rita C Workman</dc:creator>
      <dc:date>2003-12-10T09:11:32Z</dc:date>
    </item>
    <item>
      <title>Re: Sendmail</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail/m-p/3140825#M572171</link>
      <description>After getting resolv.conf right.&lt;BR /&gt;&lt;BR /&gt;change the hsotname in /etc/rc.config.d/netconf to warlock.yourdomain.net&lt;BR /&gt;&lt;BR /&gt;In spite of the fact that you are using Cox cable as a smtp relay server, your mail will go out with a fully qualified domain name.&lt;BR /&gt;&lt;BR /&gt;If you can not change the host name:&lt;BR /&gt;&lt;BR /&gt;DJwarlock@yourdoman.net&lt;BR /&gt;&lt;BR /&gt;in sendmail.cf&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;resolv.conf should be either the IP address of the cable router, or if visible the dns server that is automatically assigned to the router.  You are better off with the internal ip if it works(almost always 192.168.0.1) because thats static.&lt;BR /&gt;&lt;BR /&gt;These cable people change ip address and DNS servers without notice to users.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Wed, 10 Dec 2003 10:42:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail/m-p/3140825#M572171</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-12-10T10:42:24Z</dc:date>
    </item>
    <item>
      <title>Re: Sendmail</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail/m-p/3140826#M572172</link>
      <description>The best approach will be to create your own domain name instead of depening on your internet provider. You need to edit /etc/resolv.conf, /etc/nsswitch.conf, /etc/rc.config.d/netconf and /etc/hosts file. Once you configure check your name resolution with nslookup command. You may also need to check your sendmail.cf file and configure it. Almost all information will be available from man pages about these configuration and the sendmail.cf file.</description>
      <pubDate>Wed, 10 Dec 2003 10:47:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail/m-p/3140826#M572172</guid>
      <dc:creator>Helen French</dc:creator>
      <dc:date>2003-12-10T10:47:44Z</dc:date>
    </item>
    <item>
      <title>Re: Sendmail</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail/m-p/3140827#M572173</link>
      <description>Hi John,&lt;BR /&gt;&lt;BR /&gt;Try this link,&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www1.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=200000065255439" target="_blank"&gt;http://www1.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=200000065255439&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;The doc id is KBRC00002070&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;Regds&lt;BR /&gt;</description>
      <pubDate>Wed, 10 Dec 2003 12:47:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail/m-p/3140827#M572173</guid>
      <dc:creator>Sanjay_6</dc:creator>
      <dc:date>2003-12-10T12:47:11Z</dc:date>
    </item>
  </channel>
</rss>

