~ubuntu-branches/ubuntu/wily/dovecot/wily

« back to all changes in this revision

Viewing changes to doc/man/doveadm-exec.1.in

  • Committer: Package Import Robot
  • Author(s): Jaldhar H. Vyas
  • Date: 2013-09-09 00:57:32 UTC
  • mfrom: (1.13.11)
  • mto: (4.8.5 experimental) (1.16.1)
  • mto: This revision was merged to the branch mainline in revision 97.
  • Revision ID: package-import@ubuntu.com-20130909005732-dn1eell8srqbhh0e
Tags: upstream-2.2.5
ImportĀ upstreamĀ versionĀ 2.2.5

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.\" Copyright (c) 2013 Dovecot authors, see the included COPYING file
 
2
.TH DOVEADM\-EXEC 1 "2013-08-05" "Dovecot v2.2" "Dovecot"
 
3
.SH NAME
 
4
doveadm\-exec \- easily execute commands from Dovecot\(aqs libexec_dir
 
5
.\"------------------------------------------------------------------------
 
6
.SH SYNOPSIS
 
7
.BR doveadm " [" \-Dv "] " exec
 
8
.IR binary " [" "binary arguments" ]
 
9
.\"------------------------------------------------------------------------
 
10
.SH DESCRIPTION
 
11
This command allows administrators and local users to simply execute
 
12
commands from within
 
13
.IR libexec_dir .
 
14
So for example a logged in system user could start a pre\-authenticated
 
15
imap session, using the command:
 
16
.BR "doveadm exec imap" .
 
17
An administrator would use the command:
 
18
.B "doveadm exec imap \-u"
 
19
.IR username .
 
20
.\"------------------------------------------------------------------------
 
21
@INCLUDE:global-options@
 
22
.\"------------------------------------------------------------------------
 
23
.SH ARGUMENTS
 
24
.TP
 
25
.I binary
 
26
the name of an executable located in
 
27
.IR @pkglibexecdir@ .
 
28
.\"-------------------------------------
 
29
.TP
 
30
.I binary arguments
 
31
options and arguments, wich will be passed through to the
 
32
.IR binary .
 
33
.\"------------------------------------------------------------------------
 
34
.SH EXAMPLE
 
35
This example demonstrates how to deliver a message from a file to a
 
36
user\(aqs mailbox.
 
37
.sp
 
38
.nf
 
39
.B doveadm exec dovecot\-lda \-d user@example.net \(rs
 
40
.B \-f admin@example.net < \(ti/stuff/welcome.msg
 
41
.fi
 
42
.\"------------------------------------------------------------------------
 
43
@INCLUDE:reporting-bugs@
 
44
.\"------------------------------------------------------------------------
 
45
.SH SEE ALSO
 
46
.BR doveadm (1),
 
47
.BR dovecot\-lda (1)
 
 
b'\\ No newline at end of file'