Are parameters case sensitive, are myDomain and mydomain the same or different. I have read the Postfix configuration man page and several other texts, but I have not found any specific info. I have four almost identical servers, my family server which I use for experimentation and three others that I support.

What I would like to do parametrize anything that is different between them in order to make maint easier.
So for example could I do something like this

myregDomain = klam
myTLD = ca
...
mydomain = $myregDomain\*.*myTLD
....
smtp_tls_cert_file = /..../$myregDomain\_mail.pem
smtp_tls_key_file = /..../$myregDomain\_mail.key
...
etc

On the other systems I would set the myregDomain and myTLD as appropriate.

Even nicer would be an include directive which would allow me to create boiler plate .conf files.
--
John Allen
KLaM
------------------------------------------
OK, so what is the speed of dark?

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

Reply via email to