Re: [Exim] Unlimited SMTP from localhost

Startseite
Nachricht löschen
Nachricht beantworten
Autor: Marc Perkel
Datum:  
To: exim-users
Betreff: Re: [Exim] Unlimited SMTP from localhost
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
>
>