CENTOS: unsupported dictionary type: sqlite in POSTFIX
Posted
by
Ferdinand
on Server Fault
See other posts from Server Fault
or by Ferdinand
Published on 2013-10-30T15:23:50Z
Indexed on
2013/10/30
15:56 UTC
Read the original article
Hit count: 465
Oct 30 09:24:15 postfix postfix/smtpd[1622]: fatal: unsupported dictionary type: sqlite
Oct 30 09:24:16 postfix postfix/master[1165]: warning: process /usr/libexec/postfix/smtpd pid 1622 exit status 1
Oct 30 09:24:16 postfix postfix/master[1165]: warning: /usr/libexec/postfix/smtpd: bad command startup -- throttling
I'm trying to use sqlite with postfix, but I get that error. I'm using CENTOS 6.4 x64. I have sqlite and sqlite-devel installed too.
I'm assuming postfix from BASE (CentOS repo) comes without sqlite support? I've been not able to recompile with sqlite support using this: http://www.postfix.org/SQLITE_README.html
Is there another way to get it to work?
© Server Fault or respective owner