On Fri, 16 Aug 2019 11:04:38 -0400 Bill Cole wrote: > On 16 Aug 2019, at 8:50, @lbutlr wrote:
> > /usr/local/etc/rc.d/sa-spamd: > > # Set defaults > > : ${spamd_enable:="NO"} > > : ${spamd_flags="-c -Q -u spamd -H /var/spool/spamd"} > > > > Seems like a strange set of defaults to me. > > Indeed: it looks like that is controlled by a non-default build-time > option in the FreeBSD port. In the port Makefile: .if ${PORT_OPTIONS:MMYSQL} || ${PORT_OPTIONS:MPGSQL} SUB_LIST+= SQL_FLAG="-Q" .else SUB_LIST+= SQL_FLAG="" .endif