[rt-users] Mail setup and template localization

Helmut Lichtenberg heli at tzv.fal.de
Fri Mar 19 04:47:36 EST 2004


On Fri, Mar 19, 2004 at 08:49:17AM +0100, Helmut Lichtenberg wrote:
> > It doesn't and shouldn't. there's code in the mail gateway client to
> > support it. but it's not needed. What is needed is to have whatever http
> > auth system you use pass through requests for the NoAuth path the
> > mailgate client calls. Just tell apache not to require auth for that
> > path.
> 
> Can somebody tell me, how this should look like (in httpd.conf I guess)?
> We also use external authentication via LDAP.

ok, I found it in a later post on rt-users:

   <LocationMatch "/NoAuth">
      Satisfy Any
      Allow from all
   </LocationMatch>

Would be nice, if this could be included into the docs. This would
reduce lots of redundant questions (and answers) on the mailing list.
Is wiki the appropriate place for this?

Helmut

-- 
--------------------------------------------------------------------
 Helmut Lichtenberg    <heli at tzv.fal.de>   Tel. +49 (0)5034/871-128
 Institut für Tierzucht           31535 Neustadt            Germany
--------------------------------------------------------------------



More information about the rt-users mailing list