On Tue, Sep 17, 2024 at 08:01:51AM -0400, John Hill via Postfix-users wrote:

> main.cf:
>     indexed = ${default_database_type}:${config_directory}/
>     smtpd_recipient_restrictions = ${indexed}recipient-access

And of course it really should be:

    smtpd_recipient_restrictions =
        check_recipient_access ${indexed}recipient-access
        ...

-- 
    Viktor.
_______________________________________________
Postfix-users mailing list -- postfix-users@postfix.org
To unsubscribe send an email to postfix-users-le...@postfix.org

Reply via email to