diff options
author | ijliao <ijliao@FreeBSD.org> | 2001-07-07 03:16:39 +0000 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2001-07-07 03:16:39 +0000 |
commit | 37dab5cc25cb809cf7f1457f2a1dd4cba6d61816 (patch) | |
tree | d74906b0b41ef4f10700ba67eaadbed20a8020bd /mail/dkimap4/pkg-message | |
parent | e57fd81cc7065cc053fb1bde2222b2a12e882878 (diff) | |
download | FreeBSD-ports-37dab5cc25cb809cf7f1457f2a1dd4cba6d61816.zip FreeBSD-ports-37dab5cc25cb809cf7f1457f2a1dd4cba6d61816.tar.gz |
add dkimap4
IMAP4rev1 and POP3 server from the DBOX BBS package
PR: 28244
Submitted by: Anders Nordby <anders@fix.no>
Diffstat (limited to 'mail/dkimap4/pkg-message')
-rw-r--r-- | mail/dkimap4/pkg-message | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/mail/dkimap4/pkg-message b/mail/dkimap4/pkg-message new file mode 100644 index 0000000..0b17702 --- /dev/null +++ b/mail/dkimap4/pkg-message @@ -0,0 +1,13 @@ +The dkimap4 and dkpop3 daemons should be invoked by your /etc/inetd.conf file +with lines such as: + +pop3 stream tcp nowait root /usr/local/libexec/dkpop3 dkpop3 +imap4 stream tcp nowait root /usr/local/libexec/dkimap4 dkimap4 + +You also need to set up PAM properly, as PAM is enabled by default. Use +something like this in /etc/pam.conf: + +pop3 auth required pam_unix.so +pop3 account required pam_unix.so try_first_pass +imap auth required pam_unix.so +imap account required pam_unix.so try_first_pass |