• Documentation
  • API Reference
  • REST API & UIs
Show / Hide Table of Contents
  • Introduction
  • Features
  • Persistence
    • Redis
    • Minio
  • SMTP
    • Basics
    • Authentication

Authentication

Pass .json file of the structure

{
    "username": "cleartext password"
}

or with encryption (highly recommended!):

{
    "username": "PBKDF2 or BCrypt hash"
}

it's also highly recommended to use salts when hashig the passwords! The salt can be passed to the MailHole.SmtpListener by defining the environment variable SMTP_AUTH_SALT.

  • Improve this Doc
Back to top Copyright © 2015-2017 Microsoft
Generated by DocFX