Thread: why the silence
View Single Post
  #2 (permalink)  
Old 09-09-2008, 01:20 AM
uxbod uxbod is offline
Moderator
 
Posts: 7,919
Default

Well you will require a DNS server as ZCS will need to find the A/MX records. I presume if you are connected directly to the internet then your server has a public IP ? Could you post the results of
Code:
cat /etc/hosts
cat /etc/resolv.conf
dig _yourdomainname_ mx
dig _yourserverfqdn_
host `hostname` <- note backticks and not double quotes
__________________
Reply With Quote