Wilberth Pérez a écrit :
> Hi:
> 
> Any one knows how i could configure a trusted relay host list on postfix ?
> 
> i just want permit specifics  (don´t all  one subnet) email servers IP's
> uses my primary email server for relay email.
> 
> 

you can simply use mynetworks.

for example

mynetworks =
        127.0.0.1
        10.1.2.3
        192.168.1.0/24

or using an external map:

mynetworks = cidr:/etc/postfix/mynetworks.cidr

== mynetworks.cidr:
127.0.0.1       OK
10.1.2.3        OK
192.168.1.0/24  OK

only do that for machines you trust.


Reply via email to