aboutsummaryrefslogtreecommitdiff
path: root/mail/imap-uw/pkg-message
diff options
context:
space:
mode:
authorFUJISHIMA Satsuki <sf@FreeBSD.org>2001-02-12 06:42:58 +0000
committerFUJISHIMA Satsuki <sf@FreeBSD.org>2001-02-12 06:42:58 +0000
commit35905071094d107c3bfc7b129ac7dd203c0c0974 (patch)
tree2358236d0d7ebb583468d82e7279131477ce5492 /mail/imap-uw/pkg-message
parent854449631fe4368f90e91cbd93fb25e4ce08aad8 (diff)
Notes
Diffstat (limited to 'mail/imap-uw/pkg-message')
-rw-r--r--mail/imap-uw/pkg-message14
1 files changed, 14 insertions, 0 deletions
diff --git a/mail/imap-uw/pkg-message b/mail/imap-uw/pkg-message
new file mode 100644
index 000000000000..a2687d0f55da
--- /dev/null
+++ b/mail/imap-uw/pkg-message
@@ -0,0 +1,14 @@
+The ipop2d, ipop3d, and imapd daemons should be invoked by your
+/etc/inetd.conf file with lines such as:
+
+pop2 stream tcp nowait root /usr/local/libexec/ipop2d ipop2d
+pop3 stream tcp nowait root /usr/local/libexec/ipop3d ipop3d
+imap4 stream tcp nowait root /usr/local/libexec/imapd imapd
+
+If PAM authentication support has been compiled in you may need to add the
+following lines to /etc/pam.conf:
+
+imap auth required pam_unix.so try_first_pass
+imap account required pam_unix.so try_first_pass
+pop auth required pam_unix.so try_first_pass
+pop account required pam_unix.so try_first_pass