<?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 Cron email in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/cron-email/m-p/2666657#M1142</link>
    <description>I am using Mandrake 8.1 and part of it's job is as a postfix mail server. I am running fetchmail in cron to retrieve email from various accounts. However, whenever the cronjob runs it emails me the log file as root. This is not a major problem but it is annoying. How can I stop cron from mailing me it's log everytime it runs this command?&lt;BR /&gt;&lt;BR /&gt;Thanks in advance,&lt;BR /&gt;&lt;BR /&gt;Christian Briddon</description>
    <pubDate>Mon, 18 Feb 2002 15:40:19 GMT</pubDate>
    <dc:creator>Christian Briddon</dc:creator>
    <dc:date>2002-02-18T15:40:19Z</dc:date>
    <item>
      <title>Cron email</title>
      <link>https://community.hpe.com/t5/operating-system-linux/cron-email/m-p/2666657#M1142</link>
      <description>I am using Mandrake 8.1 and part of it's job is as a postfix mail server. I am running fetchmail in cron to retrieve email from various accounts. However, whenever the cronjob runs it emails me the log file as root. This is not a major problem but it is annoying. How can I stop cron from mailing me it's log everytime it runs this command?&lt;BR /&gt;&lt;BR /&gt;Thanks in advance,&lt;BR /&gt;&lt;BR /&gt;Christian Briddon</description>
      <pubDate>Mon, 18 Feb 2002 15:40:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/cron-email/m-p/2666657#M1142</guid>
      <dc:creator>Christian Briddon</dc:creator>
      <dc:date>2002-02-18T15:40:19Z</dc:date>
    </item>
    <item>
      <title>Re: Cron email</title>
      <link>https://community.hpe.com/t5/operating-system-linux/cron-email/m-p/2666658#M1143</link>
      <description>Edit your crontab and insert a redirection to /dev/null:&lt;BR /&gt;&lt;BR /&gt;08 15 * * * /foo/bar &amp;gt; /dev/null&lt;BR /&gt;&lt;BR /&gt;Another posibility is setting a "MAILTO":&lt;BR /&gt;MAILTO="me@here.org"&lt;BR /&gt;47 11 * * * job/with/interesting/output&lt;BR /&gt;#&lt;BR /&gt;MAILTO=""&lt;BR /&gt;* * * * * job/with/annoying/messages&lt;BR /&gt;&lt;BR /&gt;HTH</description>
      <pubDate>Mon, 18 Feb 2002 16:34:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/cron-email/m-p/2666658#M1143</guid>
      <dc:creator>Carsten Dahms</dc:creator>
      <dc:date>2002-02-18T16:34:34Z</dc:date>
    </item>
  </channel>
</rss>

