Apparently the libicu upstream has deprecated use of icu-config and recommends
pkg-config instead. Debian has recently decided to stop shipping icu-config
for obscure distro related reasons. The Debian libicu maintainer suggests
this as an alternative (and it works here):
--- postfix-3.3.2.or
Scott Kitterman:
> Apparently the libicu upstream has deprecated use of icu-config and recommends
> pkg-config instead. Debian has recently decided to stop shipping icu-config
> for obscure distro related reasons. The Debian libicu maintainer suggests
> this as an alternative (and it works here
Hello Patrick,
Thanks for the response.
> The other side offers PLAIN LOGIN, but your smtp client doesn't like that
> because those are mechanisms which send identification data in clear (read:
> unencrypted). That's because you have this (default) in place:
>
> smtp_sasl_security_options = no
Turns out this wasn't something wrong with the postfix. But in case someone
will run into the same issue -- here is how I addressed this problem:
Alpine 3.9 splitted package libsasl (which used to contain liblogin and
libplain[1]) into three: libsasl[2], cyrus-sasl-plain[3] and cyrus-sasl-login
Greetings, sashk!
> Hello Patrick,
> Thanks for the response.
>> The other side offers PLAIN LOGIN, but your smtp client doesn't like that
>> because those are mechanisms which send identification data in clear (read:
>> unencrypted). That's because you have this (default) in place:
>>
>> smtp
On 16 Feb 2019, at 15:46, Andrey Repin wrote:
Greetings, sashk!
Hello Patrick,
Thanks for the response.
The other side offers PLAIN LOGIN, but your smtp client doesn't like
that
because those are mechanisms which send identification data in clear
(read:
unencrypted). That's because yo
On Sat, Feb 16, 2019 at 11:46:12PM +0300, Andrey Repin wrote:
> > submission inet n - n - - smtpd
> > -o syslog_name=postfix/submission
> > -o smtpd_tls_security_level=encrypt
>
> This is NOT right.
> submission (port 587/tcp) is a plan connection. Unencrypted.
>