Displaying 3 results from an estimated 3 matches for "smtp_script".
Did you mean:
setup_script
2020 Aug 21
4
[EXT] Re: dovecot-SASL for Postfix: EXTERNAL does not work.
...mber of them)?
...
|I was trying to suggest that you could try dovecot submission server. \
|It might work better with EXTERNAL authentication.
Ok, thanks. Yes, i just faked it for my tests, carrying over the
IMAP/POP3 communication. (I use your output as a template and do
stuff like
smtp_script smtp -Ssmtp-config=-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 =
' &a...
2020 Aug 21
0
[EXT] Re: dovecot-SASL for Postfix: EXTERNAL does not work.
...to suggest that you could try dovecot submission server. \
> |It might work better with EXTERNAL authentication.
>
> Ok, thanks. Yes, i just faked it for my tests, carrying over the
> IMAP/POP3 communication. (I use your output as a template and do
> stuff like
>
> smtp_script smtp -Ssmtp-config=-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 ...
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