summaryrefslogtreecommitdiffstats
path: root/mail/dkimap4/pkg-message
blob: 0411e42d7e07d861390154ad5e703f9e23ef13b0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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
OpenPOWER on IntegriCloud