Wietse Venema: > Martin Mielke: > > mynetworks = hash:/etc/postfix/network_table > ... > > # postmap -q 1.2.3 /etc/postfix/network_table > > OK > ... > Where does the POSTFIX documentation say that you can specify > less than 4 octets in a mynetworks table?
Answer: it doesn't. Instead of using hash:, I suggest using one of the documented variants: mynetworks=cidr:/file/name, with one net/mask pattern per file. mynetworks=/file/name, with one net/mask pattern per file. Wietse