[go: up one dir, main page]

File: kopano-gateway.8

package info (click to toggle)
kopanocore 8.7.0-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 15,400 kB
  • sloc: cpp: 175,422; python: 24,623; perl: 7,319; php: 6,056; sh: 2,172; makefile: 1,294; xml: 45; ansic: 1
file content (108 lines) | stat: -rw-r--r-- 3,456 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
'\" t
.\"     Title: kopano-gateway
.\"    Author: [see the "Author" section]
.\" Generator: DocBook XSL Stylesheets v1.79.1 <http://docbook.sf.net/>
.\"      Date: November 2016
.\"    Manual: Kopano Core user reference
.\"    Source: Kopano 8
.\"  Language: English
.\"
.TH "KOPANO\-GATEWAY" "8" "November 2016" "Kopano 8" "Kopano Core user reference"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.\" http://bugs.debian.org/507673
.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.ie \n(.g .ds Aq \(aq
.el       .ds Aq '
.\" -----------------------------------------------------------------
.\" * set default formatting
.\" -----------------------------------------------------------------
.\" disable hyphenation
.nh
.\" disable justification (adjust text to left margin only)
.ad l
.\" -----------------------------------------------------------------
.\" * MAIN CONTENT STARTS HERE *
.\" -----------------------------------------------------------------
.SH "NAME"
kopano-gateway \- Start the Kopano IMAP/POP3 Gateway.
.SH "SYNOPSIS"
.HP \w'\fBkopano\-gateway\fR\ 'u
\fBkopano\-gateway\fR [\fIOPTION\fR...]
.SH "DESCRIPTION"
.PP
The gateway enables other e\-mail clients to connect through POP3 or IMAP to the storage server to read their e\-mail. With IMAP, it is also possible to view the contents of other folders and subfolders. The gateway can be configured to listen for POP3, POP3S, IMAP and/or IMAPS.
.PP
The default settings of the gateway program are defined in
\fBkopano-gateway.cfg\fR(5).
.SH "OPTIONS"
.PP
Various options are possible. None of these options are required.
.PP
.PP
\fB\-\-config\fR, \fB\-c\fR \fIgateway.cfg\fR
.RS 4
Specify the location of the gateway.cfg file. If the gateway.cfg file is not specified, the gateway will continue using its default settings.
.sp
Default:
\fI/etc/kopano/gateway.cfg\fR
.RE
.PP
\fB\-\-dump\-config\fP
.RS 4
Displays the values of \fBgateway.cfg\fP configuration parameters and the
implied defaults.
.RE
.PP
\fB\-\-host\fR, \fB\-h\fR \fIpath\fR
.RS 4
Connect to the storage server through
\fIpath\fR, e.g.
file:///path/to/socket. Default:
file:///var/run/kopano/server.sock. Overrides the config file setting.
.RE
.PP
\fB\-\-foreground\fR, \fB\-F\fR
.RS 4
Run in the foreground. Normally the gateway will daemonize and run in the background.
.RE
.SH "SIGNALS"
.PP
The following signals can be sent to the kopano\-gateway process:
.PP
\fBHUP\fR
.RS 4
When the HUP signal is received, some options from the configuration file are reloaded. The reloadable options are listed in the
\fBkopano-gateway.cfg\fR(5)
manual page.
.sp
Also, when using
\fIlog_method = file\fR, the logfile will be closed and a new logfile will be opened. You can use this signal in your logrotate system.
.RE
.PP
\fBTERM\fR
.RS 4
To gracefully let the service exit, the normal TERM signal is used.
.RE
.SH "USAGE"
.PP
To start the gateway:
.PP
\fBkopano\-gateway\fR
.PP
The gateway process will keep running. You may also use the init.d scripts:
.PP
\fB/etc/init.d/kopano\-gateway\fR
[\fIstart\fR|
\fIstop\fR|
\fIrestart\fR]
.SH "AUTHOR"
.PP
Written by Kopano.
.SH "SEE ALSO"
.PP
\fBkopano-gateway.cfg\fR(5),
\fBkopano-server\fR(8)