Re: [Exim] Problem with posting or subscribing to the Exim U…

Startseite
Nachricht löschen
Nachricht beantworten
Autor: Tor Slettnes
Datum:  
To: Enjoy your Day
CC: exim-users
Betreff: Re: [Exim] Problem with posting or subscribing to the Exim Users list!
On Jul 13, 2004, at 09:16, Enjoy your Day wrote:

> Well, if Outlook does not add message ids, does Exim not do that if it
> is missing? How can I get my Exim to add a message id header if none
> was created by Outlook?


Did anyone reply to you yet, other than "don't top-post"?

In your DATA acl, add:

   # Add Message-ID if missing in messages received from our own hosts.
   warn
     condition   = ${if !def:h_Message-ID: {1}}
     hosts       = +relay_from_hosts
     message     = Message-ID: <E$message_id@$primary_hostname>



-tor