Add list of RFCs to the README.
[mailpopbox.git] / README.md
1 # mailpopbox
2
3 Mailpopbox is a combination delivery SMTP server and POP mailbox. The purpose is to act as a
4 catch-all delivery server for an MX domain. All messages that it receives are deposited into a
5 single mailbox, which can then be accessed using the POP3 protocol.
6
7 ## RFCs
8
9 This server implements the following RFCs:
10
11 - [Post Office Protocol - Version 3, RFC 1939](https://tools.ietf.org/html/rfc1939)
12 - [Simple Mail Transfer Protocol, RFC 5321](https://tools.ietf.org/html/rfc5321)
13 - [SMTP Service Extension for Secure SMTP over Transport Layer Security, RFC 3207](https://tools.ietf.org/html/rfc3207)