aboutsummaryrefslogtreecommitdiffstats
path: root/readme.rst
blob: 4054e794ce8e413bcde724ed60b61c92e9a62abc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Cute Little Innocent Mailing List
=================================

climl is a simple mailing list compatible with any server supporting imap or
lmtp. I know these two protocols are not always brought together for mailing
list management, but this mailing list can be deployed in two modes:

- client mode: In this mode you can plug the manager on any remote server
  supporting the IMAP protocol. The client will listen for incomming e-mail
  and send it to the **climl** server listenning in lmtp.

- server mode: In this mode **climl** listen in lmtp (unix socket). A MTA,
  such as postfix for example, can send mails directly to it. In this mode, we
  just do not start the client bridge.