<?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 howto modify sendmail.cf in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/howto-modify-sendmail-cf/m-p/3611096#M234476</link>
    <description>Hi  :)&lt;BR /&gt;&lt;BR /&gt;We run sendmail on an HP-UX 11i server. I see /etc/mail/sendmail.cf but can't locate the m4 files used to generate it.&lt;BR /&gt;&lt;BR /&gt;I may not need the m4 files. All I am really after is I want to prevent sendmail (running as a daemon) from trying to connect to the auth facility when hosts connect to deliver mail.&lt;BR /&gt;&lt;BR /&gt;I've found this is possible if you add:&lt;BR /&gt;  define(`confTO_IDENT',  `0')dnl&lt;BR /&gt;&lt;BR /&gt;To the sendmail.m4 file and regenerate the configuration.&lt;BR /&gt;&lt;BR /&gt;Is there a simply way to accomplish the desired change by adding a line or changing a line in /etc/mail/sendmail.cf?&lt;BR /&gt;&lt;BR /&gt;Thank you!</description>
    <pubDate>Wed, 24 Aug 2005 15:29:43 GMT</pubDate>
    <dc:creator>Brian McEntire</dc:creator>
    <dc:date>2005-08-24T15:29:43Z</dc:date>
    <item>
      <title>howto modify sendmail.cf</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/howto-modify-sendmail-cf/m-p/3611096#M234476</link>
      <description>Hi  :)&lt;BR /&gt;&lt;BR /&gt;We run sendmail on an HP-UX 11i server. I see /etc/mail/sendmail.cf but can't locate the m4 files used to generate it.&lt;BR /&gt;&lt;BR /&gt;I may not need the m4 files. All I am really after is I want to prevent sendmail (running as a daemon) from trying to connect to the auth facility when hosts connect to deliver mail.&lt;BR /&gt;&lt;BR /&gt;I've found this is possible if you add:&lt;BR /&gt;  define(`confTO_IDENT',  `0')dnl&lt;BR /&gt;&lt;BR /&gt;To the sendmail.m4 file and regenerate the configuration.&lt;BR /&gt;&lt;BR /&gt;Is there a simply way to accomplish the desired change by adding a line or changing a line in /etc/mail/sendmail.cf?&lt;BR /&gt;&lt;BR /&gt;Thank you!</description>
      <pubDate>Wed, 24 Aug 2005 15:29:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/howto-modify-sendmail-cf/m-p/3611096#M234476</guid>
      <dc:creator>Brian McEntire</dc:creator>
      <dc:date>2005-08-24T15:29:43Z</dc:date>
    </item>
    <item>
      <title>Re: howto modify sendmail.cf</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/howto-modify-sendmail-cf/m-p/3611097#M234477</link>
      <description>You can safely edit the file sendmail.cf, though with extreme caution against typos.&lt;BR /&gt;&lt;BR /&gt;then you will need to restart sendmail by running &lt;BR /&gt;&lt;BR /&gt;/sbin/init.d/sendmail stop&lt;BR /&gt;/sbin/init.d/sendmail start&lt;BR /&gt;&lt;BR /&gt;for your changes to take effect</description>
      <pubDate>Wed, 24 Aug 2005 15:32:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/howto-modify-sendmail-cf/m-p/3611097#M234477</guid>
      <dc:creator>Mel Burslan</dc:creator>
      <dc:date>2005-08-24T15:32:27Z</dc:date>
    </item>
    <item>
      <title>Re: howto modify sendmail.cf</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/howto-modify-sendmail-cf/m-p/3611098#M234478</link>
      <description>Thanks, but isn't the format of sendmail.cf different than the m4 macros?&lt;BR /&gt;&lt;BR /&gt;Do you know what the equivalent sendmail.cf entry for this is?&lt;BR /&gt;   define(`confTO_IDENT', `0')dnl&lt;BR /&gt;&lt;BR /&gt;I don't think I can just paste that into the sendmail.cf file. Please correct me if I am wrong.</description>
      <pubDate>Wed, 24 Aug 2005 15:53:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/howto-modify-sendmail-cf/m-p/3611098#M234478</guid>
      <dc:creator>Brian McEntire</dc:creator>
      <dc:date>2005-08-24T15:53:03Z</dc:date>
    </item>
    <item>
      <title>Re: howto modify sendmail.cf</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/howto-modify-sendmail-cf/m-p/3611099#M234479</link>
      <description>That m4 syntax says to replace every occurence of "confTO_IDENT" with "0". The "dnl" says don't leave a blank line in the source for where the define itself was in the source.&lt;BR /&gt;&lt;BR /&gt;If I understand what you are trying to do, you can just edit /etc/mail/sendmail.cf and change (and possibly uncomment)&lt;BR /&gt;#O Timeout.ident=30s&lt;BR /&gt;to&lt;BR /&gt;O Timeout.ident=0s&lt;BR /&gt;&lt;BR /&gt;and then stop and restart sendmail.&lt;BR /&gt;</description>
      <pubDate>Wed, 24 Aug 2005 16:04:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/howto-modify-sendmail-cf/m-p/3611099#M234479</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2005-08-24T16:04:44Z</dc:date>
    </item>
    <item>
      <title>Re: howto modify sendmail.cf</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/howto-modify-sendmail-cf/m-p/3611100#M234480</link>
      <description>Thank you, that did it!</description>
      <pubDate>Thu, 25 Aug 2005 12:51:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/howto-modify-sendmail-cf/m-p/3611100#M234480</guid>
      <dc:creator>Brian McEntire</dc:creator>
      <dc:date>2005-08-25T12:51:47Z</dc:date>
    </item>
    <item>
      <title>Re: howto modify sendmail.cf</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/howto-modify-sendmail-cf/m-p/3611101#M234481</link>
      <description>The format is different in the sendmail.cf file versus the macros.&lt;BR /&gt;&lt;BR /&gt;I have a little m4 macro script here:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.hpux.ws/buildmail.hpux.text" target="_blank"&gt;http://www.hpux.ws/buildmail.hpux.text&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;It is adopted to deal with the hpux way of implementing sendmail.&lt;BR /&gt;&lt;BR /&gt;It allows me to change the m4 script instead of the .cf file, making my changes permanent and easier to manage.&lt;BR /&gt;&lt;BR /&gt;To stop the sendmail daemon from running change the entry in /etc/rc.config.d/mailsvrs, the first variable to 0 (zero)&lt;BR /&gt;&lt;BR /&gt;This will not prevent the sendmail binaries from sending mails, but it will make it difficult to get mail onto the server without shell/ssh access to the server.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Thu, 25 Aug 2005 13:16:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/howto-modify-sendmail-cf/m-p/3611101#M234481</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2005-08-25T13:16:39Z</dc:date>
    </item>
  </channel>
</rss>

