Michael Tokarev via Postfix-users:
> Dec 01 18:42:57 isrv postfix/smtp[3009]: < 
> mailly.debian.org[82.195.75.114]:25: 250-mailly.debian.org Hello 
> isrv.corpit.ru [86.62.121.231]
> Dec 01 18:42:57 isrv postfix/smtp[3009]: < 
> mailly.debian.org[82.195.75.114]:25: 250-SIZE 104857600
> Dec 01 18:42:57 isrv postfix/smtp[3009]: < 
> mailly.debian.org[82.195.75.114]:25: 250-8BITMIME
> Dec 01 18:42:57 isrv postfix/smtp[3009]: < 
> mailly.debian.org[82.195.75.114]:25: 250-CHUNKING
> Dec 01 18:42:57 isrv postfix/smtp[3009]: < 
> mailly.debian.org[82.195.75.114]:25: 250-SMTPUTF8
> Dec 01 18:42:57 isrv postfix/smtp[3009]: < 
> mailly.debian.org[82.195.75.114]:25: 250 HELP
> Dec 01 18:42:57 isrv postfix/smtp[3009]: server features: 0x20100b size 
> 104857600
> Dec 01 18:42:57 isrv postfix/smtp[3009]: smtp_stream_setup: maxtime=300 
> enable_deadline=0 min_data_rate=0
> Dec 01 18:42:57 isrv postfix/smtp[3009]: > 
> mailly.debian.org[82.195.75.114]:25: MAIL FROM:<m...@tls.msk.ru> SIZE=586 
> BODY=8BITMIME

The remote server announces SMTPUTF8, but Postfix does not request
SMTPUTF8. It is as if the SMTP client has "smtputf8_enable = no".

I need to see output from:

    postconf -P | grep utf8
    postconf | grep utf8

Perhaps the SMTP client should refuse to deliver a message that
requires SMTPUTF8, if the delivery agent has "smtputf8_enable = no".

> > 2 - Encode headers before invoking the Postfix sendmail command.
> >      This will increase the number of destinations that the message
> >      can be sent to.
> 
> What I asked in my email is this one:
> 
> If postfix sendmail command is THE one which added these headers,
> can't it encode them properly too?

The Postfix sendmail command does not add headers. The Postfix
cleanup server does that.

So what is a principled approach to encode Postfix-generated headers?
To not do it, or what? I would not want to special-case the GECOS info.

        Wietse
_______________________________________________
Postfix-users mailing list -- postfix-users@postfix.org
To unsubscribe send an email to postfix-users-le...@postfix.org

Reply via email to