View Single Post
  #21 (permalink)  
Old 06-19-2009, 02:47 AM
ask2me007 ask2me007 is offline
Loyal Member
 
Posts: 96
Default

Quote:
Originally Posted by phoenix View Post
Let's check that everything is working correctly. I don't know if Ubuntu installs another MTA but do you have any other mailserver running on your system? Run the following commands on your server:

Code:
su - zimbra
zmcontrol status
That should show all the services running, if the MTA isn't running then do this:

Code:
telnet localhost 25
If you get a valid response from that then you have another MTA running and it needs to be stopped and disabled. If you need to stop it then restart Zimbra again and see if you can send email. If there's still the same problem then run these commands again and post the output:

Code:
cat /etc/hosts
cat /etc/resolv.conf
dig yourdomain mx
dig yourdomain any
host `hostname` <- note backticks and not single quotes
Ubuntu also has Apparmor but I don't know if it's enabled by default, can you check and disable it if it's running and you should also make sure there's no firewall running on that server.


zimbra@pop:/root$ zmcontrol status
Host pop.ksfe.com
antispam Running
antivirus Running
ldap Running
mailbox Running
mta Running
snmp Running
spell Running
stats Running



Then I stopped Zimbra and executed the command


zimbra@pop:/root$ telnet localhost 25
Trying 127.0.0.1...
telnet: Unable to connect to remote host: Connection refused

I have already recorded the details in my previous post.
for host and mx records,


Any way thanks a lot for getting support from all of you.:
Reply With Quote