<?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 issue in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/sendmail-issue/m-p/5266533#M52797</link>
    <description>&lt;!--!*#--&gt;&amp;gt; we have edited sendmail.mc file as per&lt;BR /&gt;&amp;gt; messaging team requirement. Modified &lt;BR /&gt;&amp;gt; 'SMART_HOST' entry in&lt;BR /&gt;&amp;gt; /etc/mail/sendmail.mc. Then customer was&lt;BR /&gt;&amp;gt; able to receive mails.&lt;BR /&gt;&lt;BR /&gt;So, you changed only "sendmail.mc", but your&lt;BR /&gt;change was effective?  This suggests to me&lt;BR /&gt;that someone/something also changed&lt;BR /&gt;"sendmail.cf".&lt;BR /&gt;&lt;BR /&gt;&amp;gt; [...] When sendmail is restarted it should&lt;BR /&gt;&amp;gt; automatically update the sendmail.cf file&lt;BR /&gt;&amp;gt; [...]&lt;BR /&gt;&lt;BR /&gt;That would explain this behavior.  Have you&lt;BR /&gt;looked at the modification date-time of your&lt;BR /&gt;files?&lt;BR /&gt;&lt;BR /&gt;      ls -l /etc/mail/sendmail.*&lt;BR /&gt;&lt;BR /&gt;&amp;gt;  #m4 /etc/mail/sendmail.mc &amp;gt; /etc/mail/sendmail.cf&lt;BR /&gt;&lt;BR /&gt;If you're really worried about what that will&lt;BR /&gt;do to your "very important production server,&lt;BR /&gt;then why not do something safe, like, say:&lt;BR /&gt;&lt;BR /&gt;#m4 /etc/mail/sendmail.mc &amp;gt; /etc/mail/sendmail.cfXXX&lt;BR /&gt;&lt;BR /&gt;and then compare "sendmail.cfXXX" with your&lt;BR /&gt;existing "sendmail.cf"?  If they're the same,&lt;BR /&gt;then you may be able to guess what happened,&lt;BR /&gt;and what you still need to do.</description>
    <pubDate>Tue, 14 Dec 2010 14:19:22 GMT</pubDate>
    <dc:creator>Steven Schweda</dc:creator>
    <dc:date>2010-12-14T14:19:22Z</dc:date>
    <item>
      <title>sendmail issue</title>
      <link>https://community.hpe.com/t5/operating-system-linux/sendmail-issue/m-p/5266530#M52794</link>
      <description>Hi Experts,&lt;BR /&gt;we have edited sendmail.mc file as per messaging team requirement. Modified 'SMART_HOST'  entry in /etc/mail/sendmail.mc. Then customer was able to receive mails. Everything is fine now. But I forget that after we edit .mc file we need to generate a sendmail.cf file also with the following command.&lt;BR /&gt;#m4 /etc/mail/sendmail.mc &amp;gt; /etc/mail/sendmail.cf&lt;BR /&gt;&lt;BR /&gt;It is a very important production server. Now my question is if I fire this command now will  there be any impact.. do u have any idea on this kind of scenario. Please explain me ..&lt;BR /&gt;# more /etc/redhat-release&lt;BR /&gt;Red Hat Enterprise Linux Server release 5.3 (Tikanga)&lt;BR /&gt;</description>
      <pubDate>Tue, 14 Dec 2010 09:27:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/sendmail-issue/m-p/5266530#M52794</guid>
      <dc:creator>ani007</dc:creator>
      <dc:date>2010-12-14T09:27:20Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail issue</title>
      <link>https://community.hpe.com/t5/operating-system-linux/sendmail-issue/m-p/5266531#M52795</link>
      <description>Another thing after doing this is it require to restart send mail??</description>
      <pubDate>Tue, 14 Dec 2010 10:33:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/sendmail-issue/m-p/5266531#M52795</guid>
      <dc:creator>ani007</dc:creator>
      <dc:date>2010-12-14T10:33:51Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail issue</title>
      <link>https://community.hpe.com/t5/operating-system-linux/sendmail-issue/m-p/5266532#M52796</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Due to  the complexity of the /etc/mail/sendmail.cf file, a much simpler file named /etc/sendmail.mc was created, and it contains more understandable instructions for systems administrators to use. These are then interpreted by a number of macro routines to create the sendmail.cf file. After editing sendmail.mc, you must always run the macros and restart sendmail for the changes to take effect. &lt;BR /&gt;&lt;BR /&gt;When sendmail is restarted it should automatically update the sendmail.cf file as these days many initscripts handle this task automatically. However you can manually do it using that command.&lt;BR /&gt;&lt;BR /&gt;Below link has more information on how sendmail works.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.linuxhomenetworking.com/wiki/index.php/Quick_HOWTO_:_Ch21_:_Configuring_Linux_Mail_Servers" target="_blank"&gt;http://www.linuxhomenetworking.com/wiki/index.php/Quick_HOWTO_:_Ch21_:_Configuring_Linux_Mail_Servers&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Hope this answers your query.</description>
      <pubDate>Tue, 14 Dec 2010 13:50:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/sendmail-issue/m-p/5266532#M52796</guid>
      <dc:creator>Chhaya_Z</dc:creator>
      <dc:date>2010-12-14T13:50:26Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail issue</title>
      <link>https://community.hpe.com/t5/operating-system-linux/sendmail-issue/m-p/5266533#M52797</link>
      <description>&lt;!--!*#--&gt;&amp;gt; we have edited sendmail.mc file as per&lt;BR /&gt;&amp;gt; messaging team requirement. Modified &lt;BR /&gt;&amp;gt; 'SMART_HOST' entry in&lt;BR /&gt;&amp;gt; /etc/mail/sendmail.mc. Then customer was&lt;BR /&gt;&amp;gt; able to receive mails.&lt;BR /&gt;&lt;BR /&gt;So, you changed only "sendmail.mc", but your&lt;BR /&gt;change was effective?  This suggests to me&lt;BR /&gt;that someone/something also changed&lt;BR /&gt;"sendmail.cf".&lt;BR /&gt;&lt;BR /&gt;&amp;gt; [...] When sendmail is restarted it should&lt;BR /&gt;&amp;gt; automatically update the sendmail.cf file&lt;BR /&gt;&amp;gt; [...]&lt;BR /&gt;&lt;BR /&gt;That would explain this behavior.  Have you&lt;BR /&gt;looked at the modification date-time of your&lt;BR /&gt;files?&lt;BR /&gt;&lt;BR /&gt;      ls -l /etc/mail/sendmail.*&lt;BR /&gt;&lt;BR /&gt;&amp;gt;  #m4 /etc/mail/sendmail.mc &amp;gt; /etc/mail/sendmail.cf&lt;BR /&gt;&lt;BR /&gt;If you're really worried about what that will&lt;BR /&gt;do to your "very important production server,&lt;BR /&gt;then why not do something safe, like, say:&lt;BR /&gt;&lt;BR /&gt;#m4 /etc/mail/sendmail.mc &amp;gt; /etc/mail/sendmail.cfXXX&lt;BR /&gt;&lt;BR /&gt;and then compare "sendmail.cfXXX" with your&lt;BR /&gt;existing "sendmail.cf"?  If they're the same,&lt;BR /&gt;then you may be able to guess what happened,&lt;BR /&gt;and what you still need to do.</description>
      <pubDate>Tue, 14 Dec 2010 14:19:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/sendmail-issue/m-p/5266533#M52797</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2010-12-14T14:19:22Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail issue</title>
      <link>https://community.hpe.com/t5/operating-system-linux/sendmail-issue/m-p/5266534#M52798</link>
      <description>The RHEL5 init script for sendmail will sense the update to the .mc file and rebuild the .cf file when you try to (re)start sendmail.&lt;BR /&gt;&lt;BR /&gt;Make sure the "sendmail-cf" package is present on the system before you proceed.  It contains necessary m4 macros that may not be installed already.&lt;BR /&gt;</description>
      <pubDate>Wed, 15 Dec 2010 01:39:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/sendmail-issue/m-p/5266534#M52798</guid>
      <dc:creator>Randy Jones_3</dc:creator>
      <dc:date>2010-12-15T01:39:42Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail issue</title>
      <link>https://community.hpe.com/t5/operating-system-linux/sendmail-issue/m-p/5266535#M52799</link>
      <description>Tnx all&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Ani</description>
      <pubDate>Wed, 15 Dec 2010 06:03:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/sendmail-issue/m-p/5266535#M52799</guid>
      <dc:creator>ani007</dc:creator>
      <dc:date>2010-12-15T06:03:11Z</dc:date>
    </item>
  </channel>
</rss>

