Quote:
Originally Posted by menno.pieters 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?