-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Network issues can cause permanent halt #75
Comments
That's puzzling. Nullmailer should retry once the network is back up. What were the last few lines logged by |
|
I had a similar problem I couldn't identify and wrote a patch to let systemd restart nullmailer if it stops responding. See merge request. |
We are also suffering from that problem. It just does not do it's job. After Is there anything useful we could collect for you once it is hanging to debug this further? |
I've been having lots of intermittent network issues, and discovered recently that nullmailer simply stopped delivering any mail a month ago. Restarting it got a few old messages sent, but it quickly hung again, and a few more times since that.
Probably it should timeout/retry eventually (even if very slow, like a day) and/or send other emails over new connections while/if one is taking a while.
The text was updated successfully, but these errors were encountered: