logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

kopano-ical - Start the Kopano ICal/CalDAV gateway.

Author

       Written by Kopano.

Description

       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.

       The default settings of the gateway program are defined in kopano-ical.cfg(5).

Name

       kopano-ical - Start the Kopano ICal/CalDAV gateway.

Options

       Various options are possible. None of these options are required.

       --config, -cical.cfg
           Specify the location of the ical.cfg file. If the ical.cfg file is not specified, the gateway will
           continue using its default settings.

           Default: /etc/kopano/ical.cfg--dump-config
           Displays the values of gateway.cfg configuration parameters and the implied defaults.

       --help, -h
           Shows the help message of the iCal/CalDAV gateway.

       --foreground, -F
           Run in the foreground. Normally the gateway will daemonize and run in the background.

See Also

kopano-ical.cfg(5), kopano-server(8)

Kopano 8                                          November 2016                                   KOPANO-ICAL(8)

Signals

       The following signals can be sent to the kopano-ical process:

       HUP
           When the HUP signal is received, some options from the configuration file are reloaded. The
           reloadable options are listed in the kopano-ical.cfg(5) manual page.

           Also, when using log_method=file, the logfile will be closed and a new logfile will be opened. You
           can use this signal in your logrotate system.

       TERM
           To gracefully let the service exit, the normal TERM signal is used.

Synopsis

kopano-ical [OPTION...]

Usage

       To start the iCal/CalDAV gateway:

       kopano-ical

       The iCal/CalDAV gateway process will keep running. You may also use the init.d scripts:

       /etc/init.d/kopano-ical [start| stop| restart]

See Also