Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
andris9 committed Sep 14, 2010
1 parent 849f7a0 commit 37f87f8
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Authentication
Usage Usage
------- -------


1. To use the server you need to create certificate files for STLS secure connections. Create privatekey.pem and certificate.pem with 1. To use the server you need to create certificate files for TLS secure connections. Create privatekey.pem and certificate.pem with


openssl genrsa -out privatekey.pem 1024 openssl genrsa -out privatekey.pem 1024
openssl req -new -key privatekey.pem -out certrequest.csr openssl req -new -key privatekey.pem -out certrequest.csr
Expand All @@ -49,3 +49,8 @@ License
------- -------


MIT. If you make any impromevents to the POP3 server code, then it would be nice to push the changes to here also. MIT. If you make any impromevents to the POP3 server code, then it would be nice to push the changes to here also.

NB
-------

Make sure that port 110 and 995 (-if secure connections are allowed) are open for incoming connections!

0 comments on commit 37f87f8

Please sign in to comment.