Andreas Metzler via Exim-users wrote on 12.03.2023 08:55: > On 2023-03-11 Victor Ustugov via Exim-users <exim-users@exim.org> wrote: > [...] >> client_send = ${lookup{$host<@>$sender_address<@>oauth2}\ >> lsearch*{CONFDIR/smtpauthdb}{${expand:$value}}fail} > [...] > > Hello, > > <Quote> > | |client_send|Use: plaintext|Type: string*|Default: unset| > | +-------------------------------------------------------+ > | > | The string is a colon-separated list of authentication data strings. Each > | string is independently expanded before being sent to the server. > </Unquote> > > See Chapter 6 - The Exim runtime configuration file "20. List > construction" and "21. Changing list separators" for ways to fix your > configuration.
So is it enough to replace client_send = ${lookup{$host<@>$sender_address<@>oauth2}lsearch*{CONFDIR/smtpauthdb}{${expand:$value}}fail} with client_send = "${lookup{$host<@>$sender_address<@>oauth2}lsearch*{CONFDIR/smtpauthdb}{${expand:$value}}fail}" ? > cu Andreas > -- Best wishes Victor Ustugov mailto:vic...@corvax.kiev.ua public GnuPG/PGP key: https://victor.corvax.kiev.ua/corvax.asc -- ## 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 - http://wiki.exim.org/