Hi all,yes dbmail does compile under mac os X :) Haven't tested yet with mysql but postgresql works after adapting the following:
- copying unistd.h to crypt.h (in /usr/include) - adapting the library path for postgresql lib dir in makefile (duh)- changing the library settings from '-lpq -lcrypt' to '-lpq -lcrypto -lssl'
have fun! regards roel