< Home - < Back

pam_mapi


Information about the package, pam_mapi, which is shipped with common Linux distributions. The pam_mapi package is designed for, PAM module for authentication via MAPI against a Zarafa server.


Package Name:

pam_mapi

Summary:

PAM module for authentication via MAPI against a Zarafa server

Description:

pam_mapi is a PAM module (Pluggable Authentication Modules) for authentication against a Zarafa server. Applications like Zarafa WebAccess, Zarafa WebApp or Microsoft Outlook which directly connect to the Zarafa Collaboration Platform use MAPI in SOAP to do so. If Zarafa is configured to use the DB authentication plugin, all user information are stored in a MySQL database. Once IMAP/POP3 is used via the Zarafa Gateway, SMTP gets involved for outbound e-mails, too. Usually this requires SMTP authentication (to avoid open relays), but the user information in the MySQL database is unfortunately not accessible for established SASL daemons. The pam_mapi module is filling this gap by adding MAPI-based authentication to PAM and thus to SMTP daemons via SASL. Just execute "cat /usr/share/doc/pam_mapi-0.3.2/pam.conf > /etc/pam.d/smtp" for a simple setup. Please read the documentation for more extended configurations.

Architecture:

x86_64

Version:

0.3.2

Release:

1.el6

Size:

22 k

Repository:

epel

From Repository:

Licence:

BSD and GPLv2+



Handy Yum Commands for pam_mapi


Control the pam_mapi package with the following handy commands outlined below.


Command

Description of Command

yum install pam_mapi

This command will install pam_mapi on the server.

yum remove pam_mapi

This command will un-install pam_mapi on the server. When you run this command, you will be asked if you are sure that you want to remove pam_mapi, so you have to manually confirm that you want to do this.

yum -y remove pam_mapi

This command will un-install pam_mapi on the server. When you run this command with th e -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove pam_mapi when using the -y flag.

yum update pam_mapi

This command will update pam_mapi to the latest version. When you run this command, you will be asked if you are sure that you want to remove pam_mapi, so you have to manually confirm that you want to do this.

yum -y update pam_mapi

This command will update pam_mapi to the latest version. When you run this command with the -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove pam_mapi when using the -y flag.

yum info pam_mapi

This command will show you core information about the pam_mapi package.

yum deplist pam_mapi

This command will show you the dependencies for pam_mapi. Thankfully, when using Yum, if dependencies are required, these are also installed at the same time so you don't have to worry too much about that.

yum check-update pam_mapi

This command will check if there is an update waiting on pam_mapi. When you run this command this will return nothing if there is nothing to update, or, will return the package name if the package is due to be updated.