> On 17/03/2020 14:52 mabi <[email protected]> wrote: > > > ‐‐‐‐‐‐‐ Original Message ‐‐‐‐‐‐‐ > On Tuesday, March 17, 2020 1:38 PM, Aki Tuomi <[email protected]> > wrote: > > > If you have message-id you can use > > > > `doveadm search -u user HEADER MESSAGE-ID "messageid"` to find out the UID. > > I tried the following command: > > sudo doveadm search -u user admin\@domain.tld HEADER MESSAGE-ID > "[email protected]" > > But I get back the following error: > > Fatal: Unknown argument ADMIN\@DOMAIN.TLD
maybe try `sudo doveadm search -u admin\@domain.tld HEADER MESSAGE-ID "[email protected]"` Aki
