E-mail security is a sensitive topic that open-source e-mail server and client software address by providing several alternatives for performing authentication and confidentiality. In this article we explore the advantages of using GSSAPI/Kerberos authentication in e-mail systems and how to implement it using open source software.
Amongst all available alternatives, GSSAPI/Kerberos authentication can be considered as a favorite for several reasons.
To implement a fully Kerberized e-mail system. Three components need to be considered; IMAP server, SMTP server and e-mail clients. In a previous series of articles we have covered how to setup GSSAPI/Kerberos authentication in each of these components :
| IMAP server | How to setup the CYRUS IMAP server with GSSAPI/Kerberos authentication. |
| SMTP server | How to setup the Postfix SMTP server with GSSAPI/Kerberos authentication. |
| E-mail clients | Major e-mail clients have native support of GSSAPI/Kerberos authentication (e.g. Evolution, Thunderbird). Mutt also can support GSSAPI/Kerberos authentication.. |
| Labels: unix, security, howto |
|