On 2 Dec 2025, at 09:30, Lexi Winter <[email protected]> wrote: > > Juraj Lutter wrote in <[email protected]>: >>> in /etc/rc.conf, i have this for Postfix: >>> >>> blocklistd_flags="-r -s /var/spool/postfix/var/run/blacklistd.sock" >>> >>> does Postfix still need blacklistd.sock, or does it prefer >>> blocklistd.sock? >> >> mail/postfix maintainer here: >> >> It relies on whatever blacklist_open() wants/needs/provides. > > thanks. so i will ask a new question: what does blacklist_open() > expect?
contrib/blocklist/include/bl.h has: #ifndef _PATH_BLSOCK #define _PATH_BLSOCK "/var/run/blocklistd.sock" #endif I don't see it overridden anywhere in a Makefile, but I may have missed it. :) -Dimitry
