+ PKG_PATH=/nfs/packages/SmartOS/trunk/x86_64/All + /opt/tools/sbin/pkg_add -K /opt/local/pkg digest-20220214 gcc12-12.2.0 mktools-20220614 cwrappers-20220403 checkperms-1.12 gcc12-libs-12.2.0 openldap-client-2.6.3 openssl-1.1.1s imap-uw-2007fnb11 ncurses-6.3nb1 pico-4.10nb2 binutils-2.39: registering info file /opt/local/info/as.info binutils-2.39: registering info file /opt/local/info/bfd.info binutils-2.39: registering info file /opt/local/info/binutils.info binutils-2.39: registering info file /opt/local/info/ctf-spec.info binutils-2.39: registering info file /opt/local/info/gprof.info gcc12-12.2.0: registering info file /opt/local/gcc12/info/cpp.info gcc12-12.2.0: registering info file /opt/local/gcc12/info/cppinternals.info gcc12-12.2.0: registering info file /opt/local/gcc12/info/gcc.info gcc12-12.2.0: registering info file /opt/local/gcc12/info/gccgo.info gcc12-12.2.0: registering info file /opt/local/gcc12/info/gccinstall.info gcc12-12.2.0: registering info file /opt/local/gcc12/info/gccint.info gcc12-12.2.0: registering info file /opt/local/gcc12/info/gfortran.info gcc12-12.2.0: registering info file /opt/local/gcc12/info/libgomp.info gcc12-12.2.0: registering info file /opt/local/gcc12/info/libquadmath.info pkg_add: package `mktools-20220614' already recorded as installed pkg_add: package `cwrappers-20220403' already recorded as installed cyrus-sasl-2.1.28nb1: Creating user ``cyrus'' passwd: password information changed for cyrus openssl-1.1.1s: copying /opt/local/share/examples/openssl/openssl.cnf to /opt/local/etc/openssl/openssl.cnf openldap-client-2.6.3: copying /opt/local/share/examples/openldap/ldap.conf to /opt/local/etc/openldap/ldap.conf pkg_add: package `openssl-1.1.1s' was already installed as dependency, now marked as installed manually =========================================================================== $NetBSD: MESSAGE,v 1.4 2017/07/26 09:21:10 hauke Exp $ cyrus-sasl-2.1.28nb1 by default does *not* install any authentication plugin modules. Until the necessary authentication plugin modules are installed, e.g. security/cy2-crammd5 or security/cy2-gssapi, you will probably get errors about "no appropriate mechs available". The configuration files for applications using the sasl2 libraries used to be in /opt/local/lib/sasl2/, but are now expected in /opt/local/etc/sasl2/. You need to move them after upgrading the pkg. cyrus-sasl-2.1.28nb1 will use the following directory as the default path to its plugin modules: /opt/local/lib/sasl2 The search path for plugin modules can be customized by setting the SASL_PATH variable to a colon-delimted list of directories in the shell environment. To allow plaintext authentication without using the auxprop mechanism, the package security/cyrus-saslauthd should be installed. =========================================================================== =========================================================================== $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 /opt/local/libexec/imapd imapd pop2 stream tcp nowait root /opt/local/libexec/ipop2d ipop2d pop3 stream tcp nowait root /opt/local/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 /opt/local/libexec/imapd imapd pop3s stream tcp nowait root /opt/local/libexec/ipop3d ipop3d The imapd daemon looks for the following files to use SSL: /opt/local/etc/openssl/certs/imapd.pem (certificate) /opt/local/etc/openssl/private/imapd.pem (private key) and similarly for the ipopd daemon. ===========================================================================