Table Of Contents

Previous topic

Baruwa on Ubuntu/Debian

Next topic

MTA Integration

This Page

External authentication

SMTP, POP3 and IMAP

Baruwa supports authentication to external authentication systems. SMTP, POP3, IMAP are supported out of the box. TLS, APOP are also supported to ensure user authentication details are protected over the wire.

Authentication is setup on a per domain basis.

Configuration

As the administrator click on the domain name and add an authentication server. The options are

  • Address (Either a hostname or IP address)
  • Protocol (POP3, IMAP, SMTP)
  • Port
  • Enabled
  • Split address (usernames with @ split into user and domain parts user part used to authenticate)

LDAP

Ldap authentication can be enabled by installing the Django-auth-ldap package. Please refer to their documentation on how to configure the package.