<?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 - when problems occurs in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-when-problems-occurs/m-p/3789296#M264741</link>
    <description>the error showing that stat=Host unknown,seems that it is not able to resolve the host&lt;BR /&gt;check if you are able to resolve the hostname/ip of the relay server&lt;BR /&gt;&lt;BR /&gt;nslookup &lt;HOSTNAME or="" ip=""&gt;&lt;BR /&gt;nslookup 10.6.3.6&lt;BR /&gt;&lt;BR /&gt;if it is not able to resolve add it in /etc/hosts also check if u are having the correct DNS entries  in the /etc/resolv.conf&lt;BR /&gt;&lt;BR /&gt;2.Try to get the exact host name of the relay server and make the entry in the sendmail.cf file as&lt;BR /&gt;in the below example of my server..&lt;BR /&gt;DSrelayserverhostname&lt;BR /&gt;# "Smart" relay host (may be null)&lt;BR /&gt;DSink-relay.wenx.com&lt;BR /&gt;&lt;BR /&gt;restart the sendmail daemon and check again&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Ricky&lt;/HOSTNAME&gt;</description>
    <pubDate>Wed, 17 May 2006 10:22:56 GMT</pubDate>
    <dc:creator>ricky2</dc:creator>
    <dc:date>2006-05-17T10:22:56Z</dc:date>
    <item>
      <title>sendmail - when problems occurs</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-when-problems-occurs/m-p/3789290#M264735</link>
      <description>hi everyone,&lt;BR /&gt;&lt;BR /&gt;I need to configure my server to send mail for a specific e-mail count when occurs problems with a process.&lt;BR /&gt;&lt;BR /&gt;The count is management@mydomain.com.br.&lt;BR /&gt;&lt;BR /&gt;What configurations I need to do for this.&lt;BR /&gt;&lt;BR /&gt;I use HP-UX 11.0 and sendmail 8.9.3.&lt;BR /&gt;&lt;BR /&gt;Thanks in advance.&lt;BR /&gt;&lt;BR /&gt;    Daniel</description>
      <pubDate>Tue, 16 May 2006 16:09:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-when-problems-occurs/m-p/3789290#M264735</guid>
      <dc:creator>Daniel Aquere de Olivei</dc:creator>
      <dc:date>2006-05-16T16:09:40Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail - when problems occurs</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-when-problems-occurs/m-p/3789291#M264736</link>
      <description>Hi Daniel:&lt;BR /&gt;&lt;BR /&gt;You can configure the "smart relay" macro in '/etc/mail/sendmail.cf' like:&lt;BR /&gt;&lt;BR /&gt;DSmailservername.mydomain.com.br&lt;BR /&gt;&lt;BR /&gt;...where "mailservername" is the smart relay name.  THis relays all non-local mail to the relay host via SMTP.&lt;BR /&gt;&lt;BR /&gt;Then when you do something like:&lt;BR /&gt;&lt;BR /&gt;# mailx -s "Test Message" management@mydomain.com.br &amp;lt; /dev/null&lt;BR /&gt;&lt;BR /&gt;...the message is sent thusly.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Tue, 16 May 2006 16:18:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-when-problems-occurs/m-p/3789291#M264736</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2006-05-16T16:18:51Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail - when problems occurs</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-when-problems-occurs/m-p/3789292#M264737</link>
      <description>Shalom Daniel,&lt;BR /&gt;&lt;BR /&gt;Its not a matter of configuring sendmail as it is making sure sendmail can deliver the mail.&lt;BR /&gt;&lt;BR /&gt;The daemon does not have to even be running to send outbound mail.&lt;BR /&gt;&lt;BR /&gt;On the most basic level, if the HP-UX machine can do an nslookup on the MX mail exchange server, then it should be able to deliver scripted emmail to that server.&lt;BR /&gt;&lt;BR /&gt;This scenario requires no change to sendmail confguration.&lt;BR /&gt;&lt;BR /&gt;If as it is in many corporate lans an Exchange server, then that server needs to permit relay form the HP-UX box to itself. The default is not to permit it.&lt;BR /&gt;&lt;BR /&gt;What many admins do is have all HP-UX mail relayed by another box. This is a smtp or exchange server and once again relay from this HP-UX box must be set up in advance.&lt;BR /&gt;&lt;BR /&gt;You modify sendmail.cf which is usually in /etc or /etc/mail&lt;BR /&gt;&lt;BR /&gt;DShostnameexchangeserver&lt;BR /&gt;&lt;BR /&gt;or &lt;BR /&gt;DS&lt;BR /&gt;[192.168.0.10]&lt;BR /&gt;&lt;BR /&gt;save the file, and now all mail will be relayed through the chosen mail relay.&lt;BR /&gt;&lt;BR /&gt;Again, you don't need to have the sendmail daemon running to send mail, only to receive it.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Tue, 16 May 2006 16:23:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-when-problems-occurs/m-p/3789292#M264737</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2006-05-16T16:23:01Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail - when problems occurs</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-when-problems-occurs/m-p/3789293#M264738</link>
      <description>Hi Steven / James,&lt;BR /&gt;&lt;BR /&gt;Thanks for your attention.&lt;BR /&gt;&lt;BR /&gt;I did how recommended but, when the message is sent she doesn't arrive to the destiny, not even in the mail server.&lt;BR /&gt;&lt;BR /&gt;I change the file "/etc/nsswitch.conf":&lt;BR /&gt;&lt;BR /&gt;aliases: files nis &lt;BR /&gt;for&lt;BR /&gt;aliases: files (only files)&lt;BR /&gt;&lt;BR /&gt;Sendmail informs OK for the sending of the message. But the same doesn't arrive to the server mail.&lt;BR /&gt;&lt;BR /&gt;# mailx -s "Test Message" -u root -r management@mydomain.com.br &amp;lt; /dev/null&lt;BR /&gt;&lt;BR /&gt;Some idea of the one what can be happening?&lt;BR /&gt;&lt;BR /&gt;Regards.&lt;BR /&gt;&lt;BR /&gt;   Daniel</description>
      <pubDate>Wed, 17 May 2006 09:04:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-when-problems-occurs/m-p/3789293#M264738</guid>
      <dc:creator>Daniel Aquere de Olivei</dc:creator>
      <dc:date>2006-05-17T09:04:39Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail - when problems occurs</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-when-problems-occurs/m-p/3789294#M264739</link>
      <description>1.whenever you change the config file sendmail.cf restart the sendmail&lt;BR /&gt;&lt;BR /&gt;/sbin/rc2.d/S540sendmail stop&lt;BR /&gt;/sbin/rc2.d/S540sendmail start&lt;BR /&gt;&lt;BR /&gt;2.send a test mail using&lt;BR /&gt;&lt;BR /&gt;sendmail -v &lt;YOUR email="" id=""&gt;&lt;BR /&gt;&lt;BR /&gt;3.open another window and check the error message simultaneously after u send the testmail&lt;BR /&gt;at the log&lt;BR /&gt;&lt;BR /&gt;tail -f /var/adm/syslog/mail.log&lt;BR /&gt;&lt;BR /&gt;or with&lt;BR /&gt;&lt;BR /&gt;matail command&lt;BR /&gt;&lt;BR /&gt;4.If the mail is not recieved ,send the error message&lt;BR /&gt;&lt;BR /&gt;5.Also do a telnet to the mailserver ip at smtp port&lt;BR /&gt;telnet 198.xxx.xx.xx 25&lt;BR /&gt;check if u are able to connect if not send the error message&lt;BR /&gt;&lt;BR /&gt;thanks,&lt;BR /&gt;Ricky&lt;BR /&gt;&lt;/YOUR&gt;</description>
      <pubDate>Wed, 17 May 2006 09:53:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-when-problems-occurs/m-p/3789294#M264739</guid>
      <dc:creator>ricky2</dc:creator>
      <dc:date>2006-05-17T09:53:54Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail - when problems occurs</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-when-problems-occurs/m-p/3789295#M264740</link>
      <description>Hi Ricky,&lt;BR /&gt;&lt;BR /&gt;The message doesnÂ´t arrived.&lt;BR /&gt;&lt;BR /&gt;Error message:&lt;BR /&gt;&lt;BR /&gt;May 17 11:38:35 svnnm08 sendmail[20958]: starting daemon (8.9.3 (PHNE_29773)): SMTP+queueing@00:30:00&lt;BR /&gt;May 17 11:40:34 svnnm08 sendmail[21714]: LAA21714: from=root, size=162, class=0, pri=30162, nrcpts=1, msgid=&amp;lt;200605171440.LAA21714@svnnm08.flim.bus&amp;gt;, relay=root@localhost&lt;BR /&gt;May 17 11:40:34 svnnm08 sendmail[21716]: LAA21714: to=daniel.oliveira@primesys.com.br, ctladdr=root (0/3), delay=00:00:00, xdelay=00:00:00, mailer=relay, relay=10.6.3.6, stat=Host unknown (Name server: 10.6.3.6: host not found)&lt;BR /&gt;May 17 11:40:34 svnnm08 sendmail[21716]: LAA21714: LAA21716: DSN: Host unknown (Name server: 10.6.3.6: host not found)&lt;BR /&gt;May 17 11:40:34 svnnm08 sendmail[21716]: LAA21716: to=root, delay=00:00:00, xdelay=00:00:00, mailer=local, stat=Sent&lt;BR /&gt;May 17 11:49:49 svnnm08 sendmail[28069]: LAA28069: from=root, size=162, class=0, pri=30162, nrcpts=1, msgid=&amp;lt;200605171449.LAA28069@svnnm08.flim.bus&amp;gt;, relay=root@localhost&lt;BR /&gt;May 17 11:49:49 svnnm08 sendmail[28071]: LAA28069: to=daniel.oliveira@primesys.com.br, ctladdr=root (0/3), delay=00:00:00, xdelay=00:00:00, mailer=relay, relay=10.6.3.6, stat=Host unknown (Name server: 10.6.3.6: host not found)&lt;BR /&gt;May 17 11:49:49 svnnm08 sendmail[28071]: LAA28069: LAA28071: DSN: Host unknown (Name server: 10.6.3.6: host not found)&lt;BR /&gt;May 17 11:49:49 svnnm08 sendmail[28071]: LAA28071: to=root, delay=00:00:00, xdelay=00:00:00, mailer=local, stat=Sent&lt;BR /&gt;May 17 11:56:01 svnnm08 sendmail[497]: Warning: .cf file is out of date: sendmail 8.9.3 (PHNE_29773) supports version 8, .cf file is version 6&lt;BR /&gt;&lt;BR /&gt;With telnet, the message has send OK.&lt;BR /&gt;&lt;BR /&gt;Tks.&lt;BR /&gt;&lt;BR /&gt;   Daniel</description>
      <pubDate>Wed, 17 May 2006 10:03:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-when-problems-occurs/m-p/3789295#M264740</guid>
      <dc:creator>Daniel Aquere de Olivei</dc:creator>
      <dc:date>2006-05-17T10:03:26Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail - when problems occurs</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-when-problems-occurs/m-p/3789296#M264741</link>
      <description>the error showing that stat=Host unknown,seems that it is not able to resolve the host&lt;BR /&gt;check if you are able to resolve the hostname/ip of the relay server&lt;BR /&gt;&lt;BR /&gt;nslookup &lt;HOSTNAME or="" ip=""&gt;&lt;BR /&gt;nslookup 10.6.3.6&lt;BR /&gt;&lt;BR /&gt;if it is not able to resolve add it in /etc/hosts also check if u are having the correct DNS entries  in the /etc/resolv.conf&lt;BR /&gt;&lt;BR /&gt;2.Try to get the exact host name of the relay server and make the entry in the sendmail.cf file as&lt;BR /&gt;in the below example of my server..&lt;BR /&gt;DSrelayserverhostname&lt;BR /&gt;# "Smart" relay host (may be null)&lt;BR /&gt;DSink-relay.wenx.com&lt;BR /&gt;&lt;BR /&gt;restart the sendmail daemon and check again&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Ricky&lt;/HOSTNAME&gt;</description>
      <pubDate>Wed, 17 May 2006 10:22:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-when-problems-occurs/m-p/3789296#M264741</guid>
      <dc:creator>ricky2</dc:creator>
      <dc:date>2006-05-17T10:22:56Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail - when problems occurs</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-when-problems-occurs/m-p/3789297#M264742</link>
      <description>Hi Ricky,&lt;BR /&gt;&lt;BR /&gt;Thanks, again...&lt;BR /&gt;&lt;BR /&gt;The problem is solved.&lt;BR /&gt;&lt;BR /&gt;Regards.&lt;BR /&gt;&lt;BR /&gt;    Daniel</description>
      <pubDate>Wed, 17 May 2006 12:10:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-when-problems-occurs/m-p/3789297#M264742</guid>
      <dc:creator>Daniel Aquere de Olivei</dc:creator>
      <dc:date>2006-05-17T12:10:39Z</dc:date>
    </item>
  </channel>
</rss>

