1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-29 21:39:24 +00:00
freebsd-ports/mail/imap-uw/pkg-message
FUJISHIMA Satsuki 3590507109 o update to 2000c.
o move most part of pkg-descr to pkg-message.
o change maintainer.

PR:		24864
Submitted by:	Pete Fritchman <petef@databits.net>
2001-02-12 06:42:58 +00:00

15 lines
637 B
Plaintext

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