alps/docs/cli.md

45 lines
1.2 KiB
Markdown
Raw Normal View History

2020-02-11 16:39:52 +00:00
# SYNOPSIS
2020-05-13 12:07:44 +00:00
alps [options...] <upstream servers...>
2020-02-11 16:39:52 +00:00
# DESCRIPTION
2020-05-13 12:07:44 +00:00
alps is a simple and extensible webmail. It offers a web interface for IMAP,
2020-02-11 16:39:52 +00:00
SMTP and other upstream servers.
At least one upstream IMAP server needs to be specified. The easiest way to do
so is to just specify a domain name:
2020-05-13 12:07:44 +00:00
alps example.org
2020-02-11 16:39:52 +00:00
This assumes SRV DNS records are properly set up (see [RFC 6186]).
Alternatively, one or more upstream server URLs can be specified:
2020-05-13 12:07:44 +00:00
alps imaps://mail.example.org:993 smtps://mail.example.org:465
2020-02-11 16:39:52 +00:00
The following URL schemes are supported:
* `imaps` (IMAP with TLS), `imap+insecure` (plain IMAP)
* `smtps` (SMTP with TLS), `smtp+insecure` (plain SMTP)
* `https` (CardDAV and CalDAV over HTTPS), `http+insecure` (CardDAV and CalDAV
over plain HTTP)
* `carddavs` (CardDAV over HTTPS), `carddav+insecure` (CardDAV over plain HTTP)
* `caldavs` (CalDAV over HTTPS), `caldav+insecure` (CalDAV over plain HTTP)
# OPTIONS
**-theme**: default theme (default: no theme)
**-addr**: listening address (default: ":1323")
2020-02-11 17:39:52 +00:00
**-debug**: enable debug logs and print IMAP network activity
2020-02-11 16:39:52 +00:00
**-h**, **--help**: show help message and exit
# SIGNALS
**SIGUSR1**: reloads templates and Lua plugins
[RFC 6186]: https://tools.ietf.org/html/rfc6186