John Hill via Postfix-users:
> 
> On 5/28/24 11:48 AM, Wietse Venema via Postfix-users wrote:
> > postconf -Mf submission/inet".
> 
> 
> May 28 10:51:07 proteus.noach.com postfix/submission/smtpd[57120]: 
> warning: malformed map specification: '{ reject_rbl_client 
> xbl.spamhaus.org }'

There is no reject_rbl_client in the configuration that you sent.

In any case, with parameters in master.cf the {} are used like this

    -o { name = value... }

That is, the name and value INSIDE the {}.

The {} are NOT in the middle of a value like you did:

    -o name=value,{ value },...

For syntax see https://www.postfix.org/master.5.html

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

Reply via email to