]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
doc: remove doveadm mount manpages
authorMartti Rannanjärvi <martti.rannanjarvi@dovecot.fi>
Tue, 10 May 2016 10:51:29 +0000 (13:51 +0300)
committerGitLab <gitlab@git.dovecot.net>
Thu, 12 May 2016 22:00:10 +0000 (01:00 +0300)
doc/man/Makefile.am
doc/man/doveadm-mount.1.in [deleted file]
doc/man/doveadm.1.in

index 6390ed769bad0c063e9a2d28f7c95268450b8964..b06909a743c7af572afa65d43cd298bfdfb23161 100644 (file)
@@ -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 (file)
index 1e121ca..0000000
+++ /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
index 09bdcfea1173cbdedaaebb47357fbe58ff53421e..7c01438fa947c494ce78bd9ad8a8db814f7f6a57 100644 (file)
@@ -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)