This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Emails in quarantine?

ASG says that there's 2 emails in quarantine, but there no email to be found there:

----------------------------------------------------------

Emails in quarantine: 2  
 
POP3: 0 SMTP: 2  

 
Unaffected 0 Unaffected 2  
Waiting for delivery 0      Waiting for delivery 0  

 
Error: 0           Error: 0  
Expression: 0 Expression: 0  
Extension: 0 Extension: 0  
Infected: 0 Infected: 0  
Spam: 0         Spam: 0


This thread was automatically locked due to age.
Parents Reply Children
  • razzel,
    unless there is a message in one the specific boxes, ignore the smtp general reports like your example. Basically they are your ASG internal messages waiting to be sent.
    You will see the numbers here rise and fall. Occassionaly mine gets down to 0.
    These entries initally caused a lot of angst for those of us not running our own mail server.

    Ian M[:)]
  • Hi ,

    unaffected messages are not "really" in quarantine. It is only a number for the statistic. 

    Only messages with status error, expression, extension, infected or spam are in quarantine.

    An unaffected smtp message was scanned and is "clean". Until now it was not delivered but it is given to exim to send it out.  If it was successfully delivered the number of unaffected messages will be decreased.
  • Have you opened the quarantine manager and checked all states?


    I have done that.
  • Hi ,

    unaffected messages are not "really" in quarantine. It is only a number for the statistic. 

    Only messages with status error, expression, extension, infected or spam are in quarantine.

    An unaffected smtp message was scanned and is "clean". Until now it was not delivered but it is given to exim to send it out.  If it was successfully delivered the number of unaffected messages will be decreased.

    Do you know how to delete these messages? On ASL 6 you were able do anything you want with the messages in the exim queue (Delete, Forward to Postmaster, Force deliverym,...).
    On ASL 7 I only see them with the console in  /var/chroot-smtp/spool/input/...
  • If they can't be sent out, for whatever reason, they'll be automatically deleted when they hit the retry limit I believe.  You'll see the unaffected number go up and down on a daily basis.
    __________________
    ACE v8/SCA v9.3

    ...still have a v5 install disk in a box somewhere.

    http://xkcd.com
    http://www.tedgoff.com/mb
    http://www.projectcartoon.com/cartoon/1
  • FWIW, I had the same problem... 1 mail listed as being in quarantine, but it did not show up anywhere in the quarantine manager.

    It's gone now, but it was showing 1 there for several weeks.

    Barry
  • Hi, just had a deeper look. 

    it seem's that in ASL 7 email sending/receiving and scanning is done from two different smtp engines. the first engine is for sending and receiving the mails (exim.log), the second engine is for spam, virus check and encryption (smtp.log). 

    via the quarantine manager you only have control over the second engine. this means you do not have any control (via the web interface) over the first engine, so if a mail is hanging in the queue (e.g. the other mailserver was temporarly down) you cannot force a delivery or something else. you have to wait till the internally configured timeouts occur and the mail is released from the first engine.

    i think this is also the reason why you cannot directly block emails that have a higher spam-score than for example 5 (as it could be one with ASL 6), because all emails first have to be received by the first engine, and then internally delivered to second engine which does the spam-scanning....

    don't know if I am right with that......?

    cu SveN
  • i have opened a thread before on this SMTP V7 issue.

    It seems that the clean email is stuck in the quarantine for up to 30 mins before it is released / delivered to the reciepient. 

    how does the V7 smtp engine actually works ?