Hello! I have tried to install dbmail-1.0 but until I fixed some omissions in the install and source files it couldn't run. Please check them and let me know if I am correct. I am using Debian with Postfix and mysql.
settings.h: #define DEFAULT_CONFIG_FILE "dbmail.conf" should be #define DEFAULT_CONFIG_FILE "/etc/dbmail.conf" main.c: char *configFile = "dbmail.conf"; should be char *configFile = "/etc/dbmail.conf"; These omissions cause dbmail-smtp to give the following message: dbmail/smtp[8156]: ReadConfig(): starting procedure dbmail/smtp[8156]: ReadConfig(): could not open config file [dbmail.conf] Also the files build.sh and install.sh have some errors: build.sh should call install-dbmail with the './' in front: ./install-dbmail.sh $bindir and the manuals path should be targetman=/usr/man/man1/ I have suggestions regarding the default paths: mylibdir=/usr/lib/ bindir=/usr/sbin/ If I have specified paths which are used just on Debian, please let the user choose these so we don't have to edit the files. Best regards, Boyan Alexiev [EMAIL PROTECTED]
