Wednesday, October 16, 2013

Freepops under Debian Wheezy 7.0.1

Freepops is a free for use software that give you the capability to open a gateway to remote resources with pop3 protocol. 

From terminal, as root, install freepops

apt-get install freepops


After, you make under /bin two files.......
The file  freepopsd_start.sh contains:
#!/bin/bash
freepopsd &


And the file  freepopsd_stop.sh contains:
#!/bin/bash
freepopsd -k &




Now from command line of your current user you can give those commands to startup or shutdown the "tunnel".... 

Often before you run you email client...

Bye.... 

No comments:

Post a Comment