On Apr 22, John said:
>I have installed the mod_perl with my Apache 1.3.28
>I want to authenticate (basic) against an IMAP Server.
>I have also successfully installed the Apache::AuthenIMAP
>PerlAccessHandler Apache::AuthenIMAP
>PerlAuthenHandler Apache::AuthenIMAP
I don't think that does what y
John wrote:
Ok, i fixed.
Now ti authenticates against an IMAP on a linux
Well, care to share what you discovered as the actual problem?
:)
--
_Sx_ http://youve-reached-the.endoftheinternet.org/ _
http://jaxpm.insecurity.org/
http://cis4dl.insecurity.org/
--
To unsubscribe, e-mail
Ok, i fixed.
Now ti authenticates against an IMAP on a linux
- Original Message -
From: "WC -Sx- Jones" <[EMAIL PROTECTED]>
To: "Perl Beginners" <[EMAIL PROTECTED]>
Sent: Thursday, April 22, 2004 3:56 PM
Subject: Re: Apache::AuthenIMAP in ht
John wrote:
PerlAccessHandler Apache::AuthenIMAP
PerlAuthenHandler Apache::AuthenIMAP
PerlSetVar IMAPServer My_IMAP_Server
PerlSetVar IMAPPort 143
require valid-user
What am i doing wrong?
Authentication doesn't seem to be working
Well, are there any logs - IMAP Server side or apache side - whi
I have installed the mod_perl with my Apache 1.3.28
I want to authenticate (basic) against an IMAP Server.
I have also successfully installed the Apache::AuthenIMAP
Here is my httpd.conf
...
PerlModule Apache::AuthenIMAP
Options Indexes FollowSymLinks
AllowOverride None
order allow,den