Displaying 3 results from an estimated 3 matches for "smtp_auth_ok".
2020 Aug 21
4
[EXT] Re: dovecot-SASL for Postfix: EXTERNAL does not work.
...-all,starttls,externanon \
-Stls-config-pairs=Certificate=client-pair.pem
{ smtp_ehlo && printf '\001
STARTTLS
\003
220 2.0.0 Ready to start TLS
' &&
smtp_ehlo 0 && printf '\001
AUTH EXTERNAL =
' &&
smtp_auth_ok && smtp_go; } |
../net-test -U -s .t.sh > "${MBOX}" 2>&1
check auth-7 0 "${MBOX}" '4294967295 0'
you know. Terrible this does not work for GSSAPI, i am about to
ask the MIT people to add two pseudo credentials, one which always
work...
2020 Aug 21
0
[EXT] Re: dovecot-SASL for Postfix: EXTERNAL does not work.
...onfig-pairs=Certificate=client-pair.pem
> { smtp_ehlo && printf '\001
> STARTTLS
> \003
> 220 2.0.0 Ready to start TLS
> ' &&
> smtp_ehlo 0 && printf '\001
> AUTH EXTERNAL =
> ' &&
> smtp_auth_ok && smtp_go; } |
> ../net-test -U -s .t.sh > "${MBOX}" 2>&1
> check auth-7 0 "${MBOX}" '4294967295 0'
>
> you know. Terrible this does not work for GSSAPI, i am about to
> ask the MIT people to add two pseudo credentia...
2020 Aug 20
2
dovecot-SASL for Postfix: EXTERNAL does not work.
Hello and good evening.
Sorry for responding so late, it is midsummer and i spend as much
time as possible on the outside (bicycle, mostly). (Just one more
day, then 10 degrees colder!!)
I Cc: Wietse Venema, because i quote a message of him.
(this is "set quote-add-cc" here.)
Aki Tuomi wrote in
<84881193.5398.1597934431687 at appsuite-dev-gw2.open-xchange.com>:
The dovecot