Centos 8,新安装,上面有星号,所有日志排水以每秒20-100条消息的方式进行。
cb crond[1288]: No configuration file found at /root/.esmtprc or /etc/esmtprc
发布于 2022-07-29 12:24:52
通过安装epel repo的esmtp本地递送包来解决问题。
dnf install esmtp-local-delivery
This packages contains the system ESMTP configuration file with local
delivery through an external mail delivery agent configured.
发布于 2022-12-08 15:26:34
我使用的是一个ddclient
默认配置文件,但意识到它试图发送错误消息。我禁用了这一行:mail-failure=root
,表明如果没有必要,可以避免错误,而不是添加更多的应用程序。
https://unix.stackexchange.com/questions/711728
复制相似问题