freebsd-ports/mail/dkimap4/pkg-message
Ying-Chieh Liao 1a77e6a7d7 add dkimap4
IMAP4rev1 and POP3 server from the DBOX BBS package

PR:		28244
Submitted by:	Anders Nordby <anders@fix.no>
2001-07-07 03:16:39 +00:00

13 lines
496 B
Text

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