kopano-ical.8 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  1. '\" t
  2. .\" Title: kopano-ical
  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\-ICAL" "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-ical \- Start the Kopano ICal/CalDAV gateway\&.
  32. .SH "SYNOPSIS"
  33. .HP \w'\fBkopano\-ical\fR\ 'u
  34. \fBkopano\-ical\fR [\fIOPTION\fR...]
  35. .SH "DESCRIPTION"
  36. .PP
  37. The iCal/CalDAV gateway enables users to retrieve their calendar using iCalendar compliant clients\&. The iCal/CalDAV gateway can be configured to listen for HTTP and HTTPS requests\&.
  38. .PP
  39. The default settings of the gateway program are defined in
  40. \fBkopano-ical.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 \fIical\&.cfg\fR
  47. .RS 4
  48. Specify the location of the ical\&.cfg file\&. If the ical\&.cfg file is not specified, the gateway will continue using its default settings\&.
  49. .sp
  50. Default:
  51. \fI/etc/kopano/ical\&.cfg\fR
  52. .RE
  53. .PP
  54. \fB\-\-help\fR, \fB\-h\fR
  55. .RS 4
  56. Shows the help message of the iCal/CalDAV gateway\&.
  57. .RE
  58. .PP
  59. \fB\-\-foreground\fR, \fB\-F\fR
  60. .RS 4
  61. Run in the foreground\&. Normally the gateway will daemonize and run in the background\&.
  62. .RE
  63. .SH "SIGNALS"
  64. .PP
  65. The following signals can be sent to the kopano\-ical process:
  66. .PP
  67. \fBHUP\fR
  68. .RS 4
  69. When the HUP signal is received, some options from the configuration file are reloaded\&. The reloadable options are listed in the
  70. \fBkopano-ical.cfg\fR(5)
  71. manual page\&.
  72. .sp
  73. Also, when using
  74. \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\&.
  75. .RE
  76. .PP
  77. \fBTERM\fR
  78. .RS 4
  79. To gracefully let the service exit, the normal TERM signal is used\&.
  80. .RE
  81. .SH "USAGE"
  82. .PP
  83. To start the iCal/CalDAV gateway:
  84. .PP
  85. \fBkopano\-ical\fR
  86. .PP
  87. The iCal/CalDAV gateway process will keep running\&. You may also use the init\&.d scripts:
  88. .PP
  89. \fB/etc/init\&.d/kopano\-ical\fR
  90. [\fIstart\fR|
  91. \fIstop\fR|
  92. \fIrestart\fR]
  93. .SH "AUTHOR"
  94. .PP
  95. Written by Kopano\&.
  96. .SH "SEE ALSO"
  97. .PP
  98. \fBkopano-ical.cfg\fR(5),
  99. \fBkopano-server\fR(8)