I have installed Apache James email server on a windows machine. I am using Firefox Thunderbird as email client.
I could add a new domain mydomain.com by copying the domainlist.xml in conf folder of James server and making it default domain. Further, i could add users into this domain.
My problem is that i can send emails from tuser1@mydomain.com to admin@localhost BUT i can't receive mails on tuser1@mydomain.com.
i tried to copy the lines below in my host file and restart the server,
127.0.0.1 mydomain.com
mydomain.com IN A 127.0.0.1
mydomain.com IN MX 10 mydomain.com
This is not helping.
Any suggestion on this?
Thanks,
Vijay Bhore