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
Currently using Python's SMTPd as the basis for our server implementatoins. This has no connection limiting and will just spawn n threads for n connections.
A naïve connection limit could be implemented as a mixin that could be used with both Python's SMTPd and LMTPd.
I probably won't get around to doing this, so pull requests are most welcome ☺
The text was updated successfully, but these errors were encountered:
Currently using Python's SMTPd as the basis for our server implementatoins. This has no connection limiting and will just spawn n threads for n connections.
A naïve connection limit could be implemented as a mixin that could be used with both Python's SMTPd and LMTPd.
I probably won't get around to doing this, so pull requests are most welcome ☺
The text was updated successfully, but these errors were encountered: