freebsd-ports/mail/dkimap4/pkg-message
Yen-Ming Lee d562e276af add USE_GCC=2.95 and unbreak this port.
replace pkg-plist with PORTDOCS and PLIST_FILES.
2004-02-08 08:29:07 +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 %%PREFIX%%/libexec/dkpop3 dkpop3
imap4 stream tcp nowait root %%PREFIX%%/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