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