3 messages in net.sourceforge.lists.courier-users[courier-users] Request for minor sou...
FromSent OnAttachments
Johnny C. LamFeb 16, 2005 1:47 pm 
Steve ShockleyFeb 16, 2005 6:54 pm 
Sam VarshavchikFeb 16, 2005 7:08 pm 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:[courier-users] Request for minor source changesActions...
From:Johnny C. Lam (jl@NetBSD.org)
Date:Feb 16, 2005 1:47:50 pm
List:net.sourceforge.lists.courier-users

In compiling courier and courier-imap on a NetBSD system, I came across the following issues that prevented compilation and user of courier:

(1) The configure script generates a file using $COURIERAUTHCONFIG but then sources it without any qualifiers, e.g. ". configtmp". This breaks when "." isn't in the PATH, and makes the configure script exit with an error. I think these should be changed to look like ". ./configtmp".

(2) The *.rc files that start imapd and pop3d invoke "env" as "env -", but http://www.opengroup.org/onlinepubs/009695399/utilities/env.html says that "env -i" is the right way to ignore the environment.

Could these changes please be included in the next release of courier/courier-imap/sqwebmail?

Thanks,