Quote:
Originally Posted by chelea Return-Path: <zimbra@mbzimbra.domain.com>
Received: from localhost.localdomain (localhost.localdomain [127.0.0.1])
by mbzimbra.domain.com (8.13.1/8.13.1) with ESMTP id n9D8YtmP009270
for <admin@domain.com>; Tue, 13 Oct 2009 11:34:55 +0300 |
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?