* 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
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
> 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
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
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
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