centos crontab收不到邮件解决方案 发表回复 crontab运行后,一般会给/var/spool/mail/用户名 下发邮件,如果收不到,可能是没有安装postfix. 在centos 下 执行 yum install postfix就可以了。 之后就可以通过邮件查看执行结果是否正常。