[Dovecot] help on migrating some old Maildirs
Timo Sirainen
tss at iki.fi
Thu Jul 15 01:30:27 EEST 2010
On 14.7.2010, at 22.09, Leonardo Rodrigues wrote:
> anything that can be done, during the real restoration of them, to get their 'base filenames' renamed and getting the S= and W= parameters are completly acceptable, as messages are NOT indexed by dovecot yet.
Maybe the easiest would be:
for file in *; do
deliver -u username -m dest-mailbox -p $file
done
More information about the dovecot
mailing list