Socket reuse of port (SO_REUSEPORT
) / zero-downtime restarts
#6
gertvdijk
started this conversation in
Ideas & Feature Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When you restart the Milter and Postfix gets a 'connection refused' temporarily, it fails to serve the SMTP client (unless
milter_default_action
is set toaccept
).For zero-downtime restarts / upgrade rollovers the
MilterServer
could use the 'reuse port' socket option.See e.g.: uWSGI: The Art of Graceful Reloading.
Beta Was this translation helpful? Give feedback.
All reactions