From a298a43f65350dc268d2e382bb13fed3ca814e16 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martti=20Rannanj=C3=A4rvi?= Date: Tue, 10 May 2016 13:51:29 +0300 Subject: [PATCH] doc: remove doveadm mount manpages --- doc/man/Makefile.am | 2 - doc/man/doveadm-mount.1.in | 94 -------------------------------------- doc/man/doveadm.1.in | 7 +-- 3 files changed, 1 insertion(+), 102 deletions(-) delete mode 100644 doc/man/doveadm-mount.1.in diff --git a/doc/man/Makefile.am b/doc/man/Makefile.am index 6390ed769b..b06909a743 100644 --- a/doc/man/Makefile.am +++ b/doc/man/Makefile.am @@ -37,7 +37,6 @@ nodist_man1_MANS = \ doveadm-kick.1 \ doveadm-log.1 \ doveadm-mailbox.1 \ - doveadm-mount.1 \ doveadm-move.1 \ doveadm-penalty.1 \ doveadm-proxy.1 \ @@ -86,7 +85,6 @@ EXTRA_DIST = \ doveadm-kick.1.in \ doveadm-log.1.in \ doveadm-mailbox.1.in \ - doveadm-mount.1.in \ doveadm-move.1.in \ doveadm-penalty.1.in \ doveadm-proxy.1.in \ diff --git a/doc/man/doveadm-mount.1.in b/doc/man/doveadm-mount.1.in deleted file mode 100644 index 1e121ca620..0000000000 --- a/doc/man/doveadm-mount.1.in +++ /dev/null @@ -1,94 +0,0 @@ -.\" Copyright (c) 2012-2016 Dovecot authors, see the included COPYING file -.TH DOVEADM\-MOUNT 1 "2012-02-16" "Dovecot v2.2" "Dovecot" -.SH NAME -doveadm\-mount \- Manage the list of mountpoints where mails are stored -.\"------------------------------------------------------------------------ -.SH SYNOPSIS -.BR doveadm " [" \-Dv "] [" \-f -.IR formatter ] -.B mount -.IR command " [" arguments ] -.\"------------------------------------------------------------------------ -.SH DESCRIPTION -The doveadm -.B mount -.IR command s -can be used to manage the list of mountpoints where mails are stored. -This is used mainly for better error handling when a mountpoint isn\(aqt -mounted for some reason: -.TP 4 -* -If a mail directory doesn\(aqt exist, it\(aqs autocreated. -If the user\(aqs mails aren\(aqt mounted and filesystem permissions still -allow the autocreation, the user will see an empty mailbox and later will -have to redownload all mails. -If the mountpoint is known to be unmounted, Dovecot will simply fail -opening any mailboxes. -.TP -* -If dbox alternate storage isn\(aqt mounted and a mail in it is attempted to -be accessed, Dovecot normally rebuilds the indexes and notices that all the -mails in alt storage are expunged. -When the alt storage is mounted back and even if index is again rebuilt, -the mails won\(aqt necessarily become visible anymore for IMAP clients. -If the mountpoint is known to be unmounted, Dovecot won\(aqt rebuild -indexes and lose the mails. -.PP -Dovecot automatically adds mountpoints to this list at startup. -If you don\(aqt want some of the mountpoints added, you can add a wildcard -ignore for it. -.\"------------------------------------------------------------------------ -@INCLUDE:global-options-formatter@ -.\"------------------------------------------------------------------------ -.SH ARGUMENTS -.TP -.I path -The directory name of a mountpoint -.\"------------------------------------- -.TP -.I state -The -.I state -of a mountpoint. -Either -.BR online " or " ignore . -.\"------------------------------------------------------------------------ -.SH COMMANDS -.SS mount add -.B doveadm mount add -.RI [ path " [" state ]] -.PP -If this command is run without any parameters, doveadm detects all missing -mountpoints and adds them (the same way as when Dovecot does at startup). -.PP -When a mountpoint -.I path -is given, it\(aqs added as a mountpoint. -The -.I state -can currently be either -.RB \(dq online \(dq -(default) or -.RB \(dq ignore \(dq. -The ignore state is mainly useful with path wildcards to add mountpoints -that you never want Dovecot to automatically add, such as: -.B doveadm mount add '/mnt/*' ignore -.\"------------------------------------- -.SS mount list -.BR doveadm " [" \-Dv " ] [" \-f -.IR formatter ] -.B mount list -.PP -This command lists the mountpoints known to Dovecot and their state. -.\"------------------------------------- -.SS mount remove -.BI "doveadm mount remove " path -.PP -This command removes the specified -.I path -from the mountpoint list. -.\"------------------------------------------------------------------------ -@INCLUDE:reporting-bugs@ -.\"------------------------------------------------------------------------ -.SH SEE ALSO -.BR doveadm (1) \ No newline at end of file diff --git a/doc/man/doveadm.1.in b/doc/man/doveadm.1.in index 09bdcfea11..7c01438fa9 100644 --- a/doc/man/doveadm.1.in +++ b/doc/man/doveadm.1.in @@ -64,11 +64,6 @@ Disconnect users by user name and/or IP address. Locate, test or reopen Dovecot\(aqs log files. .\"------------------------------------- .TP -.B doveadm mount -.BR doveadm\-mount (1), -Manage the list of mountpoints where mails are stored. -.\"------------------------------------- -.TP .B doveadm penalty .BR doveadm\-penalty (1), Show current penalties. @@ -247,4 +242,4 @@ Plugin specific settings. .BR doveadm\-help (1), .BR doveconf (1), .BR dovecot (1), -.BR doveadm\-search\-query (7) \ No newline at end of file +.BR doveadm\-search\-query (7)