<?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: about sendmail in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/about-sendmail/m-p/2790498#M88693</link>
    <description>kasper,&lt;BR /&gt;&lt;BR /&gt;thanks for ur mail, its help me to confirm my dns settings and sendmail config.&lt;BR /&gt;&lt;BR /&gt;pls help to sold this,&lt;BR /&gt;&lt;BR /&gt;my dns master DB has A record,&lt;BR /&gt;localhost 127.0.0.1&lt;BR /&gt;this will localhost.lx01.com, right.&lt;BR /&gt;&lt;BR /&gt;my q is do i need this localhost without (.)&lt;BR /&gt;or i have to give a (.) at the end, like,&lt;BR /&gt;localhost. 127.0.0.1&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Thu, 22 Aug 2002 11:44:25 GMT</pubDate>
    <dc:creator>tuhin</dc:creator>
    <dc:date>2002-08-22T11:44:25Z</dc:date>
    <item>
      <title>about sendmail</title>
      <link>https://community.hpe.com/t5/operating-system-linux/about-sendmail/m-p/2790495#M88690</link>
      <description>my HOSTNAME=ns.lx01.com&lt;BR /&gt;and dns has MX 10 ns.lx01.com&lt;BR /&gt;my sendmail only configure with Cwlocalhost.&lt;BR /&gt;do i need to chainge it to Cwlx01.com?&lt;BR /&gt;and other setting is ok.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 21 Aug 2002 05:56:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/about-sendmail/m-p/2790495#M88690</guid>
      <dc:creator>tuhin</dc:creator>
      <dc:date>2002-08-21T05:56:50Z</dc:date>
    </item>
    <item>
      <title>Re: about sendmail</title>
      <link>https://community.hpe.com/t5/operating-system-linux/about-sendmail/m-p/2790496#M88691</link>
      <description>I'm just learning the same myself, but I believe that you are correct in having to change your sendmail.cf file to show Cw lx01.com.  Otherwise you would have to give the FQDN including the host name for the mail server.</description>
      <pubDate>Thu, 22 Aug 2002 04:06:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/about-sendmail/m-p/2790496#M88691</guid>
      <dc:creator>Plenty Groover</dc:creator>
      <dc:date>2002-08-22T04:06:29Z</dc:date>
    </item>
    <item>
      <title>Re: about sendmail</title>
      <link>https://community.hpe.com/t5/operating-system-linux/about-sendmail/m-p/2790497#M88692</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;w holds the values, that this_host_accepts_mail_for&lt;BR /&gt;&lt;BR /&gt;if mail for your domain (lx01.com) should also be accepted by this host, 'lx01.com' needs to be included into 'w'. Also aliases if you have them, like mail.lx01.com. I suggest to leave 'Cwlocalhost' alone, and add the following to /etc/mail/local-host-names&lt;BR /&gt;&lt;BR /&gt;ns&lt;BR /&gt;ns.lx01.com&lt;BR /&gt;# the following 3 only when applicable&lt;BR /&gt;lx01.com&lt;BR /&gt;mail&lt;BR /&gt;mail.lx01.com&lt;BR /&gt;&lt;BR /&gt;local-host-names is referenced from sendmail.cf by the line:&lt;BR /&gt;Fw/etc/mail/local-host-names&lt;BR /&gt;&lt;BR /&gt;local-host-names == sendmail.cw on hp-ux&lt;BR /&gt;&lt;BR /&gt;You can test if sendmail sees the correct values by starting sendmail in test mode:&lt;BR /&gt;sendmail -bt&lt;BR /&gt;&amp;gt; $=w   #should return all the values sendmail holds for 'w'&lt;BR /&gt;ns&lt;BR /&gt;ns.lx01.com&lt;BR /&gt;localhost&lt;BR /&gt;[127.0.0.1]&lt;BR /&gt;[IP for ns.lx01.com]&lt;BR /&gt;&amp;gt; &lt;CTRL&gt;D  #to exit test harnas&lt;BR /&gt;&lt;BR /&gt;The next bit is from sendmail.cf on hp-ux explaining the Class 'w':&lt;BR /&gt;&lt;BR /&gt;Aliases for Local Host (class w):  This configuration will automatically recognize that mail to users at the local host or any of its host name aliases or CNAMEs should be delivered locally.  Other host names that you wish to recognize as local can be added to class w as either a simple class definition (Cw) or a file class (Fw).  Any names added to class w must be canonical names.  For example, by default, only the server of an nfs cluster runs the sendmail daemon, and mail from the clients is sent out with headers indicating that it originated on the server.  However, you might want the server also to accept mail addressed to users at the clients.  You could have nameserver MX records  directing mail for the clients to the server, and make the server recognize the clients' host names as local.  By default class W is defined in 2 stages. Using Cw to add the name "localhost" to class w and then adding the names listed in the file "/etc/mail/sendmail.cw" to class w using Fw. To add other hostnames to class w just add the names as new lines in the file sendmail.cw.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Hth&lt;/CTRL&gt;</description>
      <pubDate>Thu, 22 Aug 2002 06:13:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/about-sendmail/m-p/2790497#M88692</guid>
      <dc:creator>Kasper Haitsma</dc:creator>
      <dc:date>2002-08-22T06:13:10Z</dc:date>
    </item>
    <item>
      <title>Re: about sendmail</title>
      <link>https://community.hpe.com/t5/operating-system-linux/about-sendmail/m-p/2790498#M88693</link>
      <description>kasper,&lt;BR /&gt;&lt;BR /&gt;thanks for ur mail, its help me to confirm my dns settings and sendmail config.&lt;BR /&gt;&lt;BR /&gt;pls help to sold this,&lt;BR /&gt;&lt;BR /&gt;my dns master DB has A record,&lt;BR /&gt;localhost 127.0.0.1&lt;BR /&gt;this will localhost.lx01.com, right.&lt;BR /&gt;&lt;BR /&gt;my q is do i need this localhost without (.)&lt;BR /&gt;or i have to give a (.) at the end, like,&lt;BR /&gt;localhost. 127.0.0.1&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 22 Aug 2002 11:44:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/about-sendmail/m-p/2790498#M88693</guid>
      <dc:creator>tuhin</dc:creator>
      <dc:date>2002-08-22T11:44:25Z</dc:date>
    </item>
    <item>
      <title>Re: about sendmail</title>
      <link>https://community.hpe.com/t5/operating-system-linux/about-sendmail/m-p/2790499#M88694</link>
      <description>&lt;BR /&gt;Hi Tuhin,&lt;BR /&gt;You can add that as&lt;BR /&gt;&lt;BR /&gt;localhost       IN      A       127.0.0.1&lt;BR /&gt;&lt;BR /&gt;Sachin&lt;BR /&gt;</description>
      <pubDate>Thu, 22 Aug 2002 13:21:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/about-sendmail/m-p/2790499#M88694</guid>
      <dc:creator>Sachin Patel</dc:creator>
      <dc:date>2002-08-22T13:21:09Z</dc:date>
    </item>
    <item>
      <title>Re: about sendmail</title>
      <link>https://community.hpe.com/t5/operating-system-linux/about-sendmail/m-p/2790500#M88695</link>
      <description>sachin and kasper,&lt;BR /&gt;&lt;BR /&gt;thankyou for ur replay.&lt;BR /&gt;sorry for another quistion,&lt;BR /&gt;i have some Hesitation, &lt;BR /&gt;say i have my real domain registion (ns.lx01.com).&lt;BR /&gt;my hosts name is set to only with &lt;BR /&gt;127.0.0.1 localhost 102.100.1.12 ns.lx01.com&lt;BR /&gt;ans its dns entry is, &lt;BR /&gt;@    IN SOA ns root (...)&lt;BR /&gt;     IN NS ns&lt;BR /&gt;     IN MX 10 mail&lt;BR /&gt;ns   IN A 102.100.1.12&lt;BR /&gt;mail IN CNAME ns  #(**)&lt;BR /&gt;&lt;BR /&gt;now, can i use this CNAME mail.lx01.com. &lt;BR /&gt;&lt;BR /&gt;and do i need to add aliases name to my hosts file say&lt;BR /&gt;(102.100.1.12 ns.lx01.com mail.lx01.com).&lt;BR /&gt;plse help me to understand this.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sat, 24 Aug 2002 03:24:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/about-sendmail/m-p/2790500#M88695</guid>
      <dc:creator>tuhin</dc:creator>
      <dc:date>2002-08-24T03:24:07Z</dc:date>
    </item>
  </channel>
</rss>

