[exim] How to set option using output from system command?

Top Page
Delete this message
Reply to this message
Author: krzf83@gmail.com
Date:  
To: exim-users
Subject: [exim] How to set option using output from system command?
How to set option using output from system command?

deliver_queue_load_max = ${run{/bin/grep 'processor' /proc/cpuinfo -c}}

fixed-point number expected for deliver_queue_load_max


deliver_queue_load_max = ${run{/bin/grep 'processor' /proc/cpuinfo -c}}{$value}

fixed-point number expected for deliver_queue_load_max


deliver_queue_load_max = ${run{/bin/grep 'processor' /proc/cpuinfo -c}{$value}}

fixed-point number expected for deliver_queue_load_max