Simple plugin for kopano-dagent that rewrites incoming addresses to the 'SMTP' type.
https://notabug.org/hp/kopano-dagent-rewritegaladdresses
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
![]() |
3 years ago | |
---|---|---|
COPYING | 6 years ago | |
README.md | 6 years ago | |
RewriteGALAddressesToSMTP.py | 3 years ago |
README.md
kopano-dagent RewriteGALAddressesToSMTP
What is it
This is a plugin for Kopano (and perhaps Zarafa) dagent that rewrites incoming addresses to the 'SMTP' type.
By default dagent will look up the incoming address (To: and CC:) in the server's GAL and replace the recipients with a ZARAFA:
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
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.
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.