Re: [exim] How to set option using output from system comman…

Góra strony
Delete this message
Reply to this message
Autor: Jeremy Harris
Data:  
Dla: exim-users
Temat: Re: [exim] How to set option using output from system command?
On 18/01/2021 16:29, krzf83--- via Exim-users wrote:
> How to set option using output from system command?
>
> deliver_queue_load_max = ${run{/bin/grep 'processor' /proc/cpuinfo -c}}


That option does not expand its value, so you can't.
--
Cheers,
Jeremy