blob: 2f2641dfdc0260f726212b032ae86a1425a1e304 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
===========================================================================
$NetBSD: MESSAGE,v 1.3 2002/11/07 03:48:00 dillo Exp $
In order to enable POP service, you should add the following line
to your /etc/inetd.conf:
pop3 stream tcp nowait root ${PREFIX}/sbin/popa3d popa3d
and send a HUP signal to inetd.
Alternatively, if you want to run popa3d in standalone mode, you
can add the following line to your /etc/rc.conf:
popa3d=YES
===========================================================================
|