SMTPUTF8に対応していないサーバーへのリレー
from mailutils
SMTPUTF8に対応していないサーバーへのリレー
日本語の件名を入れるとバウンスしてしまう
code:sh
df | mail -s 'ディスク使用量通知' <address>
code:log
status=bounced (SMTPUTF8 is required, but was not offered by host <HOST>xxx.xxx.xxx.xxx)
Solution "SMTPUTF8 is required, but was not offered by host" - IT Blog
送信元サーバーのPostfixのバージョン(> 3.0)ではSMTPUTF8に対応しているけど、リレー先サーバーの古いバージョンのPostfixがSMTPUTF8に対応していないためにエラーが発生しているっぽい
As defined in RFC 6531 (SMTPUTF8 extension), RFC 6532 (Internationalized email headers), RFC 6533 (Internationalized delivery status notifications).
/etc/postfix/main.cfからsmtputf8を切ってあげるといい(白目)
code:sh
smtputf8_enable = no