From 3a79ea0248e58b75661a9ad26407429f5e293ff8 Mon Sep 17 00:00:00 2001 From: Michael M Slusarz Date: Mon, 30 Dec 2024 09:29:08 -0700 Subject: [PATCH 1/3] man: Fix passdb_field text in doveadm-who man page --- docs/core/man/doveadm-who.1.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/core/man/doveadm-who.1.md b/docs/core/man/doveadm-who.1.md index 9ce06ab3a..058206518 100644 --- a/docs/core/man/doveadm-who.1.md +++ b/docs/core/man/doveadm-who.1.md @@ -36,7 +36,7 @@ This command uses by default the output formatter **table**. setting was overridden in */etc/dovecot/dovecot.conf*. **-f** *passdb_field* -: Alternative username field to use for kicking, as returned by passdb. +: Alternative username field to use for querying, as returned by passdb. Only the passdb fields beginning with the *user_* prefix are tracked. From 32127e52e169ccd4f2961298eb11eed7ce2afa20 Mon Sep 17 00:00:00 2001 From: Michael M Slusarz Date: Mon, 30 Dec 2024 23:30:24 -0700 Subject: [PATCH 2/3] doveadm: doveadm who mask is either username OR IP address arg --- data/doveadm.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/doveadm.js b/data/doveadm.js index 6cef96428..cb2b76912 100644 --- a/data/doveadm.js +++ b/data/doveadm.js @@ -2266,7 +2266,7 @@ returned.`, //example: `testuser001`, positional: true, type: doveadm_arg_types.ARRAY, - text: `UID mask.`, + text: `UID -or- IP Address mask.`, }, }, man: 'doveadm-who', From 19099b0ff889f7fe6a842ca7202a3f665d71aa8b Mon Sep 17 00:00:00 2001 From: Michael M Slusarz Date: Thu, 19 Dec 2024 12:30:36 -0700 Subject: [PATCH 3/3] doveadm-save: Add missing mail-file argument Also, fix deflist indents so it displays properly. --- docs/core/man/doveadm-save.1.md | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/docs/core/man/doveadm-save.1.md b/docs/core/man/doveadm-save.1.md index 287a5ee77..e24a70921 100644 --- a/docs/core/man/doveadm-save.1.md +++ b/docs/core/man/doveadm-save.1.md @@ -40,14 +40,22 @@ quota is enforced. : Store mail to specified mailbox instead of INBOX. **-U** *uid* -: Save the mail using the given UID, if possible. +: Save the mail using the given UID, if possible. **-g** *guid* -: Save the mail using the given GUID. +: Save the mail using the given GUID. **-r** *received-date* -: Save the mail using the given received-date timestamp. This is in the - "human timestamp" format as described by [[man,doveadm-search-query,,7]]. +: Save the mail using the given received-date timestamp. This is in the + "human timestamp" format as described by [[man,doveadm-search-query,,7]]. + +## ARGUMENTS + +*mail-file* +: The message data to save. + + - If *mail-file* is `-`, the message is read from stdin (default). + - Otherwise, *mail-file* resolves as a file path. ## EXAMPLE