스팸 cb crond[1288]: /root/.esmtprc 또는 /etc/esmtprc에 구성 파일이 없습니다.

스팸 cb crond[1288]: /root/.esmtprc 또는 /etc/esmtprc에 구성 파일이 없습니다.

Centos 8, 별표가 있는 새로 설치, 모든 로그는 초당 20-100개의 메시지를 소비합니다.

cb crond[1288]: No configuration file found at /root/.esmtprc or /etc/esmtprc

답변1

epel repo에서 esmtp-local-delivery 패키지를 설치하여 해결되었습니다.

dnf install esmtp-local-delivery
This packages contains the system ESMTP configuration file with local
delivery through an external mail delivery agent configured.

답변2

기본 프로필을 사용하고 있었지만 ddclient오류 메시지를 메일로 보내려고 한다는 것을 깨달았습니다. 이 줄을 비활성화했습니다. mail-failure=root이는 필요하지 않은 경우 더 많은 응용 프로그램을 추가하는 대신 오류를 피할 수 있음을 나타냅니다.

관련 정보