Given that I have db48 installed from ports under FreeBSD, what is the appropriate flag to pass to compile postfix against this rather than the “default”
db48-4.8.26.0 is in databases/db48 databases/db48 I previously compiled postfix with the following: make -f Makefile.init makefiles 'CCARGS=-DHAS_MYSQL -DUSE_TLS -DUSE_SASL_AUTH -DUSE_CYRUS_SASL -I/usr/local/include/mysql -I/usr/local/include/sasl' 'AUXLIBS=-L/usr/local/lib/mysql -lmysqlclient -lz -lm -lssl -lcrypto -L/usr/local/lib -lsasl2' And does it matter if I am compiling postfix 2.8, 2.10, or 2.11? (I was going to just drop pop-before-smtp which is what I need db48 support for, but getting SMTP auth working has proved problematic so I need to re-enable it at this point) Is it as simple as adding -DHAS_DB -I/usr/local/include/db48/ to CCARGS and -L/usr/local/lib/db48 -ldb to AUXLIBS? -- Ille Qui Nos Omnes Servabit