Someone’s keep sending porn emails using my email address, and the return to my email folder saying i sent them and it clogging up my inbox and making the server work out on cpu cause they have pictures attached and they are being clam scanned , 2 days now. this is crazy ! how do I beat this?
i get the errors Undelivered Mail Returned to Sender
can someone please help me figure out how to not have these fill up my inbox? Undelivered Mail Returned to Sender
I just saw at the bottom a note:
Note: these documents haven’t been updated since 2004, so they are useful only as a starting point.
so backup before changes
Make sure your SPF and DMARC is set up and correct in DNS. I think this should cause properly configured mail servers to drop it before accepting it and then bouncing it to you.
Set up SPF with StrictFail (-all) and DKIM immediately. Make sure all legit sending IP’s are represented in SPF.
About 24-48 hours after setting up SPF and DKIM, set up DMARC with pct=100 and p=reject.
After some time (probably months) you can try loosening up the settings a bit. SoftFail (~all) is what I usually use for SPF, and p=quarantine in DMARC. But when I know a user on the virtual server is being spoofed, I use the tighter settings.
I use an incoming mail server that filters, scans and virus checks all mail before passing it on to Vmin.
I added a really good tool called milter-regex that allows me to block stuff like that - and lot’s of other junk too.
While that server runs on Sendmail, I have read that you can use milter-regex with Postfix.
This is an example of the rules I use.
reject “Unsolicited This user does not accept DSN messages”
envrcpt /username@domain.com/ei and envfrom /^$/
envrcpt /username@domain.com/ei and envfrom /^<>$/
envrcpt /username@domain.com/ei and envfrom /mailer-daemon@/ei
sure, 100 check…still getting these spams blowing up my inbox. after i did the
DMARC policy to “reject”.
Server Configuration/DNS Options -
still trying to figure it out
[quote=“RJM_Web_Design, post:5, topic:120328”]
SoftFail
[/quote] I been going in and out of the back end to find how to do that, you know how? for that user?