Aaron Stone wrote: > Finding the config file is still different by way of the compile-time > config file location selection. As long as the error message makes it to > stderr and/or the log file, it's all good.
~/git/dbmail-2.1# mv /etc/dbmail/dbmail.conf /tmp/ ~/git/dbmail-2.1# ./dbmail-smtp </dev/null >/dev/null ~/git/dbmail-2.1# ./dbmail-smtp -u testuser1 </dev/null >/dev/null config.c,config_read: error reading config file /etc/dbmail/dbmail.conf ~/git/dbmail-2.1# mv /tmp/dbmail.conf /etc/dbmail/ looks clean to me. Still, main.c could do with some serious housekeeping. There's still some leftover traces of the old mime parser api there (mime.c must go!). -- ________________________________________________________________ Paul Stevens paul at nfg.nl NET FACILITIES GROUP GPG/PGP: 1024D/11F8CD31 The Netherlands________________________________http://www.nfg.nl
