milter-spamd has been installed as /usr/local/libexec/milter-spamd.
See milter-spamd(8) for instructions on how to register the plugin.

To start the plugin automatically on startup, one can use:

/etc/rc.conf.local
milter_spamd=""

/etc/rc.local
if [ X"${milter_spamd}" != X"NO" -a \
     -x /usr/local/libexec/milter-spamd ]; then
        echo -n ' milter-spamd'
        /usr/local/libexec/milter-spamd ${milter_spamd}
fi
