I am starting a project in a couple of mins. But I have question about
emails regarding mywebsite. Assuming its mysite.com. Everyuser will be
getting an email address say something like j...@mysite.com. Any
person using the same website or any other website or any one on the
planet can send an email to j...@mysite.com and for jack there is a
Inbox feature built into his dashboard, where he will be seeing all
these emails(forget about jack sending emails to anyone, now). So to
achieve this,  I have changed MX records of my site(in godaddy) to:
Priority:10
Host:@
Goes To:www.mysite.com.

And the MX records lookup says:
;; ANSWER SECTION:
www.mysite.com. 3600 IN CNAME mysite.com.
mysite.com. 604800 IN MX 10 www.mysite.com.

And I have configured postfix on my production machine(www.mysite.com
server) to receive all mails. Even then its not receiving any emails
(all getting bounced). May I know whats happening? I know this is not
a django specific question. But my whole system is built in django and
I love django and I have tried many sites like stackoverflow but
didn't receive any help. Please help me. Thankyou.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to