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.