+ PKG_PATH=/nfs/packages/SmartOS/upstream/trunk/All + /opt/tools/sbin/pkg_add -K /var/opt/.pkgdb digest-20220214 mktools-20220614 pax-20210219 cwrappers-20220403 checkperms-1.12 php74-pdo_mysql-7.4.33nb2 php74-mbstring-7.4.33 php74-zip-7.4.33nb8 php74-gd-7.4.33nb2 php74-imap-7.4.33nb3 pkg_add: package `mktools-20220614' already recorded as installed pkg_add: package `cwrappers-20220403' already recorded as installed pkg_add: Can't open meta data file: /var/opt/.pkgdb/zlib-1.2.13/+SIZE_PKG: Disc quota exceeded pkg_add: Can't install dependency zlib>=1.2.3 pkg_add: Expected dependency zlib>=1.2.3 still missing pkg_add: Can't install dependency pcre2>=10.30 pkg_add: Expected dependency pcre2>=10.30 still missing pkg_add: Can't install dependency php>=7.4.29nb1<7.5 pkg_add: Expected dependency php>=7.4.29nb1<7.5 still missing pkg_add: Can't install dependency php74-pdo-7.* pkg_add: Expected dependency php74-pdo-7.* still missing pkg_add: Can't create pkgdb entry: /var/opt/.pkgdb/zlib-1.2.13: Disc quota exceeded pkg_add: no files matching ``/var/opt/.pkgdb/zlib-1.2.13/+*'' found: No such file or directory pkg_add: Can't install dependency zlib>=1.2.3 pkg_add: Expected dependency zlib>=1.2.3 still missing pkg_add: Can't install dependency pcre2>=10.30 pkg_add: Expected dependency pcre2>=10.30 still missing pkg_add: Can't install dependency php>=7.4.29nb1<7.5 pkg_add: Expected dependency php>=7.4.29nb1<7.5 still missing libiconv-1.14nb3: copying /opt/pkg/share/examples/libiconv/charset.alias to /opt/pkg/lib/charset.alias xmlcatmgr-2.2nb1: /etc/opt/pkg/sgml/catalog already exists xmlcatmgr-2.2nb1: /etc/opt/pkg/xml/catalog already exists xmlcatmgr-2.2nb1: copying /opt/pkg/share/examples/xmlcatmgr/catalog.share.sgml to /opt/pkg/share/sgml/catalog xmlcatmgr-2.2nb1: copying /opt/pkg/share/examples/xmlcatmgr/catalog.share.xml to /opt/pkg/share/xml/catalog openssl-1.1.1s: /etc/opt/pkg/openssl/openssl.cnf already exists readline-8.2: registering info file /opt/pkg/info/history.info readline-8.2: registering info file /opt/pkg/info/readline.info readline-8.2: registering info file /opt/pkg/info/rluserman.info pkg_add: Can't open meta data file: /var/opt/.pkgdb/php-7.4.33/+DEINSTALL: Disc quota exceeded pkg_add: Can't install dependency php>=7.4.29nb1<7.5 pkg_add: Expected dependency php>=7.4.29nb1<7.5 still missing pkg_add: Can't open meta data file: /var/opt/.pkgdb/perl-5.36.0/+DEINSTALL: Disc quota exceeded pkg_add: Can't install dependency perl>=5.0 pkg_add: Expected dependency perl>=5.0 still missing pkg_add: Can't install dependency gd>=2.3.3nb2 pkg_add: Expected dependency gd>=2.3.3nb2 still missing php-7.4.33: /etc/opt/pkg/php.ini already exists php74-imap-7.4.33nb3: copying /opt/pkg/share/examples/php/imap.ini to /etc/opt/pkg/php.d/imap.ini pkg_add: 4 package additions failed =========================================================================== $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/pkg/libexec/imapd imapd pop2 stream tcp nowait root /opt/pkg/libexec/ipop2d ipop2d pop3 stream tcp nowait root /opt/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 /opt/pkg/libexec/imapd imapd pop3s stream tcp nowait root /opt/pkg/libexec/ipop3d ipop3d The imapd daemon looks for the following files to use SSL: /etc/opt/pkg/openssl/certs/imapd.pem (certificate) /etc/opt/pkg/openssl/private/imapd.pem (private key) and similarly for the ipopd daemon. =========================================================================== =========================================================================== $NetBSD: MESSAGE,v 1.1 2019/12/15 17:56:34 taca Exp $ To process PHP scripts, you will need a PHP-enabled HTTP server. You may either configure the HTTP server to use the PHP CGI binary located in /opt/pkg/libexec/cgi-bin/php or you may install a PHP module for your HTTP server, e.g. www/ap-php. =========================================================================== =========================================================================== $NetBSD: MESSAGE.module,v 1.5 2016/10/18 19:09:10 jdolecek Exp $ By default, example module configuration file was copied to following location, and module should be auto-loaded: /etc/opt/pkg/php.d/imap.ini If you use custom /etc/opt/pkg/php.ini, or nonstandard module configuration file location, you might need to add explicit load directive: extension=imap.so ===========================================================================