I am having a wierd email issue that I need assistance with. I am going to use domain.com in place of our actual domain name for my question. When someone registers on our website for our PMI training, certain users are not receiving the registration emails. When someone registers for a class, our Training mailbox is supposed to receive the email plus the person who registered. I have a mailbox setup on our Exchange server with training@domain.com as it's email address. Our training mailbox never receives the email,but the person who registered does. Here is our setup:
- Website is hosted with Server Intellect. Website is setup to send (or pretend to send)registration email from training@domain.com to training@domain.com and registereduser@differentdomain.com. The web developer that setup our training pages also has bill.burkard@domain.com (who is one of my users on our Exchange server) being bcc'd on the registration emails. What's strange is that Bill gets them?? When the email is generated, the web developer has the FROM coming from training@domain.com.
- Our domain is registered thru GoDaddy. Our domain is pointed to the nameservers at Server Intellect.
- Our internal active directory domain is the same as our external domain
- We use an internal Exchange 2007 server.
I checked the message tracking logs on my Exchange server. I performed a filter on email coming from training@domain.com It found the registration emails that bill.burkard@domain.com received. It's as if our website is using my internal Training mailbox to send the email, but the IP it originates from is the IP of one of our nameservers at Server Intellect. I verified this by looking at our external DNS settings. I also have a SPF record setup for our domain. Just for laughs, I tested adding the IP our website was using to send the email to our SPF record, but that didn't work. Is it a DNS issue, SPF record issue, Exchange server issue, or how our website is generating the email. What is very confusing is if bill.burkard@domain.com is getting the emails, why isn't training@domain.com receiving the emails. I am desperate for any help. It is very important that we get this working.
Thank you!!
If so then add training@domain.com to the whitelist
If you are using exchange to do it the use this:
Using EMS, try the following:
set-contentfilterconfig -BypassedSenders training@domain.com
Here's a couple blogs worth reading
http://exchangepedia.com/blog/2007/01/exchange-2007-content-filter-whitelist.html
http://exchangepedia.com/blog/2007/02/how-to-update-multi-valued-attributes.html
HTH