kopano-dagent-rewritegaladd.../README.md

19 lines
903 B
Markdown
Raw Normal View History

2017-04-12 14:50:43 +02:00
# kopano-dagent RewriteGALAddressesToSMTP
2017-04-12 14:32:38 +02:00
## What is it
2017-04-12 14:50:43 +02:00
This is a plugin for Kopano (and perhaps Zarafa) dagent that rewrites incoming addresses to the 'SMTP' type.
2017-04-12 14:32:38 +02:00
By default dagent will look up the incoming address (To: and CC:) in the server's GAL and replace the recipients with a ZARAFA:<address> type.
What this means is that the information about what alias was used to receive the message is lost when viewing the message in WebApp or via z-push.
This plugin will read all relevant headers and undo this step.
## Installation
2017-04-12 14:52:25 +02:00
In a default kopano installation the Python plugin path is set to /var/lib/kopano/dagent/plugins. Simply place RewriteGALAddressesToSMTP.py in this directory and restart dagent. No configuration is necessary or possible.
2017-04-12 14:32:38 +02:00
## Requirements
This plugin has been tested on Kopano 8.4.0~254-49, it relies on python email package which should be installed by default.