Skip to content

remote: QUIT error #476

Answered by foxcpp
cbrake asked this question in Q&A
Apr 1, 2022 · 1 comments · 1 reply
Discussion options

You must be logged in to vote

It is maddy trying to close idle SMTP connections "properly" while the remote server already closed the connection. This happens because maddy keeps a connection open after sending a message to reuse it if another message needs to be sent to the same domain, but SMTP servers frequently close idle connections before maddy checks whether it is still open.

TLDR Nothing to worry about, unless you send messages to 10k different domains daily (in which case the amount of half-open connections left by maddy might be an issue).

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@cbrake
Comment options

Answer selected by cbrake
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants