[Dovecot] 1.0.rc10 released
Petar Bogdanovic
p+lists at 2006.smokva.net
Mon Oct 16 14:48:33 UTC 2006
On Mon, Oct 16, 2006 at 10:42:59AM +0200, Geert Hendrickx wrote:
> On Mon, Oct 16, 2006 at 10:31:23AM +0200, Dirk Essl wrote:
> > Mart Pirita wrote:
> > >Any hint for good script to delete them from all users?
> >
> > find /where/the/index/files/are/ -name dovecot.index*|xargs rm
>
> Don't forget to escape the *.
>
> find /path -name dovecot.index.\* | xargs rm
find /path -name 'dovecot.index.*' -exec rm {} \;
;)
More information about the dovecot
mailing list