diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2017-03-12 17:32:01 +0100 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2017-03-12 17:32:01 +0100 |
commit | c172881606bfa194399a0b181b419a34488331d6 (patch) | |
tree | 587148c1d0d8bd205e63f8b31934c1c8bcbd3cc6 /sys/man/8 | |
parent | dff78ef64a0f064e74108394b76a92889f8a2d54 (diff) |
add mdir(6), splitmbox(8) and update upasfs(4)
Diffstat (limited to 'sys/man/8')
-rw-r--r-- | sys/man/8/splitmbox | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/sys/man/8/splitmbox b/sys/man/8/splitmbox new file mode 100644 index 000000000..6922b261c --- /dev/null +++ b/sys/man/8/splitmbox @@ -0,0 +1,39 @@ +.TH SPLITMBOX 8 +.SH NAME +splitmbox \- split a mailbox into mdir format +.SH SYNOPSIS +.B splitmbox +[ +.B -l +] +[ +.I mbox +] +.SH DESCRIPTION +Splitmbox converts a mailbox in mbox format +into +.IR mdir (6) +format. +.I Mbox +is the mailbox to convert. +The default is +.B /mail/box/\f2user\f5/mbox +and the temporary destination is +.BR /mail/box/\f2user\f5/mboxdir . +.PP +After conversion, commands are printed +to remove the old mailbox and replace it +with the new. These must be executed by +hand to complete the conversion. The +.B -l +flag executes these commands rather than +printing them. +.SH "SEE ALSO" +.IR mdir (6), +.IR pop3 (8) +.SH BUGS +Curious manumatic process. +.PP +It's imperative that one close all imap +clients using the old upas system on +.BR imap.coraid.com . |