[rt-users] postfix: 405 Method Not Allowed

Francesc Guasch Ortiz frankie at etsetb.upc.es
Wed Apr 9 13:43:42 EDT 2003


Robert Jansen wrote:

Hi Robert, Ray and the others who answered. Thank you for trying
but I still can't make it work.
-----Original Message-----
 >> From: rt-users-admin at lists.fsck.com
 >> [mailto:rt-users-admin at lists.fsck.com] On Behalf Of Francesc
 >> Guasch Ortiz
 >
>>>I can't make work the mailgate.
>>>This is redhat-8.0 with apache-1.3.27 perl-5.8.0 rpm.
>>>I built mod_perl-1.27 from sources. This works from the web 
>>>client, but when I try to send a mail to it I get:
>>>
>>>  status=deferred (temporary failure. Command output: An 
>>>Error Occurred 
>>>=================  405 Method Not Allowed )

> Hi, This problem has been handled before. I had the same problem when moving from rt2 to rt3.
> It's the Apache config which probably still contains a "Filematch" directive from the RT2 install.

I haven't upgraded, this is a fresh installataion of RT3.0

> Read the README or the 3.0 draftmanual where you will see in the install section that the Apache config has 
> changed slightly.

I followed the draftmanual when I installed it.

I had a problem and I can't run RT from the VirtualHost, so the
whole site serves the RT. I hope this isn't what brings the
problem. I have built some mod_perl servers before.

Instead of putting the directives in the VirtualHost, I  changed
the global variables. This is what I got:

   ServerName theserver.name.com
   DocumentRoot /opt/rt3/share/html
   AddDefaultCharset UTF-8

   <Directory />
     Options FollowSymLinks
     AllowOverride None
   </Directory>

   PerlModule Apache::DBI
   PerlRequire /opt/rt3/bin/webmux.pl
   DirectoryIndex index.html

   <Location />
         AddHandler perl-script .html
         PerlHandler RT::Mason
        Options Indexes
   </Location>

I didn't copied here some default config parameters
from the redhat rpm installation.

What am I missing ?




More information about the rt-users mailing list