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
Related posts:
- How to connect to internet through an ADSL ethernet modem
- No more printers / cups not running
- Installing VMware 6.0.2 and VMware Server on Ubuntu Hardy 8.04
- Managing startup services
- Setting up SquirrelMail webmail
- Disk quota management
- mounting a samba share locally
Print This Post
|
Email This Post