# This file has to be "compiled" with "postmap" # Reject anybody that HELO's as being in our own domain(s) # (Note that if you followed the order suggested in the main.cf # examples, above, that machines in mynetworks will be okay.) #example.tld REJECT You are not in example.tld #foobarbaz.tld REJECT You are not in foobarbaz.tld # Somebody HELO'ing with our IP address? #192.168.1.2 REJECT You are not 192.168.1.2 # Somebody HELO'ing as "localhost?" Impossible, we're "localhost" localhost REJECT You are not me