> On Dec 20, 2018, at 10:17 AM, Todd C. Olson <t...@cornell.edu> wrote:
> 
> However postmap reports
> postmap: fatal: unsupported dictionary type: pipemap
> 
> Cornell University

Your version of Postfix is likely too old.

  $ postconf mail_version mail_release_date
  mail_version = 3.3.1
  mail_release_date = 20180519

  $ postconf -m | grep pipemap
  pipemap

  $ echo abc | postmap -q - "pipemap:{static:foo static:bar}"
  abc     bar

The "pipemap" table type was added in Postfix 3.0 (more precisely,
snapshot postfix-2.12-20140701).

-- 
        Viktor.

Reply via email to