postfix-3.11.5: copying /usr/pkg/share/examples/postfix/main.cf to /usr/pkg/etc/postfix/main.cf postfix-3.11.5: copying /usr/pkg/share/examples/postfix/master.cf to /usr/pkg/etc/postfix/master.cf postfix-3.11.5: setting permissions on /usr/pkg/sbin/postdrop (o=postfix, g=maildrop, m=2555) postfix-3.11.5: setting permissions on /usr/pkg/sbin/postqueue (o=postfix, g=maildrop, m=2555) =========================================================================== The following files are used by postfix-3.11.5 and have the wrong ownership and/or permissions: /etc/rc.d/postfix (m=0755) =========================================================================== =========================================================================== $NetBSD: MESSAGE,v 1.5 2024/04/24 12:46:59 jperkin Exp $ cyrus-sasl-2.1.28nb2 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". To allow plaintext authentication without using the auxprop mechanism, the package security/cyrus-saslauthd should be installed. =========================================================================== =========================================================================== $NetBSD: MESSAGE.NetBSD,v 1.6 2015/07/26 15:53:11 bsiegert Exp $ The existing /etc/rc.d/postfix can be forced to start /usr/pkg/sbin/postfix instead of /usr/sbin/postfix, by adding the following lines to /etc/rc.conf.d/postfix: postfix_command='/usr/pkg/sbin/postfix' required_files='/usr/pkg/etc/postfix/main.cf' postconf='/usr/pkg/sbin/postconf' Please note that /etc/rc.conf.d/postfix does not exist by default so you need to create that file if you need to override the default settings. Remember to modify /etc/mailer.conf to use /usr/pkg/sbin/sendmail instead of /usr/libexec/postfix/sendmail. ===========================================================================