2002-09-24 14:29:55 +02:00
|
|
|
===========================================================================
|
2007-06-19 23:07:42 +02:00
|
|
|
$NetBSD: MESSAGE,v 1.4 2007/06/19 21:07:42 jlam Exp $
|
1998-08-07 13:08:53 +02:00
|
|
|
|
Addition of cucipop, version 1.31, to the NetBSD packages collection.
Cucipop, the Cubic Circle POP3 server, is a very small and fast server for
POP3 mail clients--far faster than UW's ipop3d. It does not support POP2,
but it does include support for the TOP extension to POP3, Content-Length:
headers, and APOP. It can be run from inetd or standalone.
Please note that this package is shareware.
This package is based on Todd Vierling's submission in PR pkg/4977, as well
as Jim Wise's submission in PR pkg/4910, which were put on hold until the
licence logic had been added to bsd.pkg.mk, but I've also updated this to
version 1.31, and fixed a few things in the compilation process.
1998-07-21 13:39:54 +02:00
|
|
|
Please note that this package includes shareware software.
|
2001-02-06 15:24:03 +01:00
|
|
|
|
2002-09-29 17:16:22 +02:00
|
|
|
In order to enable the POP service, you should add the following
|
|
|
|
line to your /etc/inetd.conf:
|
|
|
|
|
2007-06-19 23:07:42 +02:00
|
|
|
pop3 stream tcp nowait root ${PREFIX}/sbin/cucipop cucipop -Y
|
2002-09-29 17:16:22 +02:00
|
|
|
|
|
|
|
And for IPv6:
|
|
|
|
|
2007-06-19 23:07:42 +02:00
|
|
|
pop3 stream tcp6 nowait root ${PREFIX}/sbin/cucipop cucipop -Y
|
2002-09-29 17:16:22 +02:00
|
|
|
|
2002-09-24 14:29:55 +02:00
|
|
|
===========================================================================
|