Changes between Version 5 and Version 6 of mf-split-mailbox
- Timestamp:
- Mar 7, 2013, 5:28:57 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
mf-split-mailbox
v5 v6 16 16 }}} 17 17 18 To see the directories that exist and space being used 19 {{{ 20 username@server:~$ du -h Maildir/ | sort -h 21 }}} 22 23 To see how many emails are in the inbox use: 24 {{{ 25 username@server:~$ ls -l Maildir/cur/ | wc -l 26 }}} 27 28 Then run command: 29 {{{ 30 mf-split-mailbox 31 }}} 18 32 19 33 Optionally you can run the command such that it leaves a different number of emails in the in box with this syntax: … … 23 37 }}} 24 38 39 To confirm split has worked, re-run: 40 {{{ 41 username@server:~$ ls -l Maildir/cur/ | wc -l 42 }}} 43 44 Now run: 45 {{{ 46 ls -a Maildir/ 47 }}} 48 49 Look for new directory for the moved directory with date, something like: 50 51 {{{ 52 .inbox-archive.2013-03-07 53 }}} 54 55 Then respond to member ticket with the name of the directory that all the mail has been moved to. 56 25 57 Where 2000 above is the number of emails to leave in the inbox.