Hi!
I am trying to sync two imap servers so that i can change over from an external service to our own SME server. However, i'm getting some rather strange results for some of my users.
When downloading mail via fetchmail from the external to the internal server some users get their messages altered.
It looks like it could be related to MIME or something but i am having trouble pinpointing what's wrong.
Because of some earlier problems i've set the MX in the DNS locally to point at the external server, but i cant see this as a problem.
The problem is as follows. Fetchmail starts to download messages, all looks well and is well for the first 100 messages. Then there is a message containing an attachment, a Excel spreadsheet, let's name it Spreadsheet.xls. This message gets rather screwed up, and then, most of the messages after that one are altered to contain the following, and only this, as text:
Content-Type: application/msword;
name="Spreadsheet.xls"
Content-Disposition: inline;
filename="Spreadsheet.xls"
Content-Transfer-Encoding: base64
MIME-Version: 1.0
X-Mailer: MIME-tools 5.419 (Entity 5.419)
Even if the message is ok, all of the following messages have the same attachment Spreadsheet.xls.
Anyone got any ideas?
Asgeir