Thanks for your reply, Noah! And sorry for my late response, I just came back from a loooooooong teambuilding.
Now I'm focusing on the error "gaierror: (-2, 'Name or service not known')" which come from the trac.log recently, and I believe this is the root cause of my random email lost issue.
I tried
http://trac.edgewall.org/ticket/8244 and then
http://trac.edgewall.org/changeset/1343, but there is not much value informaition I need.
Below are more detailed log:
=========================================================================================================
2009-09-21 10:15:16,180 Trac[main] DEBUG: Dispatching <Request "POST u'/ticket/80'">
2009-09-21 10:15:16,225 Trac[web_ui] ERROR: Failure sending notification on change to ticket #80: gaierror: (-2, 'Name or service not known')
2009-09-21 10:15:16,225 Trac[web_ui] DEBUG: Side effect for ConfigurableTicketWorkflow
=========================================================================================================
2009-09-21 11:56:12,674 Trac[web_ui] ERROR: Failure sending notification on creation of ticket #92: gaierror: (-2, 'Name or service not known')
2009-09-21 11:56:12,680 Trac[main] DEBUG: Dispatching <Request "GET u'/ticket/92'">
=========================================================================================================
gaierror: (-2, 'Name or service not known')
=========================================================================================================
I suspect this is related to DNS, right? Please advise and help, thanks all.
Jason