Re: [Dbmail] missing dbmail-config on FreeBSD

2003-03-10 Thread Aaron Stone
DBMail no longer looks in the database for its configuration. /etc/dbmail.conf has been hardcoded as the config file. To build properly: ./configure { --with-mysql | --with-pgsql } make and you're done ;-) Aaron On Mon, 10 Mar 2003, Dmitry Xeon wrote: > What happened with dbmail-config in dbm

[Dbmail] missing dbmail-config on FreeBSD

2003-03-09 Thread Dmitry Xeon
What happened with dbmail-config in dbmail-1.1? Makefile all: smtp pop3d maintenance imapd user // (but no "config") config: $(CONFIG_OBJECTS) settings.c $(CC) $(CFLAGS) settings.c -o dbmail-config $(CONFIG_OBJECTS) $(DIRS) $(LIB) Okay, lets try to compile it separately: Box #1 su-2.05