Hello, Ok, here's that autoconf update + md5 password patch + pbsp and unique_id fixes for using multiple dbmail servers. I've tested building pgsql and mysql via build.sh and configure on i386, and tested pgsql on a Sparc. The only caveat I found was that md5 password hashes don't work if you don't link in a libcrypt, which is not the default. It'd be nice to make autoconf test if your crypt() supports md5 or not and link it in if so.. but that's not done. Another idea would be a "migration" mode you could turn on so, eg., if you have crypt passwords and want to migrate to md5 hashes, it'll happen automatically, but I didn't do that either :). And to answer your question, yes, both mysql and pgsql have been updated for all functionality.
Some notes on the changes for those familiar w/ looking through the files: - aclocal.m4 is automatically generated from acconfig.h (when you run aclocal) - the old config.h is now dbmail.h, and this actually uses automake's config.h - also, all .h and .c files have been updated to include "config.h" (if HAVE_CONFIG_H is defined, which it is when you run ./configure), so even though most of them don't check autoconf-defined values now, they're ready for it in the future. - both the <endian.h> check and <crypt.h> (for FreeBSD problem) are handled by autoconf now. I don't have a FreeBSD box to test that, but I don't think there should be a problem. - settings.h is gone - it only had one setting, the default location of the config file, and that's been more appropriately put in dbmail.h, as more than one program need to know that. This patch is against dbmail 1.1, which was still the same as cvs as of this morning. Hollar with questions/problems/etc. Thanks, Jesse ---- Original Message ---- From: Eelco van Beek - IC&S <dbmail@dbmail.org> To: dbmail@dbmail.org Subject: Re: [Dbmail] autoconf update Sent: Fri, 7 Mar 2003 21:48:34 +0100 > Hi Jesse, > > Thanks for all your work. :) > Did you made the changes regarding the pbdp in all the driver files? > Could you add them to your next email? > > Thanks, > > Eelco > > On vrijdag, maa 7, 2003, at 19:13 Europe/Amsterdam, Jesse Norell wrote: > > > > > Hello, > > > > Keep hitting enter on the Subject line, and firing off blank > > emails... sorry. > > > > I'm about to post an update to the autoconf setup which handles > > the endian.h check and FreeBSD's lack of crypt.h via the configure > > script, as well as a few misc. fixes. Ryan looked over it and thought > > it looked good. Was wondering (from Eelco/Roel) if you 'd want to > > include the md5 hash support in it or leave that seperate (in which > > case I'll have to generate yet another patch for it...). Also, I've > > got patches updated which make pbsp use the database server's time > > rather than the pop3/imap server (for using multiple dbmail servers > > off one database), and makes the unique_id more unique (there were > > major problems using simultaneous dbmail servers to one database). > > Would you want them included as well? > > > > Jesse > > > > > > -- > > Jesse Norell > > [EMAIL PROTECTED] > > _______________________________________________ > > Dbmail mailing list > > Dbmail@dbmail.org > > https://mailman.fastxs.nl/mailman/listinfo/dbmail > > > _________________________ > E.J.A. van Beek > ICT Manager > IC&S > T: +31 30 2322878 > F: +31 30 2322305 > > PGP-key: > www.ic-s.nl/keys/eelco.txt > > _______________________________________________ > Dbmail mailing list > Dbmail@dbmail.org > https://mailman.fastxs.nl/mailman/listinfo/dbmail > -- End Original Message -- -- Jesse Norell [EMAIL PROTECTED]
dbmail-autoconf_update+md5+pbsp+unique_id.patch
Description: Binary data