HCImap:
> hi,
>
> I am configuring a postfix-based mailserver at home, using the
> docker-based mailserver
>
> https://github.com/docker-mailserver/docker-mailserver
>
> Under the hood the version is:
>
> # postconf mail_version
> mail_version = 3.5.17
>
> I am trying to use a cidr table to whitelist. But contrary to what I
> assumed it seems to read the ascii file, not the db file postmap makes.
> Can people perhaps confirm that is how it should be?
Confirmed. Did you notice that the command
postmap cidr:/etc/postfix/client_checks
terminates with a fatal error?
postmap: fatal: no 'map create' support for this type: cidr
Wietse