We recently got an email from an outside server that had a spoofed "From:" header that was the email address of one of our users. Is there a way to have sendmail reject emails coming in from an outside network that claim to be a specfic user, but still allow that user to send mail from our own servers? How can I set this up?

link|improve this question

67% accept rate
feedback

1 Answer

You can use SPF or DomainKeys Identified Mail. And configure sendmail to verify SPF and DomainKeys. This will reduce some of your received spam too.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.