Zimbra offers Open Source email server software and shared calendar for Linux and the Mac
Go Back   Zimbra :: Forums > Zimbra Collaboration Suite > Installation

Welcome to the Zimbra :: Forums!
Welcome, if you would like to post a comment please register. We also encourage you to explore all things Zimbra with our team and members of the community.

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 05-08-2008, 07:49 AM
Active Member
 
Posts: 41
Default [SOLVED] All messages deferred - lost connection while sending RCPT TO

I am getting this error for all messages.

Code:
May  8 10:37:15 zimbra postfix/qmgr[16756]: B3530D68264: from=, size=1481, nrcpt=1 (queue active)
May  8 10:37:15 zimbra postfix/smtp[21870]: B3530D68264: to=, relay=127.0.0.1[127.0.0.1]:10024, delay=85189, delays=85189/0.01/0.01/0.02, dsn=4.4.2, status=deferred (lost connection with 127.0.0.1[127.0.0.1] while sending RCPT TO)
They arrive fine but are not delivered. If i turn off BOTH antivirus and antispam then they get delivered.

DNS does not appear to be the issues as everything was working previously. I have tried to track down this issue through the forums but with no luck.

Any suggestions? Mail without spam and virus filtering would not be good for me.
Reply With Quote
  #2 (permalink)  
Old 05-08-2008, 07:52 AM
Moderator
 
Posts: 7,928
Default

you may have a stale process somewhere. Re-enable AV/AS, and then shutdown down ZCS
Code:
ps -ef | grep -i amavis
if there are any processes kill them off, and then restart ZCS.
__________________
Reply With Quote
  #3 (permalink)  
Old 05-08-2008, 07:53 AM
Active Member
 
Posts: 41
Default

But this happens even across reboots. I have rebooted many times and the problem persists.
Reply With Quote
  #4 (permalink)  
Old 05-08-2008, 07:57 AM
Moderator
 
Posts: 7,928
Default

Can you check /opt/zimbra/log/clamd.log for any error messages. Maybe you have a corrupt signature file that is killing it.
__________________
Reply With Quote
  #5 (permalink)  
Old 05-08-2008, 08:28 AM
Active Member
 
Posts: 41
Default

I see no error keywords nor do i see anything that would indicate a problem with clamd.

Code:
zimbra@zimbra:~/log$ cat clamd.log | grep -i error
zimbra@zimbra:~/log$
Reply With Quote
  #6 (permalink)  
Old 05-08-2008, 08:45 AM
Moderator
 
Posts: 7,928
Default

what does
Code:
ps -ef | grep -i amavis
show ?
__________________
Reply With Quote
  #7 (permalink)  
Old 05-08-2008, 08:46 AM
Active Member
 
Posts: 41
Default

Code:
root@zimbra:/opt/zimbra/log# ps -ef | grep amavis
zimbra   18685     1  0 11:36 ?        00:00:00 amavisd (master)
zimbra   18687 18685  0 11:36 ?        00:00:00 amavisd (virgin child)
zimbra   18688 18685  0 11:36 ?        00:00:00 amavisd (virgin child)
zimbra   18689 18685  0 11:36 ?        00:00:00 amavisd (virgin child)
zimbra   18690 18685  0 11:36 ?        00:00:00 amavisd (virgin child)
zimbra   18691 18685  0 11:36 ?        00:00:00 amavisd (virgin child)
zimbra   18693 18685  0 11:36 ?        00:00:00 amavisd (virgin child)
zimbra   18694 18685  0 11:36 ?        00:00:00 amavisd (virgin child)
zimbra   18695 18685  0 11:36 ?        00:00:00 amavisd (virgin child)
zimbra   19365 18685  0 11:37 ?        00:00:00 amavisd (virgin child)
zimbra   22726 18685  0 11:43 ?        00:00:00 amavisd (virgin child)
root     24153 17494  0 11:46 pts/0    00:00:00 grep amavis
root@zimbra:/opt/zimbra/log#
Reply With Quote
  #8 (permalink)  
Old 05-08-2008, 08:50 AM
Moderator
 
Posts: 7,928
Default

hmm, something is wrong there as you should have something like
Code:
zimbra   32350     1  0 11:46 ?        00:00:00 amavisd (master)
zimbra   32352 32350  0 11:46 ?        00:00:02 amavisd (ch8-avail)
zimbra   32353 32350  0 11:46 ?        00:00:02 amavisd (ch10-avail)
zimbra   32354 32350  0 11:46 ?        00:00:02 amavisd (ch12-avail)
zimbra   32355 32350  0 11:46 ?        00:00:03 amavisd (ch13-avail)
zimbra   32356 32350  0 11:46 ?        00:00:01 amavisd (ch6-avail)
zimbra   32357 32350  0 11:46 ?        00:00:01 amavisd (ch6-avail)
zimbra   32358 32350  0 11:46 ?        00:00:05 amavisd (ch19-avail)
zimbra   32359 32350  0 11:46 ?        00:00:02 amavisd (ch12-avail)
zimbra   32360 32350  0 11:46 ?        00:00:03 amavisd (ch17-avail)
zimbra   32361 32350  0 11:46 ?        00:00:02 amavisd (ch10-avail)
__________________
Reply With Quote
  #9 (permalink)  
Old 05-08-2008, 08:51 AM
Moderator
 
Posts: 7,928
Default

Okay, it could be a perms issue somewhere, so with ZCS down and as root run /opt/zimbra/libexec/zmfixperms
__________________
Reply With Quote
  #10 (permalink)  
Old 05-08-2008, 09:06 AM
Active Member
 
Posts: 41
Default

Code:
root@zimbra:/opt/zimbra/log# /opt/zimbra/libexec/zmfixperms
root@zimbra:/opt/zimbra/log# su - zimbra
zimbra@zimbra:~$ zmcontrol start
Host zimbra.server
	Starting ldap...Done.
	Starting logger...Done.
	Starting mailbox...Done.
	Starting antispam...Done.
	Starting antivirus...Done.
	Starting snmp...Done.
	Starting spell...Done.
	Starting mta...Done.
	Starting stats...Done.
zimbra@zimbra:~$ ps -ef | grep amavisd
zimbra    3836     1  4 12:05 ?        00:00:01 amavisd (master)
zimbra    3846  3836  0 12:05 ?        00:00:00 amavisd (virgin child)
zimbra    3850  3836  0 12:05 ?        00:00:00 amavisd (virgin child)
zimbra    3851  3836  0 12:05 ?        00:00:00 amavisd (virgin child)
zimbra    3852  3836  0 12:05 ?        00:00:00 amavisd (virgin child)
zimbra    3853  3836  0 12:05 ?        00:00:00 amavisd (virgin child)
zimbra    3854  3836  0 12:05 ?        00:00:00 amavisd (virgin child)
zimbra    3855  3836  0 12:05 ?        00:00:00 amavisd (virgin child)
zimbra    3856  3836  0 12:05 ?        00:00:00 amavisd (virgin child)
zimbra    3857  3836  0 12:05 ?        00:00:00 amavisd (virgin child)
zimbra    3858  3836  0 12:05 ?        00:00:00 amavisd (virgin child)
zimbra    4518  2324  0 12:06 pts/0    00:00:00 grep amavisd
zimbra@zimbra:~$
Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads

Why Join?

Registering let's you ask questions, makes it easier to search, displays any files attached to posts, and notifies you about replies.

blog.zimbra.com




 

SEO by vBSEO ©2011, Crawlability, Inc.