微信公众号搜"智元新知"关注
微信扫一扫可直接关注哦!

centos – cron使用什么邮件发送邮件?

我试图调试cron没有在我没有配置的Centos 6盒子上发送邮件的问题.如何确定哪个邮件程序用于发送邮件? crontab手册页有这样的说法,部分内容如下:

In addition to LOGNAME,HOME,and SHELL,cron(8) will look at MAILTO if it has any reason to send mail as a
result of running commands in “this” crontab. If MAILTO is defined (and non-empty),mail is sent to the user so
named. If MAILTO is defined but empty (MAILTO=””),no mail will be sent. Otherwise mail is sent to the owner
of the crontab. This option is useful if you decide on /bin/mail instead of /usr/lib/sendmail as your mailer
when you install cron — /bin/mail doesn´t do aliasing,and UUCP usually doesn´t read its mail.

带有星号的部分让我想知道“好吧,是sendmail还是邮件?”

一个快速的谷歌告诉我/ etc / sysconfig / crond是定义cron使用的邮件程序的文件.

版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 dio@foxmail.com 举报,一经查实,本站将立刻删除。