>>>>> "Henry" == Henry Baragar <[EMAIL PROTECTED]> writes:
Henry> On Tue, 11 May 2004 08:57:46 +0200, Hasse Hagen Johansen
Henry> <[EMAIL PROTECTED]> wrote:
>>>>>>> "Henry" == Henry Baragar <[EMAIL PROTECTED]>
>>>>>>> writes:
>>
Henry> Hasse,
>>
Henry> Did I finally get it right on
Henry>
>> http://lifewithbincimap.org/index.php/Main/LifeWithCheckpasswordAndFriends?
>>
>> No ;-) You'll have to patch bincimap anyway. That is you'll
>> have to patch if you use authwrapper or you don't use
>> authwrapper,
Henry> Yes, I agree that you would have to patch bincimapd to use
Henry> authwrapper. However, I posted a new wrapper (written in
Henry> perl) that avoids the problem with authwrapper and enables
Henry> one to use an unpatched version of bincimapd. That is,
Henry> unless my wrapper does not work!-)
Henry> Would you like to test it for me? Here is my wrapper:
Henry> #!/usr/bin/perl # preserve all parameters except the last
Henry> chdir pop; exec @ARGV if @ARGV; die "Missing command\n";
Henry> Henry:-)
Ok I'll try that :-)