pkg_add: Warning: package `digest-20111104' was built for a platform:
pkg_add: Linux/x86_64 2.6.37.4 (pkg) vs. Linux/x86_64 3.2.7 (this host)
pkg_add: Warning: package `fetch-1.7' was built for a platform:
pkg_add: Linux/x86_64 2.6.37.4 (pkg) vs. Linux/x86_64 3.2.7 (this host)
openssl-0.9.8tnb1: copying /usr/pkg/share/examples/openssl/openssl.cnf to /usr/pkg/etc/openssl/openssl.cnf
openldap-client-2.4.24: copying /usr/pkg/share/examples/openldap/ldap.conf to /usr/pkg/etc/openldap/ldap.conf
pkg_add: package `openssl-0.9.8tnb1' was already installed as dependency, now marked as installed manually
readline-6.2: registering info file /usr/pkg/share/info/history.info
readline-6.2: registering info file /usr/pkg/share/info/readline.info
readline-6.2: registering info file /usr/pkg/share/info/rluserman.info
heimdal-1.5.2nb1: setting permissions on /usr/pkg/bin/su (o=root, g=root, m=4511)
===========================================================================
The following files should be created for heimdal-1.5.2nb1:

	/etc/rc.d/kpasswdd (m=0755)
	    [/usr/pkg/share/examples/rc.d/kpasswdd]

	/etc/rc.d/kdc (m=0755)
	    [/usr/pkg/share/examples/rc.d/kdc]

	/etc/rc.d/kcm (m=0755)
	    [/usr/pkg/share/examples/rc.d/kcm]

	/etc/rc.d/kadmind (m=0755)
	    [/usr/pkg/share/examples/rc.d/kadmind]

===========================================================================
heimdal-1.5.2nb1: registering info file /usr/pkg/share/info/heimdal.info
heimdal-1.5.2nb1: registering info file /usr/pkg/share/info/hx509.info
===========================================================================
$NetBSD: MESSAGE,v 1.4 2006/07/26 20:00:27 jlam Exp $

Add the following to /etc/services (if not already there):

 imap		143/tcp		# Internet Message Access Protocol
 imap		143/udp

Add the following to /etc/inetd.conf:

 imap   stream  tcp     nowait  root    /usr/pkg/libexec/imapd    imapd
 pop2   stream  tcp     nowait  root    /usr/pkg/libexec/ipop2d   ipop2d
 pop3   stream  tcp     nowait  root    /usr/pkg/libexec/ipop3d   ipop3d

You will need to make inetd reload its configuration for the changes to
take effect.

===========================================================================
===========================================================================
$NetBSD: MESSAGE.ssl,v 1.1 2006/07/26 20:00:27 jlam Exp $

Add the following to /etc/services (if not already there):

 imaps		993/tcp		# imap4 protocol over TLS/SSL
 imaps		993/udp		# imap4 protocol over TLS/SSL
 pop3s		995/tcp		# pop3 protocol over TLS/SSL (was spop3)
 pop3s		995/udp		# pop3 protocol over TLS/SSL (was spop3)

Add the following to /etc/inetd.conf:

 imaps  stream  tcp     nowait  root    /usr/pkg/libexec/imapd    imapd
 pop3s  stream  tcp     nowait  root    /usr/pkg/libexec/ipop3d   ipop3d

The imapd daemon looks for the following files to use SSL:

    /usr/pkg/etc/openssl/certs/imapd.pem (certificate)
    /usr/pkg/etc/openssl/private/imapd.pem (private key)

and similarly for the ipopd daemon.

===========================================================================