View Single Post
  #5 (permalink)  
Old 10-14-2009, 01:45 AM
chelea chelea is offline
Active Member
 
Posts: 40
Default

Quote:
Originally Posted by menno.pieters View Post
It looks like sendmail is running on your system. RedHat? Try:

/etc/init.d/sendmail stop
chkconfig sendmail off

Now, restart Zimbra and see if something is listening on port 25:

/etc/init.d/zimbra restart
netstat -atn | grep LISTEN | grep ":25"

You may have to reconfigure Zimbra if the MTA isn't listening on port 25.

Didn't you get any warnings during installation about port 25 and perhaps some other ports?
netstat -atn | grep LISTEN | grep ":25" returns :
tcp 0 0 0.0.0.0:25 0.0.0.0:* LISTEN

how can I check if send mail is running?
Reply With Quote