Recovering deleted mailbox
Benny Pedersen
me at junc.eu
Thu Apr 28 07:36:40 UTC 2022
On 2022-04-28 09:00, Narcis Garcia wrote:
export MailAccount="user at example.org" && doveadm -v fts rescan -u
$MailAccount
> And "doveadm -v fts rescan -u $MailAccount" how it's specified
> mailbox(es)?
> '*'
> or the only syntax if for all?
for sql backends
# syntax for posgresql with postfixadmin database
iterate_query = SELECT username AS user FROM postfix_mailbox WHERE
active = '1'
this makes -A to do all users not just -u $MailAccount
hope this helps
More information about the dovecot
mailing list