summaryrefslogtreecommitdiff
path: root/mail/qpopper/MESSAGE
blob: aee65aff324a51555685280030e092ccbd939e11 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
===========================================================================
$NetBSD: MESSAGE,v 1.4 2006/05/02 08:39:37 joerg Exp $

In order to enable APOP, you have to create the authentication database.
It is no longer created as part of the installation, you should run
the following command to create it:
    ${PREFIX}/sbin/qpopauth -init -safe

In order to enable POP service, you should add the following lines
to your /etc/inetd.conf:

    pop3 stream tcp  nowait root ${PREFIX}/libexec/qpopper qpopper -s
    pop3 stream tcp6 nowait root ${PREFIX}/libexec/qpopper qpopper -s

Or, you can start stand alone qpopper using ${RCD_SCRIPTS_DIR}/${RCD_SCRIPTS}.

===========================================================================