<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40"><head><meta http-equiv=Content-Type content="text/html; charset=us-ascii"><meta name=Generator content="Microsoft Word 14 (filtered medium)"><style><!--
/* Font Definitions */
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri","sans-serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:"Calibri","sans-serif";
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-family:"Calibri","sans-serif";}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]--></head><body lang=EN-US link=blue vlink=purple><div class=WordSection1><p class=MsoNormal>A brief summary of what I did to get RT mail working with Exchange 2007 without opening up plaintext passwords in Exchange. – Mike <o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>CentOS 5.7 (Final)<o:p></o:p></p><p class=MsoNormal>RT 4.0.2 <o:p></o:p></p><p class=MsoNormal>fetchmail release 6.3.21+NTLM+SSL+HESIOD+NLS <o:p></o:p></p><p class=MsoNormal>Exchange 2007<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>Install openssl and openssl-devel<o:p></o:p></p><p class=MsoNormal>Download latest fetchmail package<o:p></o:p></p><p class=MsoNormal>Unpack and cd to fetchmail-6.3.21<o:p></o:p></p><p class=MsoNormal>./configure --enable-NTLM --with-ssl<o:p></o:p></p><p class=MsoNormal>make && make install<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>add these to /etc/aliases:<o:p></o:p></p><p class=MsoNormal># Request Tracker aliases<o:p></o:p></p><p class=MsoNormal>kiss: "|/opt/smrsh/rt-mailgate --queue general --action correspond --url http://<server>.<domain>.com/"<o:p></o:p></p><p class=MsoNormal>kiss-comment: "|/opt/smrsh/rt-mailgate --queue general --action comment --url <a href="http://%3cserver%3e.%3cdomain%3e.com/">http://<server>.<domain>.com/</a>"<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>this fetchmailrc worked for me:<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>[rt_user@x-tracker-01 ~]$ cat .fetchmailrc<o:p></o:p></p><p class=MsoNormal># Configuration created Fri Nov 18 16:22:13 2011 by fetchmailconf 1.57<o:p></o:p></p><p class=MsoNormal>set postmaster "postmaster"<o:p></o:p></p><p class=MsoNormal>set bouncemail<o:p></o:p></p><p class=MsoNormal>set no spambounce<o:p></o:p></p><p class=MsoNormal>set softbounce<o:p></o:p></p><p class=MsoNormal>set properties ""<o:p></o:p></p><p class=MsoNormal>set daemon 20<o:p></o:p></p><p class=MsoNormal>poll mail.<domain>.com with proto IMAP and options no dns<o:p></o:p></p><p class=MsoNormal>       user 'rt_requests' there with password 'keepmefromlookingsilly’ is 'kiss' here options stripcr ssl<o:p></o:p></p><p class=MsoNormal> mda '/opt/rt4/bin/rt-mailgate --url http://<server>.<domain>.com. --queue General --action correspond'<o:p></o:p></p></div></body></html>