Cron:クライアントには、この送信者に送信する権限がありません。

Cron:クライアントには、この送信者に送信する権限がありません。

プラットフォーム: Arch Linux Cron: cronie メール: msmtp

CLIを介してメールを送信することが正常に機能していても、cron出力をOffice 365ホスティングメールボックスに送信すると、次のエラーが発生することがわかりました。

Apr 01 04:41:10 prod crond[306]: msmtp: the server did not accept the mail
Apr 01 04:41:10 prod crond[306]: msmtp: server message: 550 5.7.1 Client does not have permissions to send as this sender
Apr 01 04:41:10 prod crond[306]: msmtp: could not send mail (account default from /etc/msmtprc)
Apr 01 04:41:10 prod crond[306]: msmtp: cannot log to /var/log/msmtp.log: cannot open: Permission denied
Apr 01 04:41:10 prod crond[306]: msmtp: log info was: host=smtp.office365.com tls=on auth=on [email protected] [email protected] [email protected] smtpstatus=550 smtpmsg='550 5.7.1 Client does not have permissions to send as this sender' errormsg='the server did not accept the mail' exitcode=EX_UNAVAILABLE
Apr 01 04:41:10 prod CROND[3212]: (postgres) MAIL (mailed 29 bytes of output but got status 0x0045                                         )
Apr 01 04:41:10 prod CROND[3212]: pam_unix(crond:session): session closed for user postgres

ベストアンサー1

解決策は、MAILTOに加えてcrontabに以下を追加する必要があることです。

[email protected]

おすすめ記事