<?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/2722787#M584672</link>
    <description>Sanjay,&lt;BR /&gt;&lt;BR /&gt;Yes Sendmail is configured...&lt;BR /&gt;&lt;BR /&gt;David &lt;BR /&gt;&lt;BR /&gt;Tried the stuff in the link but no luck...&lt;BR /&gt;&lt;BR /&gt;Chan&lt;BR /&gt;&lt;BR /&gt;Checked .. seems to be fine.. the exact same config works fine..on the other server...&lt;BR /&gt;&lt;BR /&gt;Sivakumar,&lt;BR /&gt;&lt;BR /&gt;I am confused ... there is an entry in the /etc/hosts file and I am sure we are using DNS...&lt;BR /&gt;&lt;BR /&gt;I am totally new to sendmail. and have no idea... it was already setup ..&lt;BR /&gt;&lt;BR /&gt;Thanks in advance for your help</description>
    <pubDate>Tue, 14 May 2002 13:24:21 GMT</pubDate>
    <dc:creator>John McDen</dc:creator>
    <dc:date>2002-05-14T13:24:21Z</dc:date>
    <item>
      <title>sendmail ??</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail/m-p/2722781#M584666</link>
      <description>[wtsdb15:/] sendmail -v user@xyz.com&lt;BR /&gt;xyz.com: Name server timeout&lt;BR /&gt;user@xyx.com... Transient parse error -- message queued for future delivery&lt;BR /&gt;test&lt;BR /&gt;user@xyz.com... queued&lt;BR /&gt;&lt;BR /&gt;Can't send email from unix...&lt;BR /&gt;&lt;BR /&gt;HP-UX Ver 11.0&lt;BR /&gt;</description>
      <pubDate>Mon, 13 May 2002 19:25:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail/m-p/2722781#M584666</guid>
      <dc:creator>John McDen</dc:creator>
      <dc:date>2002-05-13T19:25:30Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail ??</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail/m-p/2722782#M584667</link>
      <description>Hi John,&lt;BR /&gt;&lt;BR /&gt;Do you have sendmail configured on your system. If not first configure the sendmail,&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/B2355-90147/B2355-90147_top.html&amp;amp;con=/hpux/onlinedocs/B2355-90147/00/00/35-con.html&amp;amp;toc=/hpux/onlinedocs/B2355-90147/00/00/35-toc.html&amp;amp;searchterms=configure%20sendmail&amp;amp;queryid=20020513-133623" target="_blank"&gt;http://docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/B2355-90147/B2355-90147_top.html&amp;amp;con=/hpux/onlinedocs/B2355-90147/00/00/35-con.html&amp;amp;toc=/hpux/onlinedocs/B2355-90147/00/00/35-toc.html&amp;amp;searchterms=configure%20sendmail&amp;amp;queryid=20020513-133623&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Then setup a mail relay if you have a mail relay to relay mails to the other servers.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://us-support.external.hp.com/cki/bin/doc.pl/sid=999868101823afac7d/screen=ckiDisplayDocument?docId=200000048726177" target="_blank"&gt;http://us-support.external.hp.com/cki/bin/doc.pl/sid=999868101823afac7d/screen=ckiDisplayDocument?docId=200000048726177&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Do a search on the forum with keyword sendmail and then go deeper into the search to look into more suggestions.&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;Regds&lt;BR /&gt;</description>
      <pubDate>Mon, 13 May 2002 19:30:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail/m-p/2722782#M584667</guid>
      <dc:creator>Sanjay_6</dc:creator>
      <dc:date>2002-05-13T19:30:24Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail ??</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail/m-p/2722783#M584668</link>
      <description>To force all email to another mail relay, set the smart host, relay for unqualified addresses (no @host part), relay for all local addresses (ie @localhost), and masquerade: &lt;BR /&gt;&lt;BR /&gt;DSserver1 &lt;BR /&gt;DR$S &lt;BR /&gt;DH$S &lt;BR /&gt;DM$m &lt;BR /&gt;&lt;BR /&gt;Then restart sendmail: &lt;BR /&gt;/sbin/init.d/sendmail stop &lt;BR /&gt;/sbin/init.d/sendmail start &lt;BR /&gt;&lt;BR /&gt;And test: &lt;BR /&gt;&lt;BR /&gt;$ sendmail -bv junk &lt;BR /&gt;junk... deliverable: mailer relay, host server1, user junk@server1 &lt;BR /&gt;&lt;BR /&gt;$ sendmail -bv junk@localhost &lt;BR /&gt;junk@localhost... deliverable: mailer relay, host server1, user junk@server1 &lt;BR /&gt;&lt;BR /&gt;$ sendmail -bv junk@some.other.net &lt;BR /&gt;junk@some.other.net... deliverable: mailer relay, host server1, user junk@some.other.net &lt;BR /&gt;&lt;BR /&gt;$ sendmail -bv root &lt;BR /&gt;root... deliverable: mailer relay, host server1, root@server1 &lt;BR /&gt;&lt;BR /&gt;You should also consider disabling the smtp port if you don't intend to allow sendmail to receive messages from the network. Find sendmail -bd in /sbin/init.d/sendmail and remove the -bd. &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Try this:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x69a7ee3e323bd5118fef0090279cd0f9,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x69a7ee3e323bd5118fef0090279cd0f9,00.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 13 May 2002 19:33:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail/m-p/2722783#M584668</guid>
      <dc:creator>Ricardo Bassoi</dc:creator>
      <dc:date>2002-05-13T19:33:54Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail ??</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail/m-p/2722784#M584669</link>
      <description>Hi John,&lt;BR /&gt;&lt;BR /&gt;Take a look at this. It'll save me retyping it and keep it in context!&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xa2817d4cf554d611abdb0090277a778c,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xa2817d4cf554d611abdb0090277a778c,00.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;&lt;BR /&gt;Dave.</description>
      <pubDate>Mon, 13 May 2002 19:37:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail/m-p/2722784#M584669</guid>
      <dc:creator>David Burgess</dc:creator>
      <dc:date>2002-05-13T19:37:44Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail ??</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail/m-p/2722785#M584670</link>
      <description>Looks like hostname resolution problem. A few things to check ..&lt;BR /&gt;a) Make sure /etc/mail/service.switch has .. (if you're using DNS).&lt;BR /&gt;&lt;BR /&gt;hosts   dns files&lt;BR /&gt;aliases files&lt;BR /&gt;&lt;BR /&gt;b) /etc/nsswitch.conf file, check the desire resolution.&lt;BR /&gt;&lt;BR /&gt;c) /etc/mail/sendmail.cf, check if mail relay is setup correctly.</description>
      <pubDate>Mon, 13 May 2002 19:38:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail/m-p/2722785#M584670</guid>
      <dc:creator>S.K. Chan</dc:creator>
      <dc:date>2002-05-13T19:38:07Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail ??</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail/m-p/2722786#M584671</link>
      <description>hi,&lt;BR /&gt;give more details about your setup. are you &lt;BR /&gt;using DNS or /etc/hosts ?.&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;U.SivaKumar</description>
      <pubDate>Tue, 14 May 2002 06:17:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail/m-p/2722786#M584671</guid>
      <dc:creator>U.SivaKumar_2</dc:creator>
      <dc:date>2002-05-14T06:17:47Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail ??</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail/m-p/2722787#M584672</link>
      <description>Sanjay,&lt;BR /&gt;&lt;BR /&gt;Yes Sendmail is configured...&lt;BR /&gt;&lt;BR /&gt;David &lt;BR /&gt;&lt;BR /&gt;Tried the stuff in the link but no luck...&lt;BR /&gt;&lt;BR /&gt;Chan&lt;BR /&gt;&lt;BR /&gt;Checked .. seems to be fine.. the exact same config works fine..on the other server...&lt;BR /&gt;&lt;BR /&gt;Sivakumar,&lt;BR /&gt;&lt;BR /&gt;I am confused ... there is an entry in the /etc/hosts file and I am sure we are using DNS...&lt;BR /&gt;&lt;BR /&gt;I am totally new to sendmail. and have no idea... it was already setup ..&lt;BR /&gt;&lt;BR /&gt;Thanks in advance for your help</description>
      <pubDate>Tue, 14 May 2002 13:24:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail/m-p/2722787#M584672</guid>
      <dc:creator>John McDen</dc:creator>
      <dc:date>2002-05-14T13:24:21Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail ??</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail/m-p/2722788#M584673</link>
      <description>I just happend to see that we don't have resovl.conf but in the nsswitch.conf file we are using ..&lt;BR /&gt;&lt;BR /&gt;hosts:        files [NOTFOUND=continue] dns&lt;BR /&gt;&lt;BR /&gt;I am not sure...please help me...</description>
      <pubDate>Tue, 14 May 2002 13:29:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail/m-p/2722788#M584673</guid>
      <dc:creator>John McDen</dc:creator>
      <dc:date>2002-05-14T13:29:26Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail ??</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail/m-p/2722789#M584674</link>
      <description>To use DNS, create the /etc/resolv.conf file with 2 lines, as such:&lt;BR /&gt;domain &lt;DOMAINNAME.COM&gt;&lt;BR /&gt;nameserver &lt;NAMESERVERS ip="" address=""&gt;&lt;BR /&gt;&lt;BR /&gt;This will allow the nameserver to resolve a host that is now in your /etc/host file.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Mark&lt;/NAMESERVERS&gt;&lt;/DOMAINNAME.COM&gt;</description>
      <pubDate>Tue, 14 May 2002 16:21:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail/m-p/2722789#M584674</guid>
      <dc:creator>Mark Ellzey</dc:creator>
      <dc:date>2002-05-14T16:21:41Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail ??</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail/m-p/2722790#M584675</link>
      <description>Last line should read:&lt;BR /&gt;This will allow your nameserver to resolve a host that is NOT in your /etc/hosts file.</description>
      <pubDate>Tue, 14 May 2002 16:23:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail/m-p/2722790#M584675</guid>
      <dc:creator>Mark Ellzey</dc:creator>
      <dc:date>2002-05-14T16:23:17Z</dc:date>
    </item>
  </channel>
</rss>

