<?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 setting in HP UX 11.23 in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-setting-in-hp-ux-11-23/m-p/4422703#M354561</link>
    <description>Looking at the mail transcripts, it seems like your host2 can not identify itself Look at the IP addresses introduced. host1 seems to advertise (tell) it IP address to the mail relay server whereas host2 advertise the 127.0.0.1 whih is the local host. Are you sure you can connect any other server from host2 ? Make sure on host2 you have valid /etc/rc.config.d/netconf and /etc/hosts files.&lt;BR /&gt;</description>
    <pubDate>Tue, 19 May 2009 14:33:47 GMT</pubDate>
    <dc:creator>Mel Burslan</dc:creator>
    <dc:date>2009-05-19T14:33:47Z</dc:date>
    <item>
      <title>sendmail setting in HP UX 11.23</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-setting-in-hp-ux-11-23/m-p/4422702#M354560</link>
      <description>Hi Guru,&lt;BR /&gt;I have two servers: host1 and host2, both are HP UX 11.23, I am trying to setup the sendmail, from my point, two servers sendmail configuration are identical, but the result are different. For below test, I can receive the email sent from host1 to my hotmail, but the one sent from host2 remains in the queue, cannot connect to my relay sever. file /etc/rc.config.d/mailservs, /etc/mail/sendmial.cf, /etc/mail/aliases, /etc/mail/sendmail.cw are contain same setting.&lt;BR /&gt;root@host1:/etc/mail$ /usr/sbin/sendmail -v abc@hotmail.com&lt;BR /&gt;test mail from host1.&lt;BR /&gt;.&lt;BR /&gt;abc@hotmail.com... Connecting to smtp.test.com. via relay...&lt;BR /&gt;220 smtp.test.corp Microsoft ESMTP MAIL Service ready at Thu, 14 May 2009 21:54:00 -0400&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt; EHLO host1.test.corp&lt;BR /&gt;250-smtp.test.corp Hello [10.5.8.7]&lt;BR /&gt;250-SIZE 20971520&lt;BR /&gt;250-PIPELINING&lt;BR /&gt;250-DSN&lt;BR /&gt;250-ENHANCEDSTATUSCODES&lt;BR /&gt;250-AUTH LOGIN&lt;BR /&gt;250-8BITMIME&lt;BR /&gt;250-BINARYMIME&lt;BR /&gt;250 CHUNKING&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt; MAIL From:&lt;ROOT&gt; SIZE=37 AUTH=root@+81w.test.corp&lt;BR /&gt;250 2.1.0 Sender OK&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt; RCPT To:&lt;ABC&gt;&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt; DATA&lt;BR /&gt;250 2.1.5 Recipient OK&lt;BR /&gt;354 Start mail input; end with &lt;CRLF&gt;.&lt;CRLF&gt;&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt; .&lt;BR /&gt;250 2.6.0 &amp;lt;200905150153.n4F1rxS8008136@host1.test.corp&amp;gt; Queued mail for delivery&lt;BR /&gt;abc@hotmail.com... Sent (&amp;lt;200905150153.n4F1rxS8008136@host1.test.corp&amp;gt; Queued mail for delivery)&lt;BR /&gt;Closing connection to smtp.test.com.&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt; QUIT&lt;BR /&gt;221 2.0.0 Service closing transmission channel&lt;BR /&gt;&lt;BR /&gt;root@host2:/home/root$ /usr/sbin/sendmail -v abc@hotmail.com&lt;BR /&gt;this is a test from host2. send by comand sendmail&lt;BR /&gt;.&lt;BR /&gt;root... Connecting to [127.0.0.1] via relay...&lt;BR /&gt;220 host2.test.corp ESMTP Sendmail @(#)Sendmail version 8.13.3 - Revision 1.005 - 15 November 2007/8.11.1; Sun, 17 May 2009 14:16:41 -0500 (CDT)&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt; EHLO host2.test.corp&lt;BR /&gt;250-host2.test.corp Hello smmsp@localhost [127.0.0.1], pleased to meet you&lt;BR /&gt;250-ENHANCEDSTATUSCODES&lt;BR /&gt;250-PIPELINING&lt;BR /&gt;250-EXPN&lt;BR /&gt;250-VERB&lt;BR /&gt;250-8BITMIME&lt;BR /&gt;250-SIZE&lt;BR /&gt;250-DSN&lt;BR /&gt;250-ETRN&lt;BR /&gt;250-DELIVERBY&lt;BR /&gt;250 HELP&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt; VERB&lt;BR /&gt;250 2.0.0 Verbose mode&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt; MAIL From:&amp;lt;&amp;gt; SIZE=1078&lt;BR /&gt;250 2.1.0 &amp;lt;&amp;gt;... Sender ok&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt; RCPT To:&lt;ROOT&gt;&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt; DATA&lt;BR /&gt;250 2.1.5 &lt;ROOT&gt;... Recipient ok&lt;BR /&gt;354 Enter mail, end with "." on a line by itself&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt; .&lt;BR /&gt;050 &lt;ROOT&gt;... Connecting to local...&lt;BR /&gt;050 &lt;ROOT&gt;... Sent&lt;BR /&gt;250 2.0.0 n4HJGfp5023734 Message accepted for delivery&lt;BR /&gt;root... Sent (n4HJGfp5023734 Message accepted for delivery)&lt;BR /&gt;Closing connection to [127.0.0.1]&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt; QUIT&lt;BR /&gt;221 2.0.0 host2.test.corp closing connection&lt;BR /&gt;root@host2:/home/root$&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;Peter Yu&lt;/ROOT&gt;&lt;/ROOT&gt;&lt;/ROOT&gt;&lt;/ROOT&gt;&lt;/CRLF&gt;&lt;/CRLF&gt;&lt;/ABC&gt;&lt;/ROOT&gt;</description>
      <pubDate>Tue, 19 May 2009 14:10:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-setting-in-hp-ux-11-23/m-p/4422702#M354560</guid>
      <dc:creator>Peter Yu</dc:creator>
      <dc:date>2009-05-19T14:10:40Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail setting in HP UX 11.23</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-setting-in-hp-ux-11-23/m-p/4422703#M354561</link>
      <description>Looking at the mail transcripts, it seems like your host2 can not identify itself Look at the IP addresses introduced. host1 seems to advertise (tell) it IP address to the mail relay server whereas host2 advertise the 127.0.0.1 whih is the local host. Are you sure you can connect any other server from host2 ? Make sure on host2 you have valid /etc/rc.config.d/netconf and /etc/hosts files.&lt;BR /&gt;</description>
      <pubDate>Tue, 19 May 2009 14:33:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-setting-in-hp-ux-11-23/m-p/4422703#M354561</guid>
      <dc:creator>Mel Burslan</dc:creator>
      <dc:date>2009-05-19T14:33:47Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail setting in HP UX 11.23</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-setting-in-hp-ux-11-23/m-p/4422704#M354562</link>
      <description>Shalom Peter,&lt;BR /&gt;&lt;BR /&gt;Probably the sendmail.cf configuration is not consistent.&lt;BR /&gt;&lt;BR /&gt;Also note that host2 is accepting the mail for local delivery to the local sendmail daemon, which is running.&lt;BR /&gt;&lt;BR /&gt;If sendmail is not running on host1 that could be the problem.&lt;BR /&gt;&lt;BR /&gt;Standard configuration for the corporate environment is to relay mail via a local smtp relay server.&lt;BR /&gt;&lt;BR /&gt;DSrelayserverhostname&lt;BR /&gt;&lt;BR /&gt;or&lt;BR /&gt;DS&lt;BR /&gt;[192.168.0.10]&lt;BR /&gt;&lt;BR /&gt;Where 192.168.0.10 is the local relay server.&lt;BR /&gt;&lt;BR /&gt;The second approach, in sendmail.cf avoids mail delivery problems if DNS is down.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Tue, 19 May 2009 14:35:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-setting-in-hp-ux-11-23/m-p/4422704#M354562</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2009-05-19T14:35:28Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail setting in HP UX 11.23</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-setting-in-hp-ux-11-23/m-p/4422705#M354563</link>
      <description>Mel,&lt;BR /&gt;Thans for your reply, I checked the netconf and hosts file, it is OK. I can ping mail relay server from both host1 and host2.&lt;BR /&gt;&lt;BR /&gt;Steven,&lt;BR /&gt;file sendmail.cf is identical, both has DSsmtp.test.com&lt;BR /&gt;&lt;BR /&gt;and I can ping smtp.test.com form both server.&lt;BR /&gt;&lt;BR /&gt;What confuse me is same setting, one connect to relay server, one connect to local daemon...&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;Peter</description>
      <pubDate>Tue, 19 May 2009 16:49:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-setting-in-hp-ux-11-23/m-p/4422705#M354563</guid>
      <dc:creator>Peter Yu</dc:creator>
      <dc:date>2009-05-19T16:49:27Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail setting in HP UX 11.23</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-setting-in-hp-ux-11-23/m-p/4422706#M354564</link>
      <description>It remains same issue, anybody can help, thanks.&lt;BR /&gt;&lt;BR /&gt;Peter Yu</description>
      <pubDate>Wed, 20 May 2009 15:16:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-setting-in-hp-ux-11-23/m-p/4422706#M354564</guid>
      <dc:creator>Peter Yu</dc:creator>
      <dc:date>2009-05-20T15:16:12Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail setting in HP UX 11.23</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-setting-in-hp-ux-11-23/m-p/4422707#M354565</link>
      <description>From server2 (not working server)&lt;BR /&gt;&lt;BR /&gt;telnet 192.168.0.10 25&lt;BR /&gt;&lt;BR /&gt;what do you get in response ? Is it timing out or are you getting something like &lt;BR /&gt;&lt;BR /&gt;EHLO server2 .... etc..</description>
      <pubDate>Wed, 20 May 2009 19:31:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-setting-in-hp-ux-11-23/m-p/4422707#M354565</guid>
      <dc:creator>Mel Burslan</dc:creator>
      <dc:date>2009-05-20T19:31:49Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail setting in HP UX 11.23</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-setting-in-hp-ux-11-23/m-p/4422708#M354566</link>
      <description>Mel,&lt;BR /&gt;from host1 and host2 do telnet 192.168.0.10 25, both will timeout.&lt;BR /&gt;But if I telnet smtp.test.com 25,both get in. I can they run HELO, MAIL FROM, ...&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;Peter Yu&lt;BR /&gt;</description>
      <pubDate>Wed, 20 May 2009 21:59:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-setting-in-hp-ux-11-23/m-p/4422708#M354566</guid>
      <dc:creator>Peter Yu</dc:creator>
      <dc:date>2009-05-20T21:59:47Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail setting in HP UX 11.23</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-setting-in-hp-ux-11-23/m-p/4422709#M354567</link>
      <description>Issue fixed...&lt;BR /&gt;the issue comes from submit.cf file, host1 don't have this file, but host2 has. But unfortunat the value in host2 has wrong value for smtp realy. so change it to correct value works.&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;Peter</description>
      <pubDate>Fri, 22 May 2009 12:12:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-setting-in-hp-ux-11-23/m-p/4422709#M354567</guid>
      <dc:creator>Peter Yu</dc:creator>
      <dc:date>2009-05-22T12:12:02Z</dc:date>
    </item>
  </channel>
</rss>

