Differences

This shows you the differences between two versions of the page.


howtos:stunnel [2008/02/08 19:49] (current) – created - external edit 127.0.0.1
Line 1: Line 1:
 +====== HOWTO Use Stunnel with POPFile ======
 +
 +Obtain and install [[http://www.stunnel.org/| Stunnel]],
 +
 +
 +  * Create a config file for stunnel as per normal plus this:<code>
 +client=yes
 +service=popmail
 +
 +[popmail]
 +accept = 127.0.0.1:210
 +connect = your.mail.server:995
 +</code>
 +
 +  * Start stunnel, make sure it does not die. If you have problems add 'debug=7' to the above config file and fix any problems it reports. 
 +
 +  * Test it using telnet:<code>
 +telnet 127.0.0.1 210
 +</code>
 +  * You should get a welcome message from the pop server, if you get nothing or it dies, ... trouble time. Go back and check your configuration over.
 +
 +  * Start POPFile
 +
 +  * Start your mail client, configure it's incoming POP3 mail server as 127.0.0.1 port 110
 +
 +  * Configure your SSL email accounts as:<code>
 +Incoming Mail Server: 127.0.0.1
 +Username: 127.0.0.1:210:username 
 +More Settings>Advanced: Incoming Server: 110
 +</code>
 +
 +  * Try retrieving mail. If it doesn't work, go back and re-check your configuration.
  
 
Old revisions

Should you find anything in the documentation that is incomplete, unclear, outdated or just plain wrong, please let us know and leave a note in the Documentation Forum.

Recent changes RSS feed Donate Driven by DokuWiki
The content of this wiki is protected by the GNU Fee Documentation License