bobg.hahc@gmail.com wrote:
> On Dec 5, 5:31 pm, bobg.h...@gmail.com wrote:
>> I'm having several problems:
>>
>> (3) in exim4.conf.template - I have changed the retry entry to read:
>> * * F,15m,1m; G,16h,1h,1.5; F,4d,6h
>> I want it to retry (resend Emails in the que) every 1 minute.
>> I have also changed /etc/default/exim as follows:
>> QUEUEINTERVAL='1m' (i made this change only after my first was
>> unsuccessful).
>> My mainlog shows "retry time not reached", and it shows this every 1
>> minute.
>>
>
> While I believe I may have resolved some of my problems.... #3 is
> still unclear...
>
> also - I've now made my own exim.conf file.
> I think my last question is - where does this file go?
> Should it replace the exim4.conf.template file?
I honestly wouldn't be touching the template file.
Also, having it retry every minute is a bit much, don't you think? Just
think if others did the same, and how it'd affect other peoples' mail
server, and how much unnecessary congestion it'd cause on the Internet.
The default retry intervals work perfectly fine, but if you still find
an urgent need to modify it, check out these web pages:
http://www.exim.org/exim-html-4.68/d...3.html#SECID20 http://www.exim.org/exim-html-4.68/d...html/ch32.html
- Ken