<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    On 09/23/2011 12:32 AM, josh.cole wrote:
    <blockquote cite="mid:32503857.post@talk.nabble.com" type="cite">
      <pre wrap="">
I add an account on our 2007 Exchange server to receive e-mails for RT. I
configured fetchmail for the exchange pop account but it fails to
authenticate. I've tested the credentials and connection settings by setting
up the pop account in Outlook. It works without fail. The exchange server
does require a secure login method. If I wanted to have the e-mails
delivered directly to the RT server can I create the accounts in Postfix on
the RT server so that I can use to get tickets via email into the queue's?
Can someone show me what the fetchmail config should look like in that
scenario? 

fetchmail: Query status=3 (AUTHFAIL)
The logs are also telling me that there was an error exchanging credentials. 
</pre>
    </blockquote>
    <code>poll <Server><br>
         proto pop3<br>
         user "user" pass "password"<br>
         to localuser here 
      <br>
         ssl<br>
      <br>
      The jist of how mine is set.<br>
      <br>
      -Matt<br>
    </code>
  </body>
</html>