kopano-gateway.8 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  1. '\" t
  2. .\" Title: kopano-gateway
  3. .\" Author: [see the "Author" section]
  4. .\" Generator: DocBook XSL Stylesheets v1.79.1 <http://docbook.sf.net/>
  5. .\" Date: November 2016
  6. .\" Manual: Kopano Core user reference
  7. .\" Source: Kopano 8
  8. .\" Language: English
  9. .\"
  10. .TH "KOPANO\-GATEWAY" "8" "November 2016" "Kopano 8" "Kopano Core user reference"
  11. .\" -----------------------------------------------------------------
  12. .\" * Define some portability stuff
  13. .\" -----------------------------------------------------------------
  14. .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  15. .\" http://bugs.debian.org/507673
  16. .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
  17. .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  18. .ie \n(.g .ds Aq \(aq
  19. .el .ds Aq '
  20. .\" -----------------------------------------------------------------
  21. .\" * set default formatting
  22. .\" -----------------------------------------------------------------
  23. .\" disable hyphenation
  24. .nh
  25. .\" disable justification (adjust text to left margin only)
  26. .ad l
  27. .\" -----------------------------------------------------------------
  28. .\" * MAIN CONTENT STARTS HERE *
  29. .\" -----------------------------------------------------------------
  30. .SH "NAME"
  31. kopano-gateway \- Start the Kopano IMAP/POP3 Gateway\&.
  32. .SH "SYNOPSIS"
  33. .HP \w'\fBkopano\-gateway\fR\ 'u
  34. \fBkopano\-gateway\fR [\fIOPTION\fR...]
  35. .SH "DESCRIPTION"
  36. .PP
  37. 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\&.
  38. .PP
  39. The default settings of the gateway program are defined in
  40. \fBkopano-gateway.cfg\fR(5)\&.
  41. .SH "OPTIONS"
  42. .PP
  43. Various options are possible\&. None of these options are required\&.
  44. .PP
  45. .PP
  46. \fB\-\-config\fR, \fB\-c\fR \fIgateway\&.cfg\fR
  47. .RS 4
  48. Specify the location of the gateway\&.cfg file\&. If the gateway\&.cfg file is not specified, the gateway will continue using its default settings\&.
  49. .sp
  50. Default:
  51. \fI/etc/kopano/gateway\&.cfg\fR
  52. .RE
  53. .PP
  54. \fB\-\-host\fR, \fB\-h\fR \fIpath\fR
  55. .RS 4
  56. Connect to the storage server through
  57. \fIpath\fR, e\&.g\&.
  58. file:///path/to/socket\&. Default:
  59. file:///var/run/kopano/server\&.sock\&. Overrides the config file setting\&.
  60. .RE
  61. .PP
  62. \fB\-\-foreground\fR, \fB\-F\fR
  63. .RS 4
  64. Run in the foreground\&. Normally the gateway will daemonize and run in the background\&.
  65. .RE
  66. .SH "SIGNALS"
  67. .PP
  68. The following signals can be sent to the kopano\-gateway process:
  69. .PP
  70. \fBHUP\fR
  71. .RS 4
  72. When the HUP signal is received, some options from the configuration file are reloaded\&. The reloadable options are listed in the
  73. \fBkopano-gateway.cfg\fR(5)
  74. manual page\&.
  75. .sp
  76. Also, when using
  77. \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\&.
  78. .RE
  79. .PP
  80. \fBTERM\fR
  81. .RS 4
  82. To gracefully let the service exit, the normal TERM signal is used\&.
  83. .RE
  84. .SH "USAGE"
  85. .PP
  86. To start the gateway:
  87. .PP
  88. \fBkopano\-gateway\fR
  89. .PP
  90. The gateway process will keep running\&. You may also use the init\&.d scripts:
  91. .PP
  92. \fB/etc/init\&.d/kopano\-gateway\fR
  93. [\fIstart\fR|
  94. \fIstop\fR|
  95. \fIrestart\fR]
  96. .SH "AUTHOR"
  97. .PP
  98. Written by Kopano\&.
  99. .SH "SEE ALSO"
  100. .PP
  101. \fBkopano-gateway.cfg\fR(5),
  102. \fBkopano-server\fR(8)