# 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.) fjfi.cvut.cz REJECT You are not in fjfi.cvut.cz # Somebody HELO'ing with our IP address? 147.32.9.3 REJECT You are not 147.32.9.3 147.32.5.45 REJECT You are not 147.32.5.45 #/147\.32\.9\.([0-9]{1,3})/ REJECT You are not 147.32.9.$1 # Somebody HELO'ing as "localhost?" Impossible, we're "localhost" localhost REJECT You are not me # Sometimes, it is necessary to permit a friend mail server with # offending ``unknown hostname'' to pass through. The solution # is to put that hostname in the helo_access with OK action. # #/^smtp\.goodfriend\.com$/ OK