<?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 sendmail as cron in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-as-cron/m-p/3460110#M209946</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I am doing some security compliant check I was thinking of disable sendmail daemon and run it as cron.  Is this advisable to do so?  &lt;BR /&gt;&lt;BR /&gt;3,18,33,48 * * * * /usr/sbin/sendmail -q &amp;gt;/dev/null2&amp;gt;&amp;amp;1</description>
    <pubDate>Tue, 11 Jan 2005 04:23:47 GMT</pubDate>
    <dc:creator>kholikt</dc:creator>
    <dc:date>2005-01-11T04:23:47Z</dc:date>
    <item>
      <title>sendmail as cron</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-as-cron/m-p/3460110#M209946</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I am doing some security compliant check I was thinking of disable sendmail daemon and run it as cron.  Is this advisable to do so?  &lt;BR /&gt;&lt;BR /&gt;3,18,33,48 * * * * /usr/sbin/sendmail -q &amp;gt;/dev/null2&amp;gt;&amp;amp;1</description>
      <pubDate>Tue, 11 Jan 2005 04:23:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-as-cron/m-p/3460110#M209946</guid>
      <dc:creator>kholikt</dc:creator>
      <dc:date>2005-01-11T04:23:47Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail as cron</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-as-cron/m-p/3460111#M209947</link>
      <description>Unless a justifiable reason exists I would not run it from cron, as error tracking may get a lot harder.&lt;BR /&gt;What would be the difference between having it running at all times and every 15 minutes?</description>
      <pubDate>Tue, 11 Jan 2005 04:38:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-as-cron/m-p/3460111#M209947</guid>
      <dc:creator>Peter Godron</dc:creator>
      <dc:date>2005-01-11T04:38:07Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail as cron</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-as-cron/m-p/3460112#M209948</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;sendmail daemon must be running if the sendmail need to run, If you disable it, cronjob gives the error</description>
      <pubDate>Tue, 11 Jan 2005 04:39:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-as-cron/m-p/3460112#M209948</guid>
      <dc:creator>Ravi_8</dc:creator>
      <dc:date>2005-01-11T04:39:20Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail as cron</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-as-cron/m-p/3460113#M209949</link>
      <description>I experimented with this when looking into increasing security, as it is one of the recommendations in the CIS Benchmark for HP-UX (See &lt;A href="http://www.CISecurity.org)" target="_blank"&gt;http://www.CISecurity.org)&lt;/A&gt;&lt;BR /&gt;I found it to be more trouble than it's worth. The main problem is that this setup prevents the host from receiving any email from outside. The cron job flushes outgoing email, but it will never collect. Users on the same node can send and receive to each other, but that machine won't accept any email from outside.</description>
      <pubDate>Wed, 12 Jan 2005 04:48:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-as-cron/m-p/3460113#M209949</guid>
      <dc:creator>Gordon  Morrison</dc:creator>
      <dc:date>2005-01-12T04:48:20Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail as cron</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-as-cron/m-p/3460114#M209950</link>
      <description>Hi,&lt;BR /&gt;what was the solution/decision on this in the end? What was the reasoning on choosing the particular solution?</description>
      <pubDate>Fri, 28 Jan 2005 05:48:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-as-cron/m-p/3460114#M209950</guid>
      <dc:creator>Peter Godron</dc:creator>
      <dc:date>2005-01-28T05:48:53Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail as cron</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-as-cron/m-p/3460115#M209951</link>
      <description>Hi,&lt;BR /&gt; &lt;BR /&gt;there's no need to run the sendmail daemon continiously if your server does not receive mail, or doesn't act as a gateway.&lt;BR /&gt;You don't need sendmail to send mails :)&lt;BR /&gt; &lt;BR /&gt;And because there were (and probably still are) many security issues with sendmail it's a damn good idea to disable the daemon and run it periodicaly throug cron.&lt;BR /&gt; &lt;BR /&gt;regards,&lt;BR /&gt;Thierry.</description>
      <pubDate>Fri, 28 Jan 2005 06:15:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-as-cron/m-p/3460115#M209951</guid>
      <dc:creator>Thierry Poels_1</dc:creator>
      <dc:date>2005-01-28T06:15:21Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail as cron</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-as-cron/m-p/3460116#M209952</link>
      <description>Thierry is right, of course...&lt;BR /&gt;On a node where you won't receive mail, only send it, this is a good idea. Though there is no need to run it every 15 minutes, normally, because if a user sends mail, it will first try to send it directly and only if that doesn't succeed at once, it is placed in the queue. So only if the relay or receiving mail server doesn't respond when the mail is sent initially, you need the flushing proces started with cron...</description>
      <pubDate>Fri, 28 Jan 2005 08:08:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-as-cron/m-p/3460116#M209952</guid>
      <dc:creator>Elmar P. Kolkman</dc:creator>
      <dc:date>2005-01-28T08:08:21Z</dc:date>
    </item>
  </channel>
</rss>

