I wanted to test ZCS, so I have set it up on a FC5 server. Firewall and SELinux are both disabled. Since it is not a production server, I dont plan on sending messages out to the internet, I just want to be able to have two users on the same Zimbra server send to each other. DNS is also run off the same box as Zimbra, should this be a problem? Checking all DNS records it seems fine, seems to resolve properly. Also, because I don't plan on sending mail out to the internet, I am using a bogus domain that is defined in DNS, and was recognized during Zimbra installation.
Now that everything is setup, I am trying to send from one zimbra account to another, it is sending without any error messages within the webmail client, the interesting part of the log shows:
Code:
Oct 27 16:20:06 myhostname postfix/smtp[840]: 0AA0FF548AE: to=, relay=none, delay=10804, status=deferred (connect to 127.0.0.1[127.0.0.1]: Connection refused)
Oct 27 16:20:06 myhostname postfix/smtp[842]: 762D9F548BF: to=, relay=none, delay=3005, status=deferred (connect to 127.0.0.1[127.0.0.1]: Connection refused)
Oct 27 16:20:06 myhostname postfix/smtp[843]: 7DD72F548B9: to=, relay=none, delay=6605, status=deferred (connect to 127.0.0.1[127.0.0.1]: Connection refused)
Oct 27 16:20:06 myhostname postfix/qmgr[28743]: 19C71F548C4: to=, relay=none, delay=3604, status=deferred (delivery temporarily suspended: connect to 127.0.0.1[127.0.0.1]: Connection refused)
So all the messages are stuck in deferred status. I can reach port 25 and 7025 when telnetting from the server, but port 25 is dead when trying to telnet from another pc, however port 7025 works.
Any help would be much appreciated.