├── .gitiginore ├── COPYING ├── MacOSX-StartupItem.tar.gz ├── Makefile.maildirlock ├── README.maildirlock ├── README.md ├── core-tar.sh ├── courier-dovecot-migrate-1.0.pl ├── courier-dovecot-migrate.pl ├── courierimap-dovecotpop3-merge.pl ├── create_dovecot_shares-1.06 ├── cyrus2courier-1.6.ts.tar.gz ├── dbox-anonymize.pl ├── dbox-dewrap.pl ├── dcrypt-decrypt.py ├── decompress-dovecot-lz4.py ├── director-shard.lua ├── director-test-admin.sh ├── director-test.pl ├── director.lua ├── doveadm-obfuscate.pl ├── dovecot-2.4.0-example-config.tar.gz ├── dovecot-index-copy.pl ├── index2maildir.pl ├── linux-maps-parse-imap.pl ├── maildir-metadata.sh ├── maildir-obfuscate.pl ├── maildir-size-check.sh ├── maildir-size-fix.pl ├── maildirlock.c ├── mb2md.pl ├── mbox-anonymize.pl ├── mdbox-copy-obfuscated.sh ├── mdbox-obfuscate.pl ├── mdbox-recover.pl ├── migration_wuimp_to_dovecot.pl ├── mkcert.sh ├── nfstest.c ├── nfstest2.c ├── pop3-migrate-rawlog-debug.pl ├── pop3test.c ├── procmail2sieve.pl ├── qmail-pop3d-dovecot-migrate.pl ├── squat-dump.c ├── stats-get-all.sh ├── stats-top.pl ├── stats.pl ├── tab-formatter.pl └── watch-stats.py /.gitiginore: -------------------------------------------------------------------------------- 1 | *~ 2 | .*.swp 3 | -------------------------------------------------------------------------------- /COPYING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dovecot/tools/HEAD/COPYING -------------------------------------------------------------------------------- /MacOSX-StartupItem.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dovecot/tools/HEAD/MacOSX-StartupItem.tar.gz -------------------------------------------------------------------------------- /Makefile.maildirlock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dovecot/tools/HEAD/Makefile.maildirlock -------------------------------------------------------------------------------- /README.maildirlock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dovecot/tools/HEAD/README.maildirlock -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dovecot/tools/HEAD/README.md -------------------------------------------------------------------------------- /core-tar.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dovecot/tools/HEAD/core-tar.sh -------------------------------------------------------------------------------- /courier-dovecot-migrate-1.0.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dovecot/tools/HEAD/courier-dovecot-migrate-1.0.pl -------------------------------------------------------------------------------- /courier-dovecot-migrate.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dovecot/tools/HEAD/courier-dovecot-migrate.pl -------------------------------------------------------------------------------- /courierimap-dovecotpop3-merge.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dovecot/tools/HEAD/courierimap-dovecotpop3-merge.pl -------------------------------------------------------------------------------- /create_dovecot_shares-1.06: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dovecot/tools/HEAD/create_dovecot_shares-1.06 -------------------------------------------------------------------------------- /cyrus2courier-1.6.ts.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dovecot/tools/HEAD/cyrus2courier-1.6.ts.tar.gz -------------------------------------------------------------------------------- /dbox-anonymize.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dovecot/tools/HEAD/dbox-anonymize.pl -------------------------------------------------------------------------------- /dbox-dewrap.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dovecot/tools/HEAD/dbox-dewrap.pl -------------------------------------------------------------------------------- /dcrypt-decrypt.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dovecot/tools/HEAD/dcrypt-decrypt.py -------------------------------------------------------------------------------- /decompress-dovecot-lz4.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dovecot/tools/HEAD/decompress-dovecot-lz4.py -------------------------------------------------------------------------------- /director-shard.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dovecot/tools/HEAD/director-shard.lua -------------------------------------------------------------------------------- /director-test-admin.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dovecot/tools/HEAD/director-test-admin.sh -------------------------------------------------------------------------------- /director-test.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dovecot/tools/HEAD/director-test.pl -------------------------------------------------------------------------------- /director.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dovecot/tools/HEAD/director.lua -------------------------------------------------------------------------------- /doveadm-obfuscate.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dovecot/tools/HEAD/doveadm-obfuscate.pl -------------------------------------------------------------------------------- /dovecot-2.4.0-example-config.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dovecot/tools/HEAD/dovecot-2.4.0-example-config.tar.gz -------------------------------------------------------------------------------- /dovecot-index-copy.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dovecot/tools/HEAD/dovecot-index-copy.pl -------------------------------------------------------------------------------- /index2maildir.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dovecot/tools/HEAD/index2maildir.pl -------------------------------------------------------------------------------- /linux-maps-parse-imap.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dovecot/tools/HEAD/linux-maps-parse-imap.pl -------------------------------------------------------------------------------- /maildir-metadata.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dovecot/tools/HEAD/maildir-metadata.sh -------------------------------------------------------------------------------- /maildir-obfuscate.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dovecot/tools/HEAD/maildir-obfuscate.pl -------------------------------------------------------------------------------- /maildir-size-check.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dovecot/tools/HEAD/maildir-size-check.sh -------------------------------------------------------------------------------- /maildir-size-fix.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dovecot/tools/HEAD/maildir-size-fix.pl -------------------------------------------------------------------------------- /maildirlock.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dovecot/tools/HEAD/maildirlock.c -------------------------------------------------------------------------------- /mb2md.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dovecot/tools/HEAD/mb2md.pl -------------------------------------------------------------------------------- /mbox-anonymize.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dovecot/tools/HEAD/mbox-anonymize.pl -------------------------------------------------------------------------------- /mdbox-copy-obfuscated.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dovecot/tools/HEAD/mdbox-copy-obfuscated.sh -------------------------------------------------------------------------------- /mdbox-obfuscate.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dovecot/tools/HEAD/mdbox-obfuscate.pl -------------------------------------------------------------------------------- /mdbox-recover.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dovecot/tools/HEAD/mdbox-recover.pl -------------------------------------------------------------------------------- /migration_wuimp_to_dovecot.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dovecot/tools/HEAD/migration_wuimp_to_dovecot.pl -------------------------------------------------------------------------------- /mkcert.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dovecot/tools/HEAD/mkcert.sh -------------------------------------------------------------------------------- /nfstest.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dovecot/tools/HEAD/nfstest.c -------------------------------------------------------------------------------- /nfstest2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dovecot/tools/HEAD/nfstest2.c -------------------------------------------------------------------------------- /pop3-migrate-rawlog-debug.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dovecot/tools/HEAD/pop3-migrate-rawlog-debug.pl -------------------------------------------------------------------------------- /pop3test.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dovecot/tools/HEAD/pop3test.c -------------------------------------------------------------------------------- /procmail2sieve.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dovecot/tools/HEAD/procmail2sieve.pl -------------------------------------------------------------------------------- /qmail-pop3d-dovecot-migrate.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dovecot/tools/HEAD/qmail-pop3d-dovecot-migrate.pl -------------------------------------------------------------------------------- /squat-dump.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dovecot/tools/HEAD/squat-dump.c -------------------------------------------------------------------------------- /stats-get-all.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dovecot/tools/HEAD/stats-get-all.sh -------------------------------------------------------------------------------- /stats-top.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dovecot/tools/HEAD/stats-top.pl -------------------------------------------------------------------------------- /stats.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dovecot/tools/HEAD/stats.pl -------------------------------------------------------------------------------- /tab-formatter.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dovecot/tools/HEAD/tab-formatter.pl -------------------------------------------------------------------------------- /watch-stats.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dovecot/tools/HEAD/watch-stats.py --------------------------------------------------------------------------------