Mark Martinec:
> postfix 2.9.20111119 warns me:
> 
>   unused parameter: smtpd_client_connection_limit_exceptions

The problem is that postconf no longer parses parameter values
that have their default value.

You can work around this with an explicit

/etc/postfix/main.cf:
    smtpd_client_event_limit_exceptions = 
        ${smtpd_client_connection_limit_exceptions:$mynetworks}

I'll roll out a correction.

        Wietse

Reply via email to