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

SMTP retry time.

Is there a way to change the amount of time Astaro will retry mail delivery for?

I think it's currently set at three days?  I would like an ability to change this value, especially on a per domain name basis, but globally would also be acceptable.


This thread was automatically locked due to age.
Parents
  • Is there a way to change the amount of time Astaro will retry mail delivery for?

    I think it's currently set at three days?  I would like an ability to change this value, especially on a per domain name basis, but globally would also be acceptable.


    Right, three days!

    I think it should be possible modifying exim configurations, but I suppose it will be overwritten with firmware upgrades... Time to ask for a feature request? [:)]
Reply
  • Is there a way to change the amount of time Astaro will retry mail delivery for?

    I think it's currently set at three days?  I would like an ability to change this value, especially on a per domain name basis, but globally would also be acceptable.


    Right, three days!

    I think it should be possible modifying exim configurations, but I suppose it will be overwritten with firmware upgrades... Time to ask for a feature request? [:)]
Children
  • The setting is global right now. If you google exim retry interval you probably would get a few results on how to do it per domain basis.

    In the retry section of exim.conf  (/var/chroot-smtp/etc/exim.conf)

    # --- Retry section ------------------------------------------------------
    begin retry

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


    Means it will try every 2 minutes for 2 hours,  then it will do geometric intervals and will increase the interval by 1.5 hrs till 16 hours is reached and finally every six hours for 3 days.

    I personally wouldn't mess with it since every 2minutes for 2 hours is pretty aggressive to begin with no matter who is on the receiving end and if they don't catch it within 3 days, you are waisting your time sending them email. Try postal service next time [;)]

    Regards 
    Bill.