01436013af
1. Add support for building cclient with SSL. Warn about the possibility that some ports may have been missed and need ssl added at link time. 2. Update cclient and imap-uw to latest versions. 3. Fix pine4 to add ssl libraries. This can be used as a model for what other ports may need to do. 4. Release MAINTAINERship (by request). Submitted by: anders@fix.no Approved by: petef@databits.net
16 lines
686 B
Plaintext
16 lines
686 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
|
|
something like the following lines to /etc/pam.conf (PAM authentication is
|
|
default):
|
|
|
|
imap auth required pam_unix.so try_first_pass
|
|
imap account required pam_unix.so try_first_pass
|
|
pop3 auth required pam_unix.so try_first_pass
|
|
pop3 account required pam_unix.so try_first_pass
|