Re: Override a transport configuration parameter with its own name

2017-06-07 Thread Wietse Venema
msd+postfix-us...@msd.im: > Hi Wietse, > > Thank you for your reply, > > That's why it wasn't working as expected ! > > So, just to be sure, is this syntax valid (destination_concurrency_limit > is this time documented in the smtp manpage) ? > Alas, that's a bug in the manpage. This parameter

Re: Override a transport configuration parameter with its own name

2017-06-07 Thread msd+postfix-users
Hi Wietse, Thank you for your reply, That's why it wasn't working as expected ! So, just to be sure, is this syntax valid (destination_concurrency_limit is this time documented in the smtp manpage) ? transportname unix - - n - 1 smtp -o transportname_de

Re: Override a transport configuration parameter with its own name

2017-06-07 Thread Wietse Venema
msd+postfix-us...@msd.im: > Hi, > > 1. In master.cf, is it possible to override a transport configuration > parameter with its own name ? Like this : > > transportname unix - - n - 1 smtp >-o transportname_destination_rate_delay

Override a transport configuration parameter with its own name

2017-06-07 Thread msd+postfix-users
Hi, 1. In master.cf, is it possible to override a transport configuration parameter with its own name ? Like this : transportname unix - - n - 1 smtp -o transportname_destination_rate_delay=1s If I can't, why ? 2. Can I use 'defau