Fwd: [Code submission] Postfix ODBC support

2014-04-26 Thread John Fawcett
Forgot to mention: Need to add some parameters to the make Makefiles command, namely HAS_ODBC and the linking of the library with -lodbc, assuming the include files are in a standard location. make -f Makefile.init makefiles \ 'CCARGS=-DHAS_ODBC 'AUXLIBS= -lodbc '

[Code submission] Postfix ODBC support

2014-04-26 Thread John Fawcett
I am submitting the attached code (patches to some existing files and two new files: dict_odbc.c and dict_odbc.h) which adds support for a new dictionary type that uses unixODBC (www.unixodbc.org). As noted in the past on this list, that could be useful in supporting map types that don't have nati

Re: ODBC support

2011-09-19 Thread Wietse Venema
l...@airstreamcomm.net: > I was wondering if ODBC support was on the road map for Postfix, or if it > has ever been discussed? It has een discussed, and no-one has stepped up to write code. Wietse

ODBC support

2011-09-19 Thread list
I was wondering if ODBC support was on the road map for Postfix, or if it has ever been discussed? Thanks.