summaryrefslogtreecommitdiff
path: root/mail/solid-pop3d/MESSAGE
diff options
context:
space:
mode:
authorhubertf <hubertf>2002-05-12 16:54:45 +0000
committerhubertf <hubertf>2002-05-12 16:54:45 +0000
commitfaa0035993156f1f38028c08b673e97c07828e55 (patch)
treeb2fbbedf6baa64ca40393072a399815fb9ca7eda /mail/solid-pop3d/MESSAGE
parent3d04a7eefe9ddc59993771593b37c86aa08cb213 (diff)
downloadpkgsrc-faa0035993156f1f38028c08b673e97c07828e55.tar.gz
Add solid-pop3d-0.15: Flexible POP3 server
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
Diffstat (limited to 'mail/solid-pop3d/MESSAGE')
-rw-r--r--mail/solid-pop3d/MESSAGE16
1 files changed, 16 insertions, 0 deletions
diff --git a/mail/solid-pop3d/MESSAGE b/mail/solid-pop3d/MESSAGE
new file mode 100644
index 00000000000..33874fe214f
--- /dev/null
+++ b/mail/solid-pop3d/MESSAGE
@@ -0,0 +1,16 @@
+===========================================================================
+$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
+
+===========================================================================