You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We observed an issue when starting to send a batch of emails using a pool, when the client was idle for a while.
In this case, the first couple of emails (50-200) are failing with the error "broken pipe". After that, it starts to send the messages normally again.
write tcp <local server ip> -> <ip-of the mail-server>: write: broken pipe
The setup is using exchange mail servers (list of pools initialised as shown in the documentation).
Is there any configuration option/recommended use, we can prevent this happening, or tell the client it should renew the connection?
The text was updated successfully, but these errors were encountered:
Hi!
We observed an issue when starting to send a batch of emails using a pool, when the client was idle for a while.
In this case, the first couple of emails (50-200) are failing with the error "broken pipe". After that, it starts to send the messages normally again.
The setup is using exchange mail servers (list of pools initialised as shown in the documentation).
Is there any configuration option/recommended use, we can prevent this happening, or tell the client it should renew the connection?
The text was updated successfully, but these errors were encountered: