On Fri, Sep 25, 2020 at 01:13:17PM -0500, deoren wrote: > > Don't run non-Postfx programs with Postfix privileges, that > > defeats the purpose of privilege separation. > > This is good advice and normally I wouldn't do that.
Free advice, worth every penny... :-) DO NOT use SQLite as a Postfix backend database updated live while Postfix is running. Use CDB or LMDB of those work well enough, otherwise use Postgres, MySQL or LDAP for concurrent writes and reads. -- Vikor.