Hello, When I ask a configuration value with command: $ postconf -h ParameterName I get raw value from text file /etc/postfix/main.cf
Is there some way to get effective value with variables already replaced? Example of behaviour I find: $ postconf -h tls_server_sni_maps ${indexed}sni $ postconf -h indexed ${default_database_type}:${config_directory}/ $ postconf -h default_database_type hash $ postconf -h config_directory /etc/postfix And I'm looking for a command that outputs final effective value: hash:/etc/postfix/sni Thank you -- Narcis Garcia _______________________________________________ Postfix-users mailing list -- postfix-users@postfix.org To unsubscribe send an email to postfix-users-le...@postfix.org