Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

auth/passdb: Document nologin behavior with lmtp and doveadm #1037

Merged
merged 1 commit into from
Sep 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions data/updates.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ export const updates = {
ja3_identifier: '2.4.0',
lazy_expunge_namespace: '2.3.0',
ldap_multi_added: '2.4.0',
lmtp_nologin_added: '2.4.0',
lua_auth_init: '2.4.0',
lua_dns_client: '2.4.0',
lua_script_init: '2.4.0',
Expand Down
9 changes: 9 additions & 0 deletions docs/core/config/auth/passdb.md
Original file line number Diff line number Diff line change
Expand Up @@ -501,6 +501,15 @@ assume that the password was given wrong, so it might not be a good idea to use
this unless the system will be down for days and you don't have a better way to
notify the users.

::: warning
The `nologin` field is mainly intended for user logins (IMAP, POP3,
ManageSieve). It is ignored with `doveadm`, because the intention is that admin
could still be able to access a disabled user via `doveadm`.

[[changed,lmtp_nologin_added]] The `nologin` field prevents LMTP access now
as long as [[setting,lmtp_proxy,yes]]. However, the `reason` field is ignored.
:::

::: info Note
If you want to entirely block the user from logging in (i.e. account is
suspended), with no IMAP referral information provided, you must ensure that
Expand Down
Loading