> installations. By server being "down" what I'm really pointing to is > unavailability due to network. It's not a problem I can solve from the mail > server perspective.
If you run a local SMTP server (exim, postfix, whatever...), it will act as a "buffer" for output emails: it will immediately accept emails from Trac, and delivers them to the outside world as soon as your network is available. I don't think it's Trac responsability to deal with buggy environments. Trac notifications are synchronous with web client requests, and cannot wait for seconds till the network becomes available. (Note that this question has already been discussed here: http://trac.edgewall.org/ticket/3220) Cheers, Manu --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/trac-users -~----------~----~----~----~------~----~------~--~---
