OK - I didn't know how to do the conditional. Thanks.
Nico Erfurth wrote:
>
>
> <quote>
> smtp_accept_max_per_host Type: string* Default: unset
>
>
> So something like
>
> smtp_accept_max_per_host = ${if eq{127.0.0.1}\
> {$interface_address}{1000}{10}}
> smtp_accept_max = 1000
>
> Should work.
>
> Nico
>
>