28 Jan
2020
28 Jan
'20
10:31 a.m.
‐‐‐‐‐‐‐ Original Message ‐‐‐‐‐‐‐ On Tuesday, January 28, 2020 9:06 AM, Sami Ketola sami.ketola@dovecot.fi wrote:
doveadm does not travel over namespace boundaries. you need to run it separately for all namespaces you have with NAMESPACE/* as folder
I see, so with my following namespace config:
namespace inbox { separator = . prefix = INBOX. inbox = yes }
I should use the following command:
sudo doveadm -Dv force-resync -u email@domain.com inbox/*
is this correct? because with this command it does not seem to do anything, even if I escape the '*' with '\*'.