On Feb 18, 2011, at 10:11 PM, Darren Nickerson wrote:
>
>
> [root@rt postfix]# /opt/rt4/bin/rt-mailgate --queue sales --action comment
> --url http://rt4.ifax.com/ --debug
> test
> .
> /opt/rt4/bin/rt-mailgate: temp file is '/tmp/D8IMPShIFr/6difOpAIKD'
> /opt/rt4/bin/rt-mailgate: connecting to
> http://rt4.ifax.com//REST/1.0/NoAuth/mail-gateway
> An Error Occurred
> =================
>
> 302 Found
>
> /opt/rt4/bin/rt-mailgate: undefined server error
Changing the invocation to:
/opt/rt4/bin/rt-mailgate --queue sales --action comment --url
http://rt4.ifax.com
(ie: removing the trailing slash) fixes this problem. Presumably I could have
handled that in the apache config as well.
Looking good!
-d