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使用的邮件程序的文件.

相关文章

有时候CentOS工作在无互联网的环境下,需要在离线环境下安装一些组件,这次实现的是模拟在离线环境下安...
首先参照https://www.cnblogs.com/wdw984/p/13330074.html,来进行如何安装Centos和离线下载rpm包。 离...
有两个.NET CORE3.1网站部署在CentOS7上(内网IP是192.168.2.32),现在想实现访问http://192.168.2.32...
1、yum -y install vsftpd 安装vsftpd 2、配置vsftpd的配置文件(/etc/vsftpd/vsftpd.conf)主要修改以...
首先去mysql官网下载mysql的离线rpm安装包(https://downloads.mysql.com/archives/community/) Mysql...
第一步下载erlang环境并安装: wget https://packages.erlang-solutions.com/erlang/rpm/centos/7/x86_...