fast deployment of secure (APOP) Qpopper email pop3 server
December 8th, 2008 at 10:56pm |
This howto focuses on a fast deployment of secure (APOP) Qpopper email pop3 server.
This howto is just a scratch, and does not want to be complete nor faultless.
- install qpopper
sudo apt-get install qpopper - open /etc/inetd.conf and add
pop-3 stream tcp nowait root [or other user] /usr/sbin/tcpd /usr/sbin/in.qpopper -f /etc/qpopper.conf - edit configuration file /etc/qpopper.conf according to your needs
- create a pop3 user with
touch /var/spool/pop/.[username].pop
and grant user permissions via
chmod u=rw .[username].pop - set secure authentication
set line set-clear-text-password in /etc/qpopper.conf to SSL or TLS (preferrred) - reload inetd
sudo /etc/init.d/indetd force-reload - if you see this error
pop authentcation db not available
create an APOP database with command
popauth -init - add a record with user username and password
popauth -user [username] [password] - enable on the mail client the “use secure authentication” option
Print This Post
|
Email This Post
