mscdex / node-imap

An IMAP client module for node.js.
MIT License
2.17k stars 382 forks source link

Maximum number of IMAP connections exceeded #882

Closed blakegonzales closed 2 years ago

blakegonzales commented 2 years ago

I've successfully been using imap-backup for a couple years now. Thank you!

Today I ran across this issue in the log after traversing about 75% of my imap folders on the server.

S: RUBY0001 NO [UNAVAILABLE] Maximum number of connections from user+IP exceeded (mail_max_userip_connections=30)

Is there a way to limit the number of connections imap-backup creates as it runs?

Thanks, Blake

mscdex commented 2 years ago

I think you left this issue on the wrong repo?

blakegonzales commented 2 years ago

That I did!! Sorry about that