* Thore Bödecker <[email protected]>: > You might need to quote that last argument, otherwise it can get > interpreted by the shell as globbing, which obviously is not what you > want. > > I've been using wildcard arguments enclosed within '' and "" for > various doveadm commands without issues so far.
Right. I had thought so too (and forgot to mention it in my intial post), but it doesn't make a difference: # /bin/doveadm mailbox list -s -u [email protected] shared\* # /bin/doveadm mailbox list -s -u [email protected] "shared*" # /bin/doveadm mailbox list -s -u [email protected] 'shared*' # /bin/doveadm mailbox list -s -u [email protected] "shared\*" # /bin/doveadm mailbox list -s -u [email protected] 'shared\*' p@rick -- [*] sys4 AG https://sys4.de, +49 (89) 30 90 46 64 Schleißheimer Straße 26/MG,80333 München Sitz der Gesellschaft: München, Amtsgericht München: HRB 199263 Vorstand: Patrick Ben Koetter, Marc Schiffbauer, Wolfgang Stief Aufsichtsratsvorsitzender: Florian Kirstein
