Forum Moderators: LifeinAsia
I suspect that I may be being sabotaged by a competitor (hmm.. Lavender hhmmm.. I know who you are!) that sent me hate email when I first started my site a couple of years ago.
I do not use any dodgy methods: Sound coding practices combined with good, original content are my tools. My site consistently ranks highly in gooogle, yahoo & msn.
What I would like to know is... is there any way (other than contacting the domains my site has banned on) to detect and track this suspected dodgy activity?
Also, what steps can be taken to minimise the negative effects of spoofed emails? Any insight welcome and appreciated.
cheers
Steve
And a huge increase in spoofed emails being returned to my catch-all email account (hosted on a shared virtual server).
If those spoofed emails are in fact "spoofed", then you have an SMTP Relay issue at the server. Check the headers and look at the from address. And, if that is the case, there may be some other vulnerabilities present.
sample:
Received: from unknown (HELO qlczf) (173.xx.xx.xx)
by softbank221041052028.example.net with SMTP; Wed, 10 Jan 2007 22:42:53 -0800
Message-ID: <001301c7354b$b869cfb0$62739cad@qlczf>
--------------------------------------------------
Received: from [136.xx.xx.xx] (helo=jjddvk)
by softbank221041052028.example.net with smtp (Exim 4.62 (FreeBSD))
id 1H4zch-0002kH-Jv; Thu, 11 Jan 2007 05:05:39 -0800
--------------------------------------------------
Received: from [68.xx.xx.xx] (helo=mqzx)
by nqokt with smtp (Exim 4.62 (FreeBSD))
id 1H4oLj-0003R2-9G; Thu, 11 Jan 2007 10:03:23 +0900
Message-ID: <000f01c7351b$f4a74320$808d4344@mqzx>
---------------------------------------------------
...
[edited by: jatar_k at 4:12 pm (utc) on Jan. 18, 2007]
[edit reason] examplified [/edit]