On Thu, 15 Sep 2005, Jamie Nudds wrote: > From: Jamie Nudds <[EMAIL PROTECTED]> > To: Exim Users List <[email protected]> > Date: Thu, 15 Sep 2005 15:42:30 +0100 > Subject: [exim] Oulook 2003: no message ID > > I have exim 4.50 server that posts emails to a newsgroup server > (innd) via mailpost. However when Outlook 2003 users email to the > newsgroup it is rejected with the reason "no Message-ID: found". > > I have now seen that outlook 2003 does not include message ID's > unless sent via an Exchange server. Can I config Exim somehow to > get round this? or can anyone advise a look around for this?
Use: control = submission in an appropriate ACL. Submission mode is described in Chapter 43 of the exim manual. A Message-ID header will be added if necessary. -- Dennis Davis, BUCS, University of Bath, Bath, BA2 7AY, UK [EMAIL PROTECTED] Phone: +44 1225 386101 -- ## List details at http://www.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://www.exim.org/eximwiki/
