steffen: server/kolabd/kolabd/doc README.outlook,NONE,1.1

cvs at intevation.de cvs at intevation.de
Tue May 3 14:12:08 CEST 2005


Author: steffen

Update of /kolabrepository/server/kolabd/kolabd/doc
In directory doto:/tmp/cvs-serv7599

Added Files:
	README.outlook 
Log Message:
Description of the Outlook forwarding problem/solution

--- NEW FILE: README.outlook ---
Outlook specific issues
=======================

Last edited $Id: README.outlook,v 1.1 2005/05/03 12:12:06 steffen Exp $

Microsoft Outlook acts a little peculiar when forwarding iCal
invitation messages. Such messages are just passed on to the new
recipient without having headers modified. This causes such messages
to be rejected by the Kolab server.

As a solution to this problem the mail filter on the server can
capture such messages and embed them as an attachment to an email
message with valid headers and a short description that the message is
forwarded.

Additionally, some versions of Outlook are incapable of recognizing
non-ascii charaters in such forwarded messages, so the filter rewrites
common non-ascii characters to ascii (for example ö => oe).

resmgr.conf.template has an option for allowing or disallowing
"Outlook forwarding". Set

$params['allow_outlook_ical_forward']  = true;

to enable (default) or

$params['allow_outlook_ical_forward']  = false;

to disable.




More information about the commits mailing list