Sorry about that! It's just that the logs isn't showing anything useful (to me anyway...)
This is after trying to send an email via telnet (Stella, or 192.168.1.19 is my computer, Destiny, or 192.168.1.2, is the server)
Code:
Dec 21 19:57:26 destiny postfix/smtpd[26229]: connect from stella.10sca.intranet[192.168.1.19]
Dec 21 19:57:33 destiny postfix/trivial-rewrite[24456]: warning: do not list domain xxxxxx.org in BOTH mydestination and virtual_mailbox_domains
Dec 21 19:57:38 destiny postfix/smtpd[26229]: D88521466F: client=stella.10sca.intranet[192.168.1.19]
Dec 21 19:57:43 destiny postfix/cleanup[26243]: D88521466F: message-id=<20061221195738.D88521466F@xxxxxx.org>
Dec 21 19:57:43 destiny postfix/qmgr[10269]: D88521466F: from=<ed@xxxxxx.org>, size=340, nrcpt=1 (queue active)
Dec 21 19:57:43 destiny amavis[8562]: (08562-10) ESMTP::10024 /opt/zimbra/amavisd/tmp/amavis-20061221T131732-08562: <ed@xxxxxx.org> -> <mythtv@xxxxxx.org> SIZE=340 Received: from xxxxxx.org ([127.0.0.1]) by localhost (xxxxxx.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP for <mythtv@xxxxxx.org>; Thu, 21 Dec 2006 19:57:43 +0000 (GMT)
Dec 21 19:57:43 destiny amavis[8562]: (08562-10) Checking: CJzpPyqwgKZe [192.168.1.19] <ed@xxxxxx.org> -> <mythtv@xxxxxx.org>
Dec 21 19:57:44 destiny postfix/smtpd[26229]: disconnect from stella.10sca.intranet[192.168.1.19]
Dec 21 19:57:46 destiny postfix/smtpd[26592]: connect from localhost.localdomain[127.0.0.1]
Dec 21 19:57:46 destiny postfix/trivial-rewrite[24456]: warning: do not list domain xxxxxx.org in BOTH mydestination and virtual_mailbox_domains
Dec 21 19:57:47 destiny postfix/trivial-rewrite[24456]: warning: do not list domain xxxxxx.org in BOTH mydestination and virtual_mailbox_domains
Dec 21 19:57:47 destiny postfix/smtpd[26592]: 0C880147BD: client=localhost.localdomain[127.0.0.1]
Dec 21 19:57:47 destiny postfix/cleanup[26243]: 0C880147BD: message-id=<20061221195738.D88521466F@xxxxxx.org>
Dec 21 19:57:47 destiny postfix/smtpd[26592]: disconnect from localhost.localdomain[127.0.0.1]
Dec 21 19:57:47 destiny amavis[8562]: (08562-10) FWD via SMTP: <ed@xxxxxx.org> -> <mythtv@xxxxxx.org>, 250 2.6.0 Ok, id=08562-10, from MTA([127.0.0.1]:10025): 250 Ok: queued as 0C880147BD
Dec 21 19:57:47 destiny postfix/qmgr[10269]: 0C880147BD: from=<ed@xxxxxx.org>, size=1169, nrcpt=1 (queue active)
Dec 21 19:57:47 destiny postfix/trivial-rewrite[24456]: warning: do not list domain xxxxxx.org in BOTH mydestination and virtual_mailbox_domains
Dec 21 19:57:47 destiny amavis[8562]: (08562-10) Passed CLEAN, LOCAL [192.168.1.19] [192.168.1.19] <ed@xxxxxx.org> -> <mythtv@xxxxxx.org>, Message-ID: <20061221195738.D88521466F@xxxxxx.org>, mail_id: CJzpPyqwgKZe, Hits: -0.058, queued_as: 0C880147BD, 3757 ms
Dec 21 19:57:47 destiny postfix/smtp[26582]: D88521466F: to=<mythtv@xxxxxx.org>, relay=127.0.0.1[127.0.0.1], delay=14, status=sent (250 2.6.0 Ok, id=08562-10, from MTA([127.0.0.1]:10025): 250 Ok: queued as 0C880147BD)
Dec 21 19:57:47 destiny postfix/qmgr[10269]: D88521466F: removed
Dec 21 19:57:47 destiny postfix/lmtp[26593]: 0C880147BD: to=<mythtv@xxxxxx.org>, relay=xxxxxx.org[xxx.xxx.xxx.xxx], delay=0, status=deferred (host xxxxxx.org[xxx.xxx.xxx.xxx] said: 451 4.0.0 Temporary message delivery failure try again (in reply to end of DATA command))
I am using Debian Sarge, with a recompiled kernel downloaded from kernel.org with the following info:
piers@destiny:~$ uname -a
Linux destiny 2.6.18.3-pk-20061125 #1 PREEMPT Sat Nov 25 06:26:15 GMT 2006 i686 GNU/Linux
piers@destiny:~$
I recompiled the kernel because apparently the stock kernel had a bug that messed up Zimbra's permissions.
I've run zmfixperms and will check if this solves the issue. Will let you know if this works. I assume I have to run this program as root - running it as zimbra throws up a lot of permission denied error messages.
And no, I'm not using quotas.
Thanks so very much for your help yet again!