[Dovecot] 1.0.rc10 released
Remi Gacogne
rgacogne at aquaray.com
Mon Oct 16 15:54:14 UTC 2006
Le 16 oct. 06 à 15:48, Petar Bogdanovic a écrit :
> 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 {} \;
>
> ;)
find /path -name 'dovecot.index.*' -delete
;)
More information about the dovecot
mailing list