On Sun, Mar 26, 2023 at 02:15:27PM -0700, Doug Hardie via Postfix-users wrote:

> Thanks Viktor.  I went with the first approach and am getting errors:
> 
> warning: inline:{DigitalInsight.firefightersfirstcreditunion.org = 
> permit_auth_destination} is unavailable. missing '=' after attribute name: 
> "inline:{DigitalInsight.firefightersfirstcreditunion.org = 
> permit_auth_destination}"; need "inline:{name=value...}
> 
> and others like:
> 
> warning: inline:{DigitalInsight.firefightersfirstcreditunion.org = 
> permit_auth_destination} lookup error for "file...@crytech.il"
> 
> I think that message is saying the : after inline should be an =.  I'll give 
> that a try.

No, the syntax should instead be:

    inline:{{digitalinsight.firefightersfirstcreditunion.org = 
permit_auth_destination}}
  or
    
inline:{digitalinsight.firefightersfirstcreditunion.org=permit_auth_destination}

Per the documentation:

    http://www.postfix.org/DATABASE_README.html

        "inline:{ key=value, { key = text with whitespace or comma }}

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

Reply via email to