[rt-users] Mailgate (405 method not allowed)

Jean-Yan Beube jeany.berube at adsinc.ca
Fri Apr 2 05:29:35 EST 2004


hi

RT is working great with web interface, but i can't create tickets using
mailgate.

RT 3.0.9
Postfix
Apache 1.3 + Mod_Perl1

When i send an e-mail to rt, I can see this in my postqueue:

(temporary faillure. Commant Output: An Error Occured =================
405 method not allowed)

Here's my postfix aliases:


rt:  "|/opt/rt3/bin/rt-mailgate --queue general --action correspond
--url http://renard/"

rt-comment:  "|/opt/rt3/bin/rt-mailgate --queue general --action comment
--url http://renard/"

My apache httpd.conf:

<Virtualhost 192.168.40.6>
  ServerName renard
  DocumentRoot /opt/rt3/share/html
  AddDefaultCharset UTF-8

  PerlModule Apache::DBI
  PerlRequire /opt/rt3/bin/webmux.pl
  
<Location />
  SetHandler perl-script
  PerlHandler RT::Mason
  Options +ExecCGI
  PerlSendHeader On
  allow from all
</Location>

</Virtualhost>

Jean-Yan Berube 
Support Informatique
ADS inc.




More information about the rt-users mailing list