After a bit of reflection, I may have asked the wrong question. Perhaps
a better question is does the substitution take place on processing the
option?
thanks
On 03/07/2017 01:59 PM, Robert Moskowitz wrote:
Is there a way to get the following:
postconf -e 'smtpd_tls_key_file = /etc/pki/tls/private/$myhostname.key'
To work and substitute the value for $myhostname?
I am building a new server and writing up my scripts and I am trying
to adhere to the lessons I learned here some 2+ years ago. And trying
to be better than I was then...
Thank you.