According to 

http://www.mailscanner.info/exim.html

You should also have a crontab for Exim that cycles the logs and cleans up
the hints databases. You will have to update the database cleaning job(s) to
clean both the incoming and the outgoing databases. (It might not be
necessary to clean all the databases for both Exims but it's simpler to
assume that you do.) In addition to the standard commands:

        /usr/exim/bin/exim_tidydb /var/spool/exim callout > /dev/null
        /usr/exim/bin/exim_tidydb /var/spool/exim retry > /dev/null
        /usr/exim/bin/exim_tidydb /var/spool/exim reject > /dev/null
        /usr/exim/bin/exim_tidydb /var/spool/exim wait-smtp > /dev/null

You also need:

        /usr/exim/bin/exim_tidydb /var/spool/exim.in callout > /dev/null
        /usr/exim/bin/exim_tidydb /var/spool/exim.in retry > /dev/null
        /usr/exim/bin/exim_tidydb /var/spool/exim.in reject > /dev/null
        /usr/exim/bin/exim_tidydb /var/spool/exim.in wait-smtp > /dev/null

Is this necessary?

 



--
View this message in context: 
http://baruwa-users-list.963389.n3.nabble.com/Exim-retry-time-out-exceeded-tp4026812.html
Sent from the Baruwa users list mailing list archive at Nabble.com.

_______________________________________________
http://pledgie.com/campaigns/12056

Reply via email to