On Fri, Jul 05, 2002 at 07:02:33PM -0400, Ben Rosengart wrote: > I don't like it that makeuserdb operates only on /etc/userdb. What > if I want to put a userdb in /export/config/courier? So I wrote > a patch. With my patch, makeuserdb defaults to its traditional > behavior, but takes an optional "-f filename" argument. My patch > also changes the temporary directory to the directory in which > "filename" resides, again defaulting to /etc. > > Mr. Sam, I would greatly appreciate it if you'd consider incorporating > this patch into the courier codebase, or, if you like the idea but not > the style, write your own equivalent patch.
This is not necessary. /etc/userdb may be a directory, and installing a soft link from the subdirectory to an external file should also work. Furthermore, the --with-userdb option to the configure script replaces /etc/userdb with something else. Since you're apparently packaging Courier-IMAP for yourself, this should be a workable solution to be added to your packaging script. -- Sam ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Bringing you mounds of caffeinated joy. http://thinkgeek.com/sf _______________________________________________ courier-users mailing list [EMAIL PROTECTED] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
