I have line like this

smtpd_client_restrictions = check_policy_service inet:127.0.0.1:24575, ...

in my main.cf

I would like the $smtpd_client_restrictions to override in master.cf, something like:

submission inet n      -       n       -       -       smtpd
-o smtpd_client_restrictions=check_policy_service inet:127.0.0.1:24575

but the space between "check_policy_service" and "inet" is a problem.

How can I write this (if it's possible generally)? I know, that the doc says, the spaces are not allowed but maybe there is a way...

Regards, Tomas

Reply via email to