Jonathan Engbrecht:
> Thank you!
>
> The only thing that's a little odd is that the embedded-space construct:
> static:{reject 5.1.1 user unknown} doesn't seem to work in this context. I
> get:
>
> ... postfix/smtpd[31453]: generic_checks: name={reject
> ... postfix/smtpd[31453]: warning: unknown smtpd restriction: "{reject"
>
> Changing this to static:reject works well enough for my purposes here, so
> that's excellent. Thanks again.
Postfix versions before 3.2 are no longer supported.
$ postmap -q test 'static:{reject 5.1.1 user unknown}'
reject 5.1.1 user unknown
As you see, no '{reject' in the result.
Wietse