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
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