On Mon, Apr 22, 2002 at 06:07:35PM -0400, Sam Varshavchik wrote: | On Mon, 22 Apr 2002, Phil Howard wrote: | | > According to the web page description of Courier-IMAP, virtual mailboxes | > uses GDBM or DB database to translate arbitrary users to maildirs. But | > if I won't be doing that, do I need GDBM or a DB database at all for | > anything else? If not, can it be left out of the ./configure step? | | Using --without-authuserdb will drop the authuserdb module. You will | still need to have either GDBM or DB installed on the build machine, but | the resulting package will install on a machine without GDBM or DB | libraries.
Is this because it includes .h files anyway? My concern is that if I am not using a DB, I don't have that library mapped into the VM. From what you are saying, it sounds like this is the case. My next concern would be the ability to construct the direct path, but I am expecting this to need a hack on my part (hopefully in C and not too complex to insert). If it happens to be able to do this on its own, all the better. -- ----------------------------------------------------------------- | Phil Howard - KA9WGN | Dallas | http://linuxhomepage.com/ | | [EMAIL PROTECTED] | Texas, USA | http://phil.ipal.org/ | ----------------------------------------------------------------- _______________________________________________ courier-users mailing list [EMAIL PROTECTED] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
