[Solved] Postfix with sqlite3: unsupported dictionary type: sqlite

Issues related to applications and software problems
Post Reply
Omlette
Posts: 9
Joined: 2018/04/22 01:22:08

[Solved] Postfix with sqlite3: unsupported dictionary type: sqlite

Post by Omlette » 2018/04/22 01:28:34

Hello, I'm trying to set up a postfix email server using sqlite3 as the backend to handle my addresses.

I get the following error when I start postfix:

Code: Select all

postfix/pickup[30523]: error: unsupported dictionary type: sqlite
Is there a special postfix/sqlite3 package I should have installed?

Thanks for the help
Last edited by Omlette on 2018/04/22 17:37:38, edited 1 time in total.

User avatar
TrevorH
Site Admin
Posts: 33191
Joined: 2009/09/24 10:40:56
Location: Brighton, UK

Re: Postfix with sqlite3: unsupported dictionary type: sqlite

Post by TrevorH » 2018/04/22 01:40:21

There is a version of postfix in the 'centosplus' repo that has more modules enabled than the default one from base/updates but that doesn't seem to have sqlite support either, I think it just adds postgresql. I see that the IUS repo ships it as postfix32u and they also have a postfix32u-sqlite package.
The future appears to be RHEL or Debian. I think I'm going Debian.
Info for USB installs on http://wiki.centos.org/HowTos/InstallFromUSBkey
CentOS 5 and 6 are deadest, do not use them.
Use the FAQ Luke

Post Reply