18 messages in net.sourceforge.lists.courier-users[courier-users] Re: webmail and webad...
FromSent OnAttachments
Alexander SkwarJun 23, 2002 3:43 pm 
Juha SaarinenJun 23, 2002 4:04 pm 
Alexander SkwarJun 23, 2002 4:41 pm 
Sam VarshavchikJun 23, 2002 6:52 pm 
Alexander SkwarJun 24, 2002 1:58 am 
Juha SaarinenJun 24, 2002 2:22 am 
Alexander SkwarJun 24, 2002 2:43 am 
Alexander SkwarJun 24, 2002 3:18 am 
Sam VarshavchikJun 24, 2002 7:57 am 
Sam VarshavchikJun 24, 2002 7:58 am 
Alexander SkwarJun 24, 2002 10:33 am 
Sam VarshavchikJun 24, 2002 2:11 pm 
Alexander SkwarJun 24, 2002 3:20 pm 
Juha SaarinenJun 24, 2002 3:43 pm 
Sam VarshavchikJun 24, 2002 3:47 pm 
Alexander SkwarJun 25, 2002 1:14 am 
Sam VarshavchikJun 25, 2002 4:26 am 
Alexander SkwarJun 25, 2002 1:01 pm.diff
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] Re: webmail and webadmin require %{cgibindir}Actions...
From:Sam Varshavchik (mrs@courier-mta.com)
Date:Jun 25, 2002 4:26:39 am
List:net.sourceforge.lists.courier-users

Alexander Skwar writes:

I'll accept a patch that checks for a Mandrake distro, and makes the necessary adjustments. You should be able to come up with something that does not depend on an external flag, and detects a Mandrake distro automatically.

What do you mean by "external flag"? I thought about checking for the existance of /etc/mandrake-release, and if this file is present, I would have assumed that this is a Mandrake distro. Or I might do a "rpm -q --queryformat '%{RELEASE}' rpm | grep -q mdk && echo TRUE" (or something like that). Would these be "external flags"?

Either one will work fine.