Re: spaces when using -o in master.cf

2012-12-03 Thread Reindl Harald
Am 03.12.2012 14:42, schrieb Tomas Macek: 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 -

Re: spaces when using -o in master.cf

2012-12-03 Thread Tomas Macek
On Mon, 3 Dec 2012, Reindl Harald wrote: Am 03.12.2012 14:42, schrieb Tomas Macek: 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:

Re: spaces when using -o in master.cf

2012-12-03 Thread Stan Hoeppner
On 12/3/2012 7:42 AM, Tomas Macek wrote: 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 -

Re: spaces when using -o in master.cf

2012-12-03 Thread Noel Jones
On 12/3/2012 7:59 AM, Tomas Macek wrote: On Mon, 3 Dec 2012, Reindl Harald wrote: Am 03.12.2012 14:42, schrieb Tomas Macek: 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

Re: spaces when using -o in master.cf

2012-12-03 Thread Wietse Venema
Reindl Harald: main.cf whatever_smtpd_client_restrictions = check_policy_service inet:127.0.0.1:24575 master.cf: -o smtpd_client_restrictions=$whatever_smtpd_client_restrictions This is the recommended solution. It is mentioned in the master(5) manpage, but the text is somewhat obscure. I

Re: spaces when using -o in master.cf

2012-12-03 Thread mouss
Le 03/12/2012 14:59, Tomas Macek a écrit : On Mon, 3 Dec 2012, Reindl Harald wrote: Am 03.12.2012 14:42, schrieb Tomas Macek: 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