fast deployment of secure (APOP) Qpopper email pop3 server

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.

  1. install qpopper
    sudo apt-get install qpopper
  2. 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
  3. edit configuration file /etc/qpopper.conf according to your needs
  4. create a pop3 user with
    touch /var/spool/pop/.[username].pop
    and grant user permissions via
    chmod u=rw .[username].pop
  5. set secure authentication
    set line set-clear-text-password in /etc/qpopper.conf to SSL or TLS (preferrred)
  6. reload inetd
    sudo /etc/init.d/indetd force-reload
  7. if you see this error
    pop authentcation db not available
    create an APOP database with command
    popauth -init
  8. add a record with user username and password
    popauth -user [username] [password]
  9. enable on the mail client the “use secure authentication” option

Related posts:

  1. How to connect to internet through an ADSL ethernet modem
  2. No more printers / cups not running
  3. Installing VMware 6.0.2 and VMware Server on Ubuntu Hardy 8.04
  4. Managing startup services
  5. Setting up SquirrelMail webmail
  6. Disk quota management
  7. mounting a samba share locally
| Print This Post Print This Post | Email This Post Email This Post
RSS 2.0 | Trackback | Comment

Leave a Reply

XHTML: You can use these tags: b, cite, code, em, i, q cite="", strike, strong.