RE: Iterate All Dovecot Users !

2017-08-31 Thread Nick Lekkas
: Iterate All Dovecot Users ! Am 31.08.2017 um 18:18 schrieb Nick Lekkas: > Hello to all ! > > I am trying to write a script that iterate all users that are created in > dovecot and postfix > Is there any way ..? > Hi Nick for user in $(doveadm user -u '*'); do echo $

Re: Iterate All Dovecot Users !

2017-08-31 Thread Arie Peterson
Nick Lekkas wrote: > I am trying to write a script that iterate all users that are created in > dovecot and postfix > Is there any way ..? You could try `doveadm user '*'` .