<?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 configuration in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-configuration/m-p/2588750#M592845</link>
    <description>Guys,&lt;BR /&gt;&lt;BR /&gt;I am still getting the same error.  I did went through your change requests and even rebooted my box!&lt;BR /&gt;&lt;BR /&gt;I did notice however that once I run:&lt;BR /&gt;/usr/lib/sendmail -d0.4,37.1&lt;BR /&gt;&lt;BR /&gt;the system returns:&lt;BR /&gt;======= SYSTEM IDENTITY (after readcf)===     &lt;BR /&gt;      (short domain name) $w = abcsrvr                        &lt;BR /&gt;  (canonical domain name) $j = $w.$Y.$D                      &lt;BR /&gt;    (subdomain name) $m = abcsrvr.MY.DOMAIN             &lt;BR /&gt;                  (node name) $k = abcsrvr    &lt;BR /&gt;================================= &lt;BR /&gt;&lt;BR /&gt;What is that $j variable?  Could it be configurable somewhere?&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Wed, 03 Oct 2001 22:29:04 GMT</pubDate>
    <dc:creator>E. Wong</dc:creator>
    <dc:date>2001-10-03T22:29:04Z</dc:date>
    <item>
      <title>sendmail configuration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-configuration/m-p/2588747#M592842</link>
      <description>For some reason, I keep getting a notification in /var/adm/syslog/syslog.log with the following info:&lt;BR /&gt;&lt;BR /&gt; Unable to get canonical name of client, err = 0&lt;BR /&gt;&lt;BR /&gt;Where can I look into (/etc/mail/sendmail.cf maybe?) to correct this.&lt;BR /&gt;&lt;BR /&gt;E.</description>
      <pubDate>Tue, 02 Oct 2001 23:03:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-configuration/m-p/2588747#M592842</guid>
      <dc:creator>E. Wong</dc:creator>
      <dc:date>2001-10-02T23:03:48Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail configuration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-configuration/m-p/2588748#M592843</link>
      <description>This just means that sendmail doesn't know the fully qualified domain name (FQDN) of the server.  Check that the domain name is set in /etc/resolv.conf.  Also make sure the FQDN is one of the aliases for the machine in the /etc/hosts file.  Finally set your /etc/nsswitch.conf file and restart sendmail (/sbin/init.d/sendmail stop &amp;amp;&amp;amp; /sbin/init.d/sendmail start)&lt;BR /&gt;&lt;BR /&gt;-Santosh</description>
      <pubDate>Tue, 02 Oct 2001 23:36:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-configuration/m-p/2588748#M592843</guid>
      <dc:creator>Santosh Nair_1</dc:creator>
      <dc:date>2001-10-02T23:36:34Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail configuration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-configuration/m-p/2588749#M592844</link>
      <description>Check also your file: sendmail.cw&lt;BR /&gt;&lt;BR /&gt;This file should contain all possible names that "this" host might be known as.&lt;BR /&gt;if you have a host entry like&lt;BR /&gt;&lt;BR /&gt;127.0.0.1 localhost&lt;BR /&gt;192.192.100.20 myhost MYHOST backuphost&lt;BR /&gt;&lt;BR /&gt;example:&lt;BR /&gt;localhost&lt;BR /&gt;myhost&lt;BR /&gt;myhost.foo&lt;BR /&gt;myhost.foo.com&lt;BR /&gt;MYHOST&lt;BR /&gt;MYHOST.foo&lt;BR /&gt;MYHOST.foo.com&lt;BR /&gt;backuphost&lt;BR /&gt;backuphost.foo&lt;BR /&gt;backuphost.foo.com&lt;BR /&gt;&lt;BR /&gt;stop and start sendmail&lt;BR /&gt;/sbin/init.d/sendmail stop&lt;BR /&gt;/sbin/init.d/sendmail start&lt;BR /&gt;&lt;BR /&gt;(or try kill -HUP on the sendmail process)&lt;BR /&gt;&lt;BR /&gt;to activate.&lt;BR /&gt;</description>
      <pubDate>Wed, 03 Oct 2001 10:38:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-configuration/m-p/2588749#M592844</guid>
      <dc:creator>Tor-Arne Nostdal</dc:creator>
      <dc:date>2001-10-03T10:38:58Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail configuration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-configuration/m-p/2588750#M592845</link>
      <description>Guys,&lt;BR /&gt;&lt;BR /&gt;I am still getting the same error.  I did went through your change requests and even rebooted my box!&lt;BR /&gt;&lt;BR /&gt;I did notice however that once I run:&lt;BR /&gt;/usr/lib/sendmail -d0.4,37.1&lt;BR /&gt;&lt;BR /&gt;the system returns:&lt;BR /&gt;======= SYSTEM IDENTITY (after readcf)===     &lt;BR /&gt;      (short domain name) $w = abcsrvr                        &lt;BR /&gt;  (canonical domain name) $j = $w.$Y.$D                      &lt;BR /&gt;    (subdomain name) $m = abcsrvr.MY.DOMAIN             &lt;BR /&gt;                  (node name) $k = abcsrvr    &lt;BR /&gt;================================= &lt;BR /&gt;&lt;BR /&gt;What is that $j variable?  Could it be configurable somewhere?&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 03 Oct 2001 22:29:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-configuration/m-p/2588750#M592845</guid>
      <dc:creator>E. Wong</dc:creator>
      <dc:date>2001-10-03T22:29:04Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail configuration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-configuration/m-p/2588751#M592846</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;Look in /etc/mail/sendmail.cf. Search for $j and you will see the $j macro and a pretty good explanation of what it does and how to set it. Before you change sendmail.cf make a safe copy so that you don't kill sendmail by accident. Make your changes to sendmail.cf and stop/start sendmail and your syslog messages should disappear. &lt;BR /&gt;&lt;BR /&gt;Regards, Clay</description>
      <pubDate>Wed, 03 Oct 2001 22:34:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-configuration/m-p/2588751#M592846</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2001-10-03T22:34:39Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail configuration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-configuration/m-p/2588752#M592847</link>
      <description>Hi,&lt;BR /&gt;What does your /var/adm/syslog/mail.log&lt;BR /&gt;tell you? Also are you trying to send mail to an outside box on your network or just local users? What output do you get when you do &lt;BR /&gt;echo test | sendmail -v root@localhost&lt;BR /&gt;or&lt;BR /&gt;echo test | sendmail -v user@anydomain.com&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Richard&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 04 Oct 2001 00:29:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-configuration/m-p/2588752#M592847</guid>
      <dc:creator>someone_4</dc:creator>
      <dc:date>2001-10-04T00:29:57Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail configuration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-configuration/m-p/2588753#M592848</link>
      <description>Clay,&lt;BR /&gt;&lt;BR /&gt;You've got the missing link! Thanks for the tip.  Also thanks to all participating peers for your ideas.&lt;BR /&gt;&lt;BR /&gt;E.</description>
      <pubDate>Thu, 04 Oct 2001 16:42:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-configuration/m-p/2588753#M592848</guid>
      <dc:creator>E. Wong</dc:creator>
      <dc:date>2001-10-04T16:42:06Z</dc:date>
    </item>
  </channel>
</rss>

