How to reject mails on exchange server using hub transport
we are getting emails with this address: mannzmb@domainname.com, actually this email addess is not part of our exchange server, but still they are coming to my inbox as if it is directed to me, but when i open the email i see the address as this: mannzmb@domainname.com domainname.com everything fine except the emailid mannzmb. Is there a way on exchange hub transport using antispam to reject those emails if the recipient id is not part of the mail list. Thank you very much for the helpful info.
July 13th, 2010 11:23pm

I think that message is BCCed to you. Message tracking should give you a clue about that. -- Ed Crowley MVP "There are seldom good technological solutions to behavioral problems." . "cplusplus1" wrote in message news:80acd981-a453-48bb-9777-6c5d19d4d2cf... we are getting emails with this address: mannzmb@domainname.com, actually this email addess is not part of our exchange server, but still they are coming to my inbox as if it is directed to me, but when i open the email i see the address as this: mannzmb@domainname.com domainname.com everything fine except the emailid mannzmb. Is there a way on exchange hub transport using antispam to reject those emails if the recipient id is not part of the mail list. Thank you very much for the helpful info. Ed Crowley MVP "There are seldom good technological solutions to behavioral problems."
Free Windows Admin Tool Kit Click here and download it now
July 14th, 2010 6:12am

Dear guys, Obviously this message is coming from a spammer who has spoofed your email address. In Exchange 2007, there are various of filtering tools to reject spam, but in your scenario I suggest you configure the receive connector’s permission. To prevent anonymous senders from sending email using your domain, we can remove ms-exch-smtp-accept-authoritative-domain-sender permission from your receive connector. Use the following sentence from your EMS: Get-ReceiveConnector "Your Internet ReceiveConnector" | Get-ADPermission -user "NT AUTHORITY\Anonymous Logon" | where {$_.ExtendedRights -like "ms-exch-smtp-accept-authoritative-domain-sender"} | Remove-ADPermission Hope it’s useful to you.
July 19th, 2010 12:38pm

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics