Changing to use secure http made it working:<br><br>rt:         "|/opt/rt3/bin/rt-mailgate --debug --queue general --action correspond --url <a href="https://rt.example.com/">https://rt.example.com/</a>"<br>rt-comment: "|/opt/rt3/bin/rt-mailgate --debug --queue general --action comment --url <a href="https://rt.example.com/">https://rt.example.com/</a>"<br>
<br>However, rt.log logged following errors:<br>[Sat Feb 19 00:47:07 2011] [warning]: Use of uninitialized value in string ne at /opt/rt3/bin/../lib/RT/Rule.pm line 59. (/opt/rt3/bin/../lib/RT/Rule.pm:59)<br><br>What caused this error?<br>
<br>Is using secure http required for rt-mailgate to work?<br><br>Simon<br><br><br><br>