Add pam_mapi (as authentication integration)

This commit is contained in:
Robert Scheck 2018-09-12 00:28:06 +02:00
parent 6716d5c5e3
commit 3c7d79ba09
1 changed files with 5 additions and 0 deletions

View File

@ -6,6 +6,7 @@ The goal of this repository is to provide an overview of third party projects in
- [Antivirus Helpers](#antivirus-helpers)
- [Anti Spam Helpers](#anti-spam-integrations)
- [Authentication integrations](#authentication-integrations)
- [Client integrations](#client-integrations)
- [Data integrations](#data-integrations)
- [Distributions integrating Kopano](#distributions-integrating-kopano)
@ -29,6 +30,10 @@ The goal of this repository is to provide an overview of third party projects in
- [inotify-spamlearn](https://github.com/bkram/inotify-spamlearn) - A companion to the Kopano Core kopano-spamd, which is included from Kopano Core 8.6 new, this tool can handle the actual spam and ham processing. `GPL-3.0`
- [kopano-dspam](https://github.com/psy0rz/kopano-dspam) - Monitors a Kopano server for mail-movements between folders to train a users Spamfilter (for example dspam or spamassasin)
### Authentication integrations
- [pam_mapi](https://linux.robert-scheck.de/software/pam_mapi/) - PAM module for authentication via MAPI against a Kopano server. [Source Code](https://ftp.robert-scheck.de/linux/pam_mapi/) `BSD/GPLv2+` `stable`
### Client integrations
- [Z-Push](https://wiki.z-hub.io/display/ZP) - Integrates mobile devices into Kopano through the ActiveSync protocol. [Source Code](https://stash.z-hub.io/projects/ZP/repos/z-push/) `AGPLv3` `stable`