Colin Campbell wrote:
Hi,
On Tue, 2008-08-26 at 08:41 +0200, mouss wrote:
Ulf Zimmermann wrote:
Hello, everyone.
I thought before I potential reinvent the wheel, I would ask here if
someone hasn't done this before:
I am looking at doing 3 things in postfix on a relay which is set as the
smart relay on a number of machines.
1.) Check the client host name, if in table 1, allow relay
unconditional, stop further checks
mynetworks = cidr:/etc/postfix/mynetworks
== mynetworks
127.0.0.1/32 OK
192.168.1.0/24 OK
...
Don't you mean:
mynetworks = /etc/postfix/mynetworks
no, I really meant cidr. but it doesn't matter much.
== mynetworks
127.0.0.1
192.168.1.0/24
...