Wietse Venema <wie...@porcupine.org> schrieb am 22.08.20 um 10:16:36 Uhr:
> > 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. I'll migrate to a newer server when I find the time. What I don't understand at the moment is that when I send a mail that contains german umlauts in the subjectline to the server in question, it is delivered flawlessly. Not so when the store (running on another server with mail_version = 3.3.1) sends a confirmation mail that contains a german umlaut to the customer via sendmail. Andreas