CentOS is stock, with the exception of gmail, which is built from source RPM from the Fedora 4 Extras repository.
This is my first crack at building DBmail... 2.0.9 builds OK. I'm using ./configure --with-mysql && make Error follows: config.c:29: error: syntax error before '*' token config.c:29: warning: type defaults to `int' in declaration of `config_dict' config.c:29: warning: data definition has no type or storage class config.c: In function `config_read': config.c:43: warning: implicit declaration of function `g_key_file_new' config.c:43: warning: assignment makes pointer from integer without a cast config.c:45: warning: implicit declaration of function `g_key_file_load_from_file' config.c:45: error: `G_KEY_FILE_NONE' undeclared (first use in this function) config.c:45: error: (Each undeclared identifier is reported only once config.c:45: error: for each function it appears in.) config.c:46: warning: implicit declaration of function `g_key_file_free' config.c: In function `config_get_value_once': config.c:79: warning: implicit declaration of function `g_key_file_get_value' config.c:79: warning: assignment makes pointer from integer without a cast make[2]: *** [libdbmail_la-config.lo] Error 1 make[2]: Leaving directory `/root/current/dbmail-2.1.5' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/root/current/dbmail-2.1.5' make: *** [all] Error 2