[rt-users] EX_TEMPFAIL

Les Mikesell les at futuresource.com
Sat Jan 1 13:59:45 EST 2005


On Sat, 2005-01-01 at 08:15, sc2 at gmx.at wrote:
> i got
> >i=1367731, dsn=4.0.0, stat=Deferred: prog mailer (/bin/sh) exited with 
> >EX_TEMPFAIL
> >when i make
> + in debug mod
> >Connecting to https://localhost:82/REST/1.0/NoAuth/mail-gateway at 
> >/home/htdocs/rt3/bin/rt->mailgate line 473, <> chunk 1.
> how i can solve it? i try it ith the "mail-gateway.html" method from this 
> list but didnt work

I think a common problem is that the NoAuth directory is underneath
a protected directory so you have to make an exception in your
httpd.conf like:
 <LocationMatch "/NoAuth">
      Satisfy Any
      Allow from all
 </LocationMatch>
to allow unauthenticated access.
Try hitting the URL with a browser to make sure you don't get
an authentication prompt.

---
  Les Mikesell
   les at futuresource.com





More information about the rt-users mailing list