> On Dec 11, 2020, at 1:46 PM, Sergio Belkin <seb...@gmail.com> wrote: > > Ok, I thought so because of the 'indexed' parameter that I don't found in > documentation except in tls_server_sni_maps > (http://www.postfix.org/postconf.5.html) > Is that parameter supported in postfix 2.10.1?
There is no built-in "indexed" parameter. It is just a convenience macro I use to avoid repeating myself in map definitions and to avoid hardcoding the default map type and location in multiple places. You can define and use whatever variables you want in main.cf, for another example: my_pcre = pcre:${config_directory}/ header_checks = ${my_pcre}header-checks.pcre -- Viktor.