updated README

This commit is contained in:
Andris Reinman 2017-11-24 18:06:56 +02:00
parent b90b54b866
commit a60fb0ecf9
2 changed files with 8 additions and 3 deletions

View file

@ -2,9 +2,8 @@
![](https://raw.githubusercontent.com/nodemailer/wildduck/master/public/duck.png)
Wild Duck is a distributed IMAP/POP3 mail server. _Distributed_ means that Wild Duck uses a distributed database (sharded + replicated MongoDB) as a backend for
storing all data, including emails. Wild Duck instances are stateless, any user can connect to any Wild Duck instance. Wild Duck uses a write ahead log to keep
IMAP sessions between different instances in sync.
Wild Duck is a scalable no-SPOF IMAP/POP3 mail server. Wild Duck uses a distributed database (sharded + replicated MongoDB) as a backend for storing all data,
including emails.
Wild Duck tries to follow Gmail in architectural design. If there's a decision to be made then usually the answer is to do whatever Gmail has done.
@ -23,6 +22,12 @@ Wild Duck tries to follow Gmail in architectural design. If there's a decision t
Wild Duck can be installed on any Node.js compatible platform.
## No-SPOF architecture
Every component of the Wild Duck mail server can be replicated which eliminates potential single point of failures.
![](https://raw.githubusercontent.com/nodemailer/wildduck/master/public/wd.png)
## Usage
### Scripted install

BIN
public/wd.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 76 KiB