2002-09-24 14:29:55 +02:00
|
|
|
===========================================================================
|
2006-10-07 20:14:11 +02:00
|
|
|
$NetBSD: MESSAGE,v 1.4 2006/10/07 18:14:11 reed Exp $
|
2000-04-02 03:32:28 +02:00
|
|
|
|
|
|
|
In order to enable POP service, you should add the following line
|
|
|
|
to your /etc/inetd.conf:
|
|
|
|
|
2002-11-07 04:47:59 +01:00
|
|
|
pop3 stream tcp nowait root ${PREFIX}/sbin/popa3d popa3d
|
2000-04-02 03:32:28 +02:00
|
|
|
|
|
|
|
and send a HUP signal to inetd.
|
|
|
|
|
2002-11-07 04:47:59 +01:00
|
|
|
Alternatively, if you want to run popa3d in standalone mode, you
|
|
|
|
can add the following line to your /etc/rc.conf:
|
|
|
|
|
|
|
|
popa3d=YES
|
2006-10-07 20:14:11 +02:00
|
|
|
|
|
|
|
Note that popa3d only uses flock(2) for locking and may not be safe
|
|
|
|
on NFS or with mail systems that only use lock files.
|
2002-09-24 14:29:55 +02:00
|
|
|
===========================================================================
|