Configuring crontab mail destinations with MA…

2009-05-13 11:51:32来源:未知 阅读 ()

新老客户大回馈,云服务器低至5折

When scripts executing from cron write to stdout or stderr, the
results are emailed to the user the job is running in the context of.
One way to control where the mail is sent is by adding a “
[url=javascript:;]MAILTO[/url]
” line to the top of the
[url=javascript:;]crontab[/url]
entry for the user that is running the cron job. Here is an example:$^T pam-X(X,qrBSD爱好者乐园$ZN
X8Y:SY;]
$crontab -l
@hD
?,S.OMAILTO=matty
0n*})w7p
b2a* * * * * echo “hi”BSD爱好者乐园
DV d1w3JQ
BSD爱好者乐园W?{G:uA x
Each
time this job runs, the user matty will get emailed with the results of
the script. You can also use /etc/aliases to assist with this on a
global scale, but sometimes that isn’t an option.
               
               
               

本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u/4206/showart_501144.html

标签:

版权申明:本站文章部分自网络,如有侵权,请联系:west999com@outlook.com
特别注意:本站所有转载文章言论不代表本站观点,本站所提供的摄影照片,插画,设计作品,如需使用,请与原作者联系,版权归原作者所有

上一篇:设置sysctl.conf导致部分用户无法访问

下一篇:kern.maxusers的设置