#1 2016-12-21 08:25:57

DigDiver
Member
Registered: 2013-04-29
Posts: 137

SMTP server for incoming emails.

Is anyone aware of the existence of the SMTP server built on the IOCP basis? I tried different versions of SMTP servers (ICS, INDY), but they have low performance. In some conditions the ICS hangs and stops receiving the messages.
INDY uses one thread per connection - it takes too much memory.
The web part of the project uses mORMot and works very well.
But I also need to process incoming email messages.

Offline

#2 2016-12-21 09:36:12

Chaa
Member
Registered: 2011-03-26
Posts: 244

Re: SMTP server for incoming emails.

Incomming SMTP is a pain - spam, viruses, hackers and etc.
For many years we have used Postfix on Linux server for that purpose.
But recently we have moved to third party service, similar to Google Apps (https://gsuite.google.com).
It's has API for dealing with mailboxes.

Offline

Board footer

Powered by FluxBB