[Exim] Is it possible to get environmen variables?

Top Page
Delete this message
Reply to this message
Author: Hunte Swee
Date:  
To: exim-users
Subject: [Exim] Is it possible to get environmen variables?
Does Exim provide us a measure to get value of environment variable in the configuraion file?

That say:
Standard:
...
smtp_daemon_port = 25
...

Environment:
In the shell:
export SMTP_PORT=25
In the Config file:
...
smtp_daemon_port = ${env SMTP_PORT}
...

Hunte