Re: Milter calls based on conditions and deliberate delays

2021-04-10 Thread Ralph Seichter
* Wietse Venema: >> Would that not cause a prohibitively large number of open connections >> between Postfix's smtp and the sleeping proxy? > > Limited by the (master.cf) per-delivery-transport process limit, > and the (main.cf) per-delivery-transport concurrency limits. I have written and tested

Re: Milter calls based on conditions and deliberate delays

2021-04-10 Thread Wietse Venema
Ralph Seichter: > * Wietse Venema: > > >> Would that not cause a prohibitively large number of open connections > >> between Postfix's smtp and the sleeping proxy? > > > > Limited by the (master.cf) per-delivery-transport process limit, > > and the (main.cf) per-delivery-transport concurrency limi

Re: Milter calls based on conditions and deliberate delays

2021-04-10 Thread Noel Jones
> On Apr 10, 2021, at 11:10 AM, Wietse Venema wrote: > > Ralph Seichter: >> * Wietse Venema: >> Would that not cause a prohibitively large number of open connections between Postfix's smtp and the sleeping proxy? >>> >>> Limited by the (master.cf) per-delivery-transport process lim

Re: Milter calls based on conditions and deliberate delays

2021-04-10 Thread Wietse Venema
Noel Jones: > > > On Apr 10, 2021, at 11:10 AM, Wietse Venema wrote: > > > > ?Ralph Seichter: > >> * Wietse Venema: > >> > Would that not cause a prohibitively large number of open connections > between Postfix's smtp and the sleeping proxy? > >>> > >>> Limited by the (master.cf) per

Question in translation the message of bounce

2021-04-10 Thread Ricardo Barbosa
Hi all, I'm customizing the bounce messages for the Brazilian language and using the utf-8 charset. The body messages work perfectly but the subject does not. Executing the "postconf -b /etc/postfix/bounce.cf" command to check for an error, the message "postfix/bounce: warning: /etc/postfix/bo

"ã", "é", etc., in message subjects, (was: Question in translation the message of bounce)

2021-04-10 Thread Viktor Dukhovni
On Sun, Apr 11, 2021 at 04:13:39AM +, Ricardo Barbosa wrote: > Is it possible using accented characters in the subject type "ã" and "é"? Yes, provided they're encoded to quoted-printable (good for Latin-based scripts, such as Portuguese) or base64 (for other scripts, e.g. Chinese) see RFC20