[rt-users] Mail not working
Jason Fenner
jfenner at vitamix.com
Tue Nov 28 10:53:12 EST 2006
John Arends wrote:
<snip>
> Do you have any suggestions on how to get around this? It looks like
> rt-mailgate needs to talk to RT, but how can I do that if I have our
> custom external authentication system wrapped around RT?
>
Maybe you need the REST and NOAUTH Locations in your httpd.conf file.
These should be within your RT virtual host section. These should allow
rt-mailgate to communicate with no auth.
<Location /REST/1.0/NoAuth>
satisfy any
allow from all
</Location>
<Location /NoAuth>
satisfy any
allow from all
</Location>
Let me know,
axelilly
More information about the rt-users
mailing list