Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

SASL Plain

Plain SASL auth using a username and password

Configuration

username

The account name used for authentication.

# Type: string # Values: any string # Default: not set [servers.<name>.sasl.plain] username = "username"

password

The password associated with the account used for authentication.

# Type: string # Values: any string # Default: not set [servers.<name>.sasl.plain] password = "password"

password_file

Read password from the file at the given path.[^1] [^2]

# Type: string # Values: any string # Default: not set [servers.<name>.sasl.plain] password_file = ""

password_file_first_line_only

Read password from the first line of password_file only.

# Type: boolean # Values: true, false # Default: true [servers.<name>] password_file_first_line_only = true

password_command

Executes the command with sh (or equivalent) and reads password as the output.

# Type: string # Values: any string # Default: not set [servers.<name>.sasl.plain] password_command = ""