pkg_add: package `mktools-20220614' already recorded as installed pkg_add: package `cwrappers-20220403' already recorded as installed openssl-3.3.0: copying /opt/pkg/share/examples/openssl/openssl.cnf to /opt/pkg/etc/openssl/openssl.cnf postfix-3.8.5: copying /opt/pkg/share/examples/postfix/main.cf to /opt/pkg/etc/postfix/main.cf postfix-3.8.5: copying /opt/pkg/share/examples/postfix/master.cf to /opt/pkg/etc/postfix/master.cf postfix-3.8.5: setting permissions on /opt/pkg/sbin/postdrop (o=postfix, g=maildrop, m=2555) postfix-3.8.5: setting permissions on /opt/pkg/sbin/postqueue (o=postfix, g=maildrop, m=2555) =========================================================================== The following directories are used by postfix-3.8.5 and have the wrong ownership and/or permissions: /var/db/postfix (m=0700, o=postfix, g=postfix) =========================================================================== =========================================================================== The following files should be created for postfix-3.8.5: /opt/pkg/etc/rc.d/postfix (m=0755) [/opt/pkg/share/examples/rc.d/postfix] =========================================================================== openldap-client-2.6.7: copying /opt/pkg/share/examples/openldap/ldap.conf to /opt/pkg/etc/openldap/ldap.conf =========================================================================== $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/pkg/lib/sasl2/, but are now expected in /opt/pkg/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/pkg/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.sasl,v 1.8 2005/03/28 08:53:07 jlam Exp $ To enable SASL authentication in the SMTP server, you may want to edit /opt/pkg/lib/sasl2/smtpd.conf and change the method used to check plaintext passwords. To use security/cyrus-saslauthd, you should change the contents of smtpd.conf to: pwcheck_method: saslauthd You may also want to edit /opt/pkg/etc/postfix/main.cf and set the smtpd_sasl_* variables to appropriate values. To enable SASL authentication in the SMTP client, you may want to edit /opt/pkg/etc/postfix/main.cf and set the smtp_sasl_* variables to appropriate values. The corresponding SASL authentication plugins will also need to be installed. Please consult: /opt/pkg/share/doc/postfix/SASL_README and the SASL documentation for more information on setting up SASL authentication. =========================================================================== =========================================================================== $NetBSD: MESSAGE,v 1.8 2004/07/19 22:03:13 jlam Exp $ Please run the following command to update main.cf and master.cf with the latest Postfix services and configuration directives: /opt/pkg/sbin/postfix upgrade-configuration If you are upgrading from a previous Postfix installation, you may want to back up any existing configuration files before running the above command. Postfix may be activated by executing: /opt/pkg/sbin/postfix start ===========================================================================