IIS SMTP server (Installed on local server) in parallel to Google Apps

Posted by sharru on Stack Overflow See other posts from Stack Overflow or by sharru
Published on 2010-03-17T13:15:44Z Indexed on 2010/03/18 11:51 UTC
Read the original article Hit count: 338

Filed under:
|
|

I am currently using free version of Google Apps for hosting my email.It works great for my official mails my email on Google is [email protected].

In addition I'm sending out high volume mails (registrations, forgotten passwords, newsletters etc) from the website (www.mydomain.com) using IIS SMTP installed on my windows machine.

These emails are sent from [email protected]

My problem is that when I send email from the website using IIS SMTP to a mail address [email protected] I don’t receive the email to Google apps. (I only receive these emails if I install a pop service on the server with the [email protected] email box). It seems that the IIS SMTP is ignoring the domain MX records and just delivers these emails to my local server.

Here are my DNS records for domain.com:

mydomain.com  A 82.80.200.20 3600s     
mydomain.com  TXT v=spf1 ip4: 82.80.200.20 a mx ptr include:aspmx.googlemail.com ~all 
mydomain.com  MX preference: 10 exchange: aspmx2.googlemail.com  3600s 
mydomain.com  MX preference: 10 exchange: aspmx3.googlemail.com  3600s 
mydomain.com  MX preference: 10 exchange: aspmx4.googlemail.com  3600s 
mydomain.com  MX preference: 10 exchange: aspmx5.googlemail.com  3600s 
mydomain.com  MX preference: 1 exchange: aspmx.l.google.com  3600s 
mydomain.com  MX preference: 5 exchange: alt1.aspmx.l.google.com  3600s 
mydomain.com  MX preference: 5 exchange: alt2.aspmx.l.google.com  3600s

Please help!

Thanks.

© Stack Overflow or respective owner

Related posts about iis

Related posts about server