I'm running /opensmtpd 6.0.3p1-2/ on Artix Linux. I'd like to get
/Extras/ for sqlite support, so I did everything according to
instuctions from here: https://github.com/OpenSMTPD/OpenSMTPD-extras
After some turbulence I got the created
path:/usr/libexec/opensmtpd/opensmtpdwith sometable-[stuff]executable
files inside, including thetable-sqlite file.
However when I try to use the sqlite scheme in config, I get an error
that says:
smtpd: table_create: backend "sqlite" does not exist
I copied thetable-* files from
/usr/libexec/opensmtpd/opensmtpd
to
/usr/libexec/opensmtpd
but still no go.
What am I missing? Documentation does not cover this.