View Single Post
  #5 (permalink)  
Old 01-21-2010, 05:06 AM
uxbod uxbod is offline
Moderator
 
Posts: 7,928
Default

If you are never going to email yourself from outside then you could make a change to the Postfix configuration and add the following
Code:
check_sender_access hash:/etc/postfix/spoofprotection,
under smtpd_recipient_restrictions; with the following in the file
Code:
yourdomain		REJECT we never email ourself from outside so go away!
and then
Code:
postmap spoofprotection
__________________
Reply With Quote