ratatouille: > Hello! > > Any chance to circumvent a > > status=bounced (SMTPUTF8 is required, but was not offered by host > smtp.bitclusive.de[92.60.38.182]) > > with postfix version 2.11.11?
Postfix 2.11 has no SMTPUTF8 support. % grep -ri smtputf8 postfix-2.11.0 |wc -l 0 SMTPUTF8 support was first available with Postfix 3.0.0. % grep -ri smtputf8 postfix-3.0.0 | wc -l 912 You are running some Frankenstein Postfix, perhaps with features backported by RHEL. Such backports are NOT part of the official Postfix release, and are NOT SUPPORTED. Wietse