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

how long is mail kept in the queue?

Hi all. Really simple question...

How long is mail kept I'm the queue? And how often does it retry?

Seems as though I am missing approx 24hrs of emails.

I can see it all in the mail manager being received and forwarded but the exchange server never gets it (even though emails I have just sent comes through)

I just want to double check this setting


This thread was automatically locked due to age.
  • You can try restarting exim from command line
    /var/mdw/scripts/smtp restart
    

    Otherwise to answer your question...
    From the exim conf file
    gatekeeper:/var/storage/chroot-smtp/etc # cat exim.conf
    
     
    The retry time is 
    # --- Retry section ------------------------------------------------------
    
    begin retry

    *         * F,2h,2m; G,16h,1h,1.5; F,3d,6h

    It retries every 2 minutes for 2 hours, then increasing retry intervals, starting at 1 hour and increasing each time by a factor of 1.5, up to 16 hours, then retries every 6 hours until 4 days have passed since the first failed delivery. I maybe wrong but this is what it looks like to me.
  • Mail eventually flowed through.

    But this begs another question. How do I increase the number of days it keeps trying for?
  • You can edit the conf file manually but I wouldn't recommend it mainly because astaro may rewrite it after an update. Besides, rejecting an email after some time is a good thing. You don't want to hold mails in your queue for days while the sender thinks that you got the email and are not responding. The mail system should generate a ndr (non delivery receipt) after a reasonable amount of time.
  • Yes true. BillyBob

    Reason I ask this is that if a server failure occurs and restoration from backups or a new server is required it is easily able to queue mail. Without the need worry IE art work message labs and barracuda have it set at 7 days and I know it can be set higher