<?xml version="1.0" encoding="UTF-8"?><rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
> <channel><title>Comments on: Linux / UNIX: Change Crontab Email Settings ( MAILTO )</title> <atom:link href="http://www.cyberciti.biz/faq/linux-unix-crontab-change-mailto-settings/feed/" rel="self" type="application/rss+xml" /><link>http://www.cyberciti.biz/faq/linux-unix-crontab-change-mailto-settings/</link> <description>Every answer asks a more beautiful question.</description> <lastBuildDate>Fri, 10 Feb 2012 19:55:56 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <item><title>By: mehturt</title><link>http://www.cyberciti.biz/faq/linux-unix-crontab-change-mailto-settings/#comment-61025</link> <dc:creator>mehturt</dc:creator> <pubDate>Tue, 26 Jul 2011 15:42:38 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/?p=1834#comment-61025</guid> <description>What command is cron using to send email?  I&#039;m trying to get cron working with esmtp, but no luck so far.</description> <content:encoded><![CDATA[<p>What command is cron using to send email?  I&#8217;m trying to get cron working with esmtp, but no luck so far.</p> ]]></content:encoded> </item> <item><title>By: martijn</title><link>http://www.cyberciti.biz/faq/linux-unix-crontab-change-mailto-settings/#comment-60718</link> <dc:creator>martijn</dc:creator> <pubDate>Thu, 14 Jul 2011 06:02:03 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/?p=1834#comment-60718</guid> <description>@alex: add &gt;/dev/null 2&gt;&amp;1 to the end of your line(s) in crontab. This will redirect all crontab output to /dev/null</description> <content:encoded><![CDATA[<p>@alex: add &gt;/dev/null 2&gt;&amp;1 to the end of your line(s) in crontab. This will redirect all crontab output to /dev/null</p> ]]></content:encoded> </item> <item><title>By: alex</title><link>http://www.cyberciti.biz/faq/linux-unix-crontab-change-mailto-settings/#comment-60427</link> <dc:creator>alex</dc:creator> <pubDate>Sun, 03 Jul 2011 02:33:07 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/?p=1834#comment-60427</guid> <description>But, How if I dont want to receive notification from crontab? How to set it ? Because I&#039;m monitoring mail server, and notification from crontab unnecessary for me.</description> <content:encoded><![CDATA[<p>But, How if I dont want to receive notification from crontab? How to set it ? Because I&#8217;m monitoring mail server, and notification from crontab unnecessary for me.</p> ]]></content:encoded> </item> <item><title>By: Dmitri Minaev</title><link>http://www.cyberciti.biz/faq/linux-unix-crontab-change-mailto-settings/#comment-49133</link> <dc:creator>Dmitri Minaev</dc:creator> <pubDate>Wed, 01 Sep 2010 05:25:54 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/?p=1834#comment-49133</guid> <description>Mail addressed to &#039;root&#039; is often redirected to some other account using /etc/aliases. You might like to edit (or add) the line beginning with &#039;root:&#039; to point to some other account.</description> <content:encoded><![CDATA[<p>Mail addressed to &#8216;root&#8217; is often redirected to some other account using /etc/aliases. You might like to edit (or add) the line beginning with &#8216;root:&#8217; to point to some other account.</p> ]]></content:encoded> </item> <item><title>By: maxo</title><link>http://www.cyberciti.biz/faq/linux-unix-crontab-change-mailto-settings/#comment-47241</link> <dc:creator>maxo</dc:creator> <pubDate>Fri, 07 May 2010 19:48:08 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/?p=1834#comment-47241</guid> <description>SOLARIS does not support the MAILTO feature.  Instead one needs to append the crontab entry with &#124; mailto user@domain
Ex:
00 12 * * * run_command.sh &#124; mail user@domain</description> <content:encoded><![CDATA[<p>SOLARIS does not support the MAILTO feature.  Instead one needs to append the crontab entry with | mailto user@domain<br
/> Ex:<br
/> 00 12 * * * run_command.sh | mail user@domain</p> ]]></content:encoded> </item> <item><title>By: Andre</title><link>http://www.cyberciti.biz/faq/linux-unix-crontab-change-mailto-settings/#comment-42378</link> <dc:creator>Andre</dc:creator> <pubDate>Sat, 04 Jul 2009 08:15:04 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/?p=1834#comment-42378</guid> <description>Yes, that&#039;s entirely possible. Just figure out if the emails are being sent with sendmail or postfix, then adjust their settings to reflect that. You could deploy address rewrites to achieve this, for example.</description> <content:encoded><![CDATA[<p>Yes, that&#8217;s entirely possible. Just figure out if the emails are being sent with sendmail or postfix, then adjust their settings to reflect that. You could deploy address rewrites to achieve this, for example.</p> ]]></content:encoded> </item> <item><title>By: phanikumar</title><link>http://www.cyberciti.biz/faq/linux-unix-crontab-change-mailto-settings/#comment-39311</link> <dc:creator>phanikumar</dc:creator> <pubDate>Wed, 26 Nov 2008 06:08:09 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/?p=1834#comment-39311</guid> <description>Hi All,
Please help me out..
I configured cron job under FTPPKR user.i&#039;ll get mails from FTPPKR@xyz.com whenever cron runs..But whenever i need the mails to be delivered from GTPPKR@xyz.com user.
Is it possibe? If yes, please help me out..</description> <content:encoded><![CDATA[<p>Hi All,</p><p>Please help me out..</p><p>I configured cron job under FTPPKR user.i&#8217;ll get mails from <a
href="mailto:FTPPKR@xyz.com">FTPPKR@xyz.com</a> whenever cron runs..But whenever i need the mails to be delivered from <a
href="mailto:GTPPKR@xyz.com">GTPPKR@xyz.com</a> user.</p><p>Is it possibe? If yes, please help me out..</p> ]]></content:encoded> </item> <item><title>By: Darren</title><link>http://www.cyberciti.biz/faq/linux-unix-crontab-change-mailto-settings/#comment-38829</link> <dc:creator>Darren</dc:creator> <pubDate>Sat, 20 Sep 2008 20:40:23 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/?p=1834#comment-38829</guid> <description>I too have always the &quot;.forward&quot; option.  This is done by the follwing.....
create a new file called .forward
vi /root/.forward
Enter the email address on the first line in the file.
youremail@address.com
Save (w) the file and exit (q)
:wq
Now, anytime the &#039;root&#039; user get an email, it will automatically be forwarded to the address you specified in the .forward file.
You can also place the .forward file in users home directories    /home/user1/.forward
Thanks for the info up above though, I&#039;ll have to check that out.</description> <content:encoded><![CDATA[<p>I too have always the &#8220;.forward&#8221; option.  This is done by the follwing&#8230;..</p><p>create a new file called .forward<br
/> vi /root/.forward</p><p>Enter the email address on the first line in the file.<br
/> <a
href="mailto:youremail@address.com">youremail@address.com</a></p><p>Save (w) the file and exit (q)<br
/> :wq</p><p>Now, anytime the &#8216;root&#8217; user get an email, it will automatically be forwarded to the address you specified in the .forward file.</p><p>You can also place the .forward file in users home directories    /home/user1/.forward</p><p>Thanks for the info up above though, I&#8217;ll have to check that out.</p> ]]></content:encoded> </item> <item><title>By: Brock Tice</title><link>http://www.cyberciti.biz/faq/linux-unix-crontab-change-mailto-settings/#comment-38825</link> <dc:creator>Brock Tice</dc:creator> <pubDate>Sat, 20 Sep 2008 14:17:09 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/?p=1834#comment-38825</guid> <description>Thanks, never even thought it could be changed, I always used my .forward for this. Very handy.</description> <content:encoded><![CDATA[<p>Thanks, never even thought it could be changed, I always used my .forward for this. Very handy.</p> ]]></content:encoded> </item> </channel> </rss>
