View Single Post
  #6 (permalink)  
Old 07-30-2008, 07:06 PM
fsloke fsloke is offline
Loyal Member
 
Posts: 91
Default

I still remember... during my installation

Quote:
DNS ERROR resolving MX for server.um.edu.my
It is suggested that the domain name have an MX record configured in DNS
Change domain name? [Yes] No
done.
Checking for port conflicts
Port conflict detected: 25 (zimbra-mta)
Port conflicts detected! - Any key to continue


Main menu
It is cause by the conflicts port?

But I already try to stop the SMTP using
Quote:
chkconfig sendmail off
service sendmail stop
But the result is as below
Quote:
server@server:~$ chkconfig sendmail off
bash: chkconfig: command not found
server@server:~$ service sendmail stop
The program 'service' can be found in the following packages:
* debian-helper-scripts
* sysvconfig
Try: sudo apt-get install
bash: service: command not found
server@server:~$ sudo chkconfig sendmail off
[sudo] password for server:
sudo: chkconfig: command not found
server@server:~$ sudo service sendmail stop
sudo: service: command not found
I don't that the smtp is running or not?

It this is the cause of MTA cross?

Or another problem?

Thank
Reply With Quote