Exim-mysql Without MySQL Support From Epel

Home » CentOS » Exim-mysql Without MySQL Support From Epel
CentOS 2 Comments

# head -1 /etc/CentOS-release CentOS release 6.5 (Final)

Anyone using exim with MySQL support from epel without compiling direct from sources?

I installed both packages below from epel:

Installing:
exim x86_64
4.72-5.el6
epel 1.2 M
exim-mysql x86_64
4.72-5.el6
epel 24 k

# rpm -qa | grep exim

exim-mysql-4.72-5.el6.x86_64
exim-4.72-5.el6.x86_64

The .so seems to be included:

# locate lookup | grep mysql
/usr/lib64/exim/4.72-5.el6/lookups/mysql.so

but no suppport builtin in the binary:

# exim -bV | grep Lookup Lookups (built-in): lsearch wildlsearch nwildlsearch iplsearch cdb dbm dbmnz dnsdb dsearch ldap ldapdn ldapm nis nis0 nisplus passwd sqlite

Am I doing something wrong?

2 thoughts on - Exim-mysql Without MySQL Support From Epel

  • From: Fosforo

    If it is a module, isn’t it normal that it is not built-in?
    What is your error message…?
    It just works here, with a conf like:

  • need to cancel subscription

    2014-07-23 5:47 GMT-04:00, John Doe :


    Juan Pablo De Mola Rodríguez