954cf6794b
The Solid POP3 Server is an implementation of a Post Office Protocol version 3 server that has flexibility as its main goal. The server is easily configurable and has support for few features such as APOP authentication scheme, virtual hosting, maildir and mailbox handling, bulletins and expiration of messages. Each user can specify position and type of his maildrop. Contribyted by Piotr Stolc <socrtp@soclab.eu.org> in PR 16682
16 lines
615 B
Text
16 lines
615 B
Text
===========================================================================
|
|
$NetBSD: MESSAGE,v 1.1.1.1 2002/05/12 16:54:45 hubertf Exp $
|
|
|
|
The config file for ${PKGNAME} must be located at ${PKG_SYSCONFDIR}
|
|
Example files are located at ${EGDIR}
|
|
|
|
To use ${PKGNAME} you must add 'spop3d' user:
|
|
|
|
spop3d:*:68:32766::0:0:spop3d:/sbin/nonexistent:/sbin/nologin
|
|
|
|
To run ${PKGNAME} from inetd, make sure you didn't enable standalone
|
|
option and add the following line to /etc/inetd.conf:
|
|
|
|
pop3 stream tcp nowait root ${PREFIX}/sbin/spop3d spop3d
|
|
|
|
===========================================================================
|