On Mon, 2010-11-22 at 13:45 -0500, Wietse Venema wrote:
> I have yet to overcome my my aversion against monstrosities such
> as Libtool and Autobloat. Until then, use the source, or use the
> DEBIAN port.

But I'd still need to rebuild the main postfix package because
mail_dict.c is part of it, right? Debian has separate packages for
dict_mysql, dict_pgsql, etc. but mail_dict.c still lists the
dictionaries statically, e.g.

static const DICT_OPEN_INFO dict_open_info[] = {
    DICT_TYPE_PROXY, dict_proxy_open,
    ...
#ifdef HAS_MYSQL
    DICT_TYPE_MYSQL, dict_mysql_open,
#endif
    ...
}

Thanks,
Andre

Reply via email to