When I try to send an email to an yahoo account I see in the log of my postfix installation, the following message
May 4 18:34:24 weurope postfix/smtp[31179]: 4523E24812EA4: to=<redacted@yahoo.com>, orig_to=<contact@redacted.com>, relay=smtp.kpnmail.nl[195.121.65.26]:587, delay=0.37, delays=0.21/0.13/0.04/0, dsn=5.6.7, status=bounced (SMTPUTF8 is required, but was not offered by host smtp.kpnmail.nl[195.121.65.26])
If I understand the problem correctly it appears that smtp.kpnmail.nl is not supporting SMTPUTF8 which is required by yahoo.
How to solve this?
Octavian