Re: [exim] expansion error in OAuth2 client authenticator

2023-03-12 Thread Victor Ustugov via Exim-users
Victor Ustugov via Exim-users wrote on 12.03.2023 23:32: > Is it possible to use SNI with ${readsocket? No. >>> >>> Do you plan to implement this functionality? >> >> It's not currently on the radar.  Glancing round the >> code, it could be implemented with a bit of a hack. >> Choosing a

Re: [exim] expansion error in OAuth2 client authenticator

2023-03-12 Thread Victor Ustugov via Exim-users
Jeremy Harris via Exim-users wrote on 12.03.2023 20:06: > On 12/03/2023 17:31, Victor Ustugov via Exim-users wrote: >> Jeremy Harris via Exim-users wrote on 12.03.2023 19:09: >>> On 12/03/2023 16:25, Victor Ustugov via Exim-users wrote: Is it possible to use SNI with ${readsocket? >>> No. >>

[exim] Is that SPAM? Or am I compromised?

2023-03-12 Thread Yves via Exim-users
I just received a SPAM (I hope), but the headers retained my attention; here they are, in full: Return-Path: Delivered-To: y...@yalis.fr Received: from seuil3 ([192.168.1.201]) by sphinx3 with LMTP id UARXHdImDmQdcBQAMvrXhg (envelope-from ) for ; Sun, 12 Mar

Re: [exim] expansion error in OAuth2 client authenticator

2023-03-12 Thread Odhiambo Washington via Exim-users
On Sun, Mar 12, 2023 at 9:17 PM Jeremy Harris via Exim-users < exim-users@exim.org> wrote: > On 12/03/2023 17:31, Victor Ustugov via Exim-users wrote: > > Jeremy Harris via Exim-users wrote on 12.03.2023 19:09: > >> On 12/03/2023 16:25, Victor Ustugov via Exim-users wrote: > >>> Is it possible to

Re: [exim] expansion error in OAuth2 client authenticator

2023-03-12 Thread Jeremy Harris via Exim-users
On 12/03/2023 17:31, Victor Ustugov via Exim-users wrote: Jeremy Harris via Exim-users wrote on 12.03.2023 19:09: On 12/03/2023 16:25, Victor Ustugov via Exim-users wrote: Is it possible to use SNI with ${readsocket? No. Do you plan to implement this functionality? It's not currently on

Re: [exim] expansion error in OAuth2 client authenticator

2023-03-12 Thread Victor Ustugov via Exim-users
Jeremy Harris via Exim-users wrote on 12.03.2023 19:09: > On 12/03/2023 16:25, Victor Ustugov via Exim-users wrote: >> Is it possible to use SNI with ${readsocket? > No. Do you plan to implement this functionality? -- Best wishes Victor Ustugov mailto:vic...@corvax.kiev.ua public GnuPG/PGP key:

Re: [exim] OAuth2 client authenticator

2023-03-12 Thread Victor Ustugov via Exim-users
ael via Exim-users wrote on 12.03.2023 18:27: > On Sun, Mar 12, 2023 at 03:10:54PM +0200, Victor Ustugov via Exim-users wrote: >> https://packages.debian.org/source/sid/exim4 to it. I mean 75_*.patch >> >> Script get_oauth2_access_token-v.corvax.t...@gmail.com.sh is based on >>

Re: [exim] expansion error in OAuth2 client authenticator

2023-03-12 Thread Jeremy Harris via Exim-users
On 12/03/2023 16:25, Victor Ustugov via Exim-users wrote: Is it possible to use SNI with ${readsocket? No. -- Cheers, Jeremy -- ## List details at https://lists.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list -

[exim] OAuth2 client authenticator

2023-03-12 Thread ael via Exim-users
On Sun, Mar 12, 2023 at 03:10:54PM +0200, Victor Ustugov via Exim-users wrote: > https://packages.debian.org/source/sid/exim4 to it. I mean 75_*.patch > > Script get_oauth2_access_token-v.corvax.t...@gmail.com.sh is based on >

Re: [exim] expansion error in OAuth2 client authenticator

2023-03-12 Thread Victor Ustugov via Exim-users
Victor Ustugov via Exim-users wrote on 12.03.2023 15:10: > Later, I'm going to make requests to get an access token using > ${readsocket. In this case, I won't need to call ${run and curl. Is it possible to use SNI with ${readsocket? In other words, is it possible to make HTTPS requests to a

Re: [exim] expansion error in OAuth2 client authenticator

2023-03-12 Thread Victor Ustugov via Exim-users
Andrew C Aitchison via Exim-users wrote on 12.03.2023 13:38: >> without ${expand: >> >> # exim -be >> '${lookup{smtp.gmail.com<@>v.corvax.t...@gmail.com<@>oauth2}lsearch*{/usr/local/etc/exim/smtpauthdb}{$value}fail}' >> >> ${run{/bin/sh -c >>

Re: [exim] expansion error in OAuth2 client authenticator

2023-03-12 Thread Andrew C Aitchison via Exim-users
On Sun, 12 Mar 2023, Victor Ustugov via Exim-users wrote: Hello. # uname -sr FreeBSD 13.1-RELEASE-p6 # pkg info -E exim exim-4.96 exim compiled with all the patches from exim4_4.96-14 https://packages.debian.org/source/sid/exim4 I try to setup OAuth2 client authenticator: client_oauth2:

Re: [exim] expansion error in OAuth2 client authenticator

2023-03-12 Thread Victor Ustugov via Exim-users
> Andreas Metzler via Exim-users wrote on 12.03.2023 08:55: >> On 2023-03-11 Victor Ustugov via Exim-users wrote: >> [...] >>> client_send = ${lookup{$host<@>$sender_address<@>oauth2}\ >>>lsearch*{CONFDIR/smtpauthdb}{${expand:$value}}fail} >> [...] >> >> Hello, >> >> >> | |client_send|Use:

Re: [exim] expansion error in OAuth2 client authenticator

2023-03-12 Thread Victor Ustugov via Exim-users
Andreas Metzler via Exim-users wrote on 12.03.2023 08:55: > On 2023-03-11 Victor Ustugov via Exim-users wrote: > [...] >> client_send = ${lookup{$host<@>$sender_address<@>oauth2}\ >>lsearch*{CONFDIR/smtpauthdb}{${expand:$value}}fail} > [...] > > Hello, > > > | |client_send|Use: