16 Oct
2006
16 Oct
'06
11:31 a.m.
Mart Pirita wrote:
Tere.
Remember that since 1.0.rc9 release dovecot.index.cache files will get rebuilt in 64bit systems, and it's probably better to delete them
Any hint for good script to delete them from all users? And will this make any problems for users?
find /where/the/index/files/are/ -name dovecot.index*|xargs rm
cheers dirk