Main email account not working

Verify that the domain name appears in your /etc/virtual/domains file.

Verify that your DNS is set up properly to route (via an MX) record email to your server.

Verify that the public DNS shows the same information as the DNS on your server.

Things look good here:
Code:
[jlasman@da1 jlasman]$ exim -v -bv [email][email protected][/email]
[email][email protected][/email]
  router = lookuphost, transport = remote_smtp
  host mail.muslimthai.org [202.8.85.165] MX=10

I hope you've not been severely impacted by the recent tsunami; if there's anything we can do to help you with temporary Internet services please don't hesitate to ask; we'll do all we can.

Jeff
 
Last edited:
Code:
[root@pluto usage]# exim -v -bv [email][email protected][/email]
LOG: MAIN
  remote host address is the local host: pluto.thaitumweb.com (while routing <[email protected]>)
[email][email protected][/email] cannot be resolved at this time:
  remote host address is the local host
LOG: MAIN
  remote host address is the local host: pluto.thaitumweb.com (while routing <[email protected]>)
[email][email protected][/email] cannot be resolved at this time:
  remote host address is the local host

but other email account work

Code:
[root@pluto usage]# exim -v -bv [email][email protected][/email]
[email][email protected][/email]
  router = virtual_user, transport = virtual_localdelivery.
 
It appears as if you've got an mx record pointing the domain to your local server but the domain name isn't in /etc/virtual/domains.

Jeff
 
Back
Top