From: Matthias A. <mat...@gm...> - 2009-04-30 14:06:18
|
Diogo Branco schrieb: > More details: > > SO - Windows XP SP3 > Version of Fetchmail - 6.3.9.1 There is no such version. If you are using the Cygwin package, it's 6.3.9-1, and the fetchmail version is 6.3.9. Ypu can find the fetchmail version in the "This is fetchmail release..." line at the top of the fetchmail -V output that you stripped. Are you using the official Cygwin package by Jason Tishler? > SMTP Listener - Exchange 2007 > > Output from command line Fetchmail -V: > > Fallback MDA: /usr/bin/procmail -d %T > CYGWIN_NT-5.1 fetchmail1 1.5.25(0.156/4/2) 2008-06-12 19:34 i686 Cygwin > fetchmail: POP3> RETR 1 > fetchmail: POP3< +OK 12327206 octets > fetchmail: reading message ***@********.*****:1 of 1 (12327206 octets) ... > fetchmail: Trying to connect to *********/25...connected. > fetchmail: SMTP< 220 ********* Microsoft ESMTP MAIL Service ready at Wed, 29 > Apr 2009 22:09:58 +0100 > fetchmail: SMTP> EHLO ************ > fetchmail: SMTP< 250-*********** Hello [*********] ... > fetchmail: SMTP< 250 XRDST > fetchmail: forwarding to **************/25 > fetchmail: SMTP> MAIL FROM:<****************> SIZE=12327206 > fetchmail: SMTP< 250 2.1.0 Sender OK > fetchmail: SMTP> RCPT TO:<*********> > fetchmail: SMTP< 250 2.1.5 Recipient OK > fetchmail: SMTP> DATA > fetchmail: SMTP< 354 Start mail input; end with <CRLF>.<CRLF> > fetchmail: error writing message text ... > fetchmail: MDA error while fetching from ************* Tracing the source code and taking into account your context, we fail in this path: transact.c -> stuffline -> SockWrite -> fm_write -> write() write() here pertains to writing onto the network socket to the Exchange server. Thus, either a firewall or other network problem or component is getting in the way, or Cygwin has hiccups, or the server is disconnecting during the transaction (which Rob already suggested). Please check and show the server's event log for this transaction and see what you can do about that. BTW, does Microsoft permit running Exchange 2007 on top of Windows XP, or is this communication problem just their way of telling you to buy Windows Server 2525? HTH Matthias Andree |