Hi Mike, thanks for your reply and comments below. I was able to get the https to work with your commands below...
As you suggested, I checked my logs /var/log/zimbra.log to get clues as to why I am not able to send & receive emails. Below is what I got from the logs:
Code:
Incoming Email from Gamil Account to my Zimbra Mail Server
Oct 8 23:51:36 mx1 postfix/smtpd[26504]: connect from wr-out-0506.google.com[64.233.184.228]
Oct 8 23:51:36 mx1 postfix/smtpd[26504]: CD4315605B3: client=wr-out-0506.google.com[64.233.184.228]
Oct 8 23:51:37 mx1 postfix/cleanup[26505]: CD4315605B3: message-id=
Oct 8 23:51:37 mx1 postfix/qmgr[25618]: CD4315605B3: from=, size=1735, nrcpt=1 (queue active)
Oct 8 23:51:37 mx1 amavis[24337]: (24337-01) ESMTP::10024 /opt/zimbra/amavisd/tmp/amavis-20071008T235137-24337: -> SIZE=1735 Received: from mx1.MyDomain.com ([127.0.0.1]) by localhost (mx1.MyDomain.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP for ; Mon, 8 Oct 2007 23:51:37 +0000 (UTC)
Oct 8 23:51:37 mx1 amavis[24337]: (24337-01) Checking: FUSx1M1RPPyY [64.233.184.228] ->
Oct 8 23:51:37 mx1 amavis[24337]: (24337-01) (!!)TROUBLE in check_mail: parts_decode_ext FAILED: Unix utility file(1) not available, but is needed at (eval 54) line 113.
Oct 8 23:51:37 mx1 amavis[24337]: (24337-01) (!)PRESERVING EVIDENCE in /opt/zimbra/amavisd/tmp/amavis-20071008T235137-24337
Oct 8 23:51:37 mx1 postfix/smtp[26506]: CD4315605B3: to=, relay=127.0.0.1[127.0.0.1], delay=1, status=deferred (host 127.0.0.1[127.0.0.1] said: 451 4.5.0 Error in processing, id=24337-01, parts_decode_ext FAILED: Unix utility file(1) not available, but is needed at (eval 54) line 113. (in reply to end of DATA command))
Oct 8 23:52:09 mx1 postfix/smtpd[26504]: disconnect from wr-out-0506.google.com[64.233.184.228]
Oct 8 23:55:29 mx1 postfix/anvil[26335]: statistics: max connection rate 1/60s for (smtp:85.136.174.77) at Oct 8 23:49:31
Oct 8 23:55:29 mx1 postfix/anvil[26335]: statistics: max connection count 1 for (smtp:85.136.174.77) at Oct 8 23:49:31
Oct 8 23:55:29 mx1 postfix/anvil[26335]: statistics: max cache size 1 at Oct 8 23:49:31
Outgoing Email from Zimbra Mail Server to my Gmail Account
Oct 9 00:08:57 mx1 postfix/smtpd[30038]: connect from mx1.MyDomain.com[192.168.1.105]
Oct 9 00:08:57 mx1 postfix/smtpd[30038]: 84D385605B6: client=mx1.MyDomain.com[192.168.1.105]
Oct 9 00:08:57 mx1 postfix/cleanup[30039]: 84D385605B6: message-id=<17050661.61191888537145.JavaMail.root@mx1.MyDomain.com>
Oct 9 00:08:57 mx1 postfix/qmgr[25618]: 84D385605B6: from=, size=515, nrcpt=1 (queue active)
Oct 9 00:08:57 mx1 amavis[24338]: (24338-02) ESMTP::10024 /opt/zimbra/amavisd/tmp/amavis-20071009T000857-24338: -> SIZE=515 Received: from mx1.MyDomain.com ([127.0.0.1]) by localhost (mx1.MyDomain.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP for ; Tue, 9 Oct 2007 00:08:57 +0000 (UTC)
Oct 9 00:08:57 mx1 postfix/smtpd[30038]: disconnect from mx1.MyDomain.com[192.168.1.105]
Oct 9 00:08:57 mx1 amavis[24338]: (24338-02) Checking: inK1FJsUuNJI [192.168.1.105] ->
Oct 9 00:08:57 mx1 amavis[24338]: (24338-02) (!!)TROUBLE in check_mail: parts_decode_ext FAILED: Unix utility file(1) not available, but is needed at (eval 54) line 113.
Oct 9 00:08:57 mx1 amavis[24338]: (24338-02) (!)PRESERVING EVIDENCE in /opt/zimbra/amavisd/tmp/amavis-20071009T000857-24338
Oct 9 00:08:58 mx1 postfix/smtp[30040]: 84D385605B6: to=, relay=127.0.0.1[127.0.0.1], delay=1, status=deferred (host 127.0.0.1[127.0.0.1] said: 451 4.5.0 Error in processing, id=24338-02, parts_decode_ext FAILED: Unix utility file(1) not available, but is needed at (eval 54) line 113. (in reply to end of DATA command))
Based on the error logs above, I hope someone can help give me tips on what to fix. I am not experience yet enough to know what the errors above mean. Thanks in advance for any help!!!
Joe