<br><font size=2 face="sans-serif">hi,</font>
<br>
<br><font size=2 face="sans-serif">on a RT3.8.8 i've successfully configured
NTLM authentification, but now i have a problem with fetchmail wich takes
the emails from an imap server.</font>
<br><font size=2 face="sans-serif">Fetchmail is able to grab the messages,
but when forwarding to /opt/rt3/sbin/rt-mailgate, apache is answering an
"401 Authorization required" so emails are not passed to RT (nor
deleted from the server)</font>
<br>
<br><font size=2 face="sans-serif">I beleive i have a misconfiguration
either in apache or fetchmail rc file, but can't get it to work correctly,
may someone have a look ?</font>
<br>
<br><font size=2 face="sans-serif">/etc/crontab</font>
<br><font size=2 face="sans-serif">*/1 * * * 1-5 root fetchmail -f /root/.fetchmailrc
-v</font>
<br>
<br><font size=2 face="sans-serif">.fetchmailrc   (placed in /root/)</font>
<br><font size=2 face="sans-serif">poll imapserver proto imap</font>
<br><font size=2 face="sans-serif">user user@yy.com</font>
<br><font size=2 face="sans-serif">pass xxxxx</font>
<br><font size=2 face="sans-serif">mda "perl /opt/rt3/bin/rt-mailgate
--url </font><a href=http://myserver/><font size=2 face="sans-serif">http://myserver
--queue General --action correspond"</font></a>
<br>
<br><font size=2 face="sans-serif">rt3.conf</font>
<br><font size=2 face="sans-serif"><VirtualHost myserver:80></font>
<br><font size=2 face="sans-serif">   ServerName myserver</font>
<br><font size=2 face="sans-serif">   ServerAdmin xx@yy.com</font>
<br>
<br><font size=2 face="sans-serif">   DocumentRoot /opt/rt3/share/html</font>
<br><font size=2 face="sans-serif">   AddDefaultCharset UTF-8</font>
<br><font size=2 face="sans-serif">   </font>
<br><font size=2 face="sans-serif"> <Directory /opt/rt3/share/html/></font>
<br><font size=2 face="sans-serif">       Order allow,deny</font>
<br><font size=2 face="sans-serif">       Allow from
all</font>
<br><font size=2 face="sans-serif">       AuthName
"Request Tracker"</font>
<br><font size=2 face="sans-serif">       AuthType
NTLM</font>
<br><font size=2 face="sans-serif">       NTLMAuth
on</font>
<br><font size=2 face="sans-serif">       NTLMAuthoritative
on</font>
<br><font size=2 face="sans-serif">       NTLMDomain
mydomain</font>
<br><font size=2 face="sans-serif">       NTLMServer
machine.mydomain</font>
<br><font size=2 face="sans-serif">       require valid-user</font>
<br><font size=2 face="sans-serif">   </Directory></font>
<br>
<br><font size=2 face="sans-serif">   PerlModule Apache2::compat</font>
<br><font size=2 face="sans-serif">   PerlModule Apache::DBI</font>
<br><font size=2 face="sans-serif">   PerlRequire /opt/rt3/bin/webmux.pl</font>
<br>
<br><font size=2 face="sans-serif">   <Location /></font>
<br><font size=2 face="sans-serif">           
SetHandler perl-script</font>
<br><font size=2 face="sans-serif">           
PerlHandler RT::Mason</font>
<br><font size=2 face="sans-serif">   </Location></font>
<br><font size=2 face="sans-serif">   <Location /NoAuth></font>
<br><font size=2 face="sans-serif">        Satisfy
any</font>
<br><font size=2 face="sans-serif">        Allow from
all</font>
<br><font size=2 face="sans-serif">   </Location></font>
<br>
<br><font size=2 face="sans-serif"></VirtualHost></font>
<br><font size=2 face="sans-serif"><br>
Raphaël</font><PRE>#
" Ce courriel et les documents qui lui sont joints peuvent contenir des
informations confidentielles ou ayant un caractère privé. S'ils ne vous sont
pas destinés, nous vous signalons qu'il est strictement interdit de les
divulguer, de les reproduire ou d'en utiliser de quelque manière que ce
soit le contenu. Si ce message vous a été transmis par erreur, merci d'en
informer l'expéditeur et de supprimer immédiatement de votre système
informatique ce courriel ainsi que tous les documents qui y sont attachés."


                               ******

" This e-mail and any attached documents may contain confidential or
proprietary information. If you are not the intended recipient, you are
notified that any dissemination, copying of this e-mail and any attachments
thereto or use of their contents by any means whatsoever is strictly
prohibited. If you have received this e-mail in error, please advise the
sender immediately and delete this e-mail and all attached documents
from your computer system."
#
</PRE>