aboutsummaryrefslogtreecommitdiff
path: root/mail/popa3d/pkg-message
diff options
context:
space:
mode:
Diffstat (limited to 'mail/popa3d/pkg-message')
-rw-r--r--mail/popa3d/pkg-message12
1 files changed, 12 insertions, 0 deletions
diff --git a/mail/popa3d/pkg-message b/mail/popa3d/pkg-message
new file mode 100644
index 000000000000..ce3b696eac7f
--- /dev/null
+++ b/mail/popa3d/pkg-message
@@ -0,0 +1,12 @@
+===========================================================================
+1. Edit your /etc/inetd.conf to use popa3d. The line should look like this:
+
+pop3 stream tcp nowait root /usr/local/libexec/popa3d popa3d
+
+Note: when started via an inetd clone, the logging of connections is left
+up to that inetd clone or TCP wrappers.
+
+2. Restart inetd by sending it a SIGHUP:
+
+# killall -HUP inetd
+===========================================================================