DESCR 1.0 KB

12345678910111213141516171819202122
  1. The Solid POP3 Server is an implementation of a Post Office Protocol
  2. version 3 server that has flexibility as its main goal. The server is
  3. easily configurable and has support for few features such as:
  4. o APOP authentication scheme
  5. o Virtual hosting
  6. o Maildir and mailbox handling
  7. o Bulletins
  8. o Expiration of messages
  9. Each user can specify his maildrop (its position and type). The format
  10. used in specification of maildrop's position should handle almost all
  11. widely-used system configurations. The server also seems to be fast,
  12. however no tests have been performed, so it's rather relative feeling.
  13. The design used is very similar to the design of Solar Designer's POPA3D
  14. server. This solution let's minimalize size of code working with root
  15. privileges. The code was also heavily checked for buffer overflow leaks
  16. and file races. None have been found as for now. All operations on
  17. files are done with user privileges. There is no SUID APOP secrets
  18. database management program (as in QPOP). Each user can specify his
  19. secret in his own home directory.