summaryrefslogtreecommitdiffstats
path: root/network/citadel/README
blob: d1af369c83a96f8b405401c7dc144ebd114aad4a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Citadel is a turnkey open-source solution for email and collaboration.

It contains both the server and a text-mode client. You can build an entire
working system with this, or you can just build the client and connect to
some other existing system. It also provides connectivity through:

 * SMTP (Port 25 by default)
 * POP3 (Port 110 by default; SSL Enabled on port 995)
 * IMAP (Port 143 by default; SSL Enabled on port 993)
 * Citadel (Port 504; used by dedicated Citadel clients)
 * SMTP-MSA (Port 587; requires SMTP authentication)
 * ManageSieve (Port 2020; edit your mail filtering scripts with 
   your favorite GUI client)
 * Postfix TCP dictionary (if you have an upstream mail hub running 
   Postfix, it can use this service to verify valid email addresses 
   on your Citadel)
 * lmtp.socket (Local mail transport, for use with an external MTA 
   if for some reason you do not wish to use Citadel's built in SMTP 
   service)
 * lmtp-unfiltered.socket (same as above, but without spam filtering)
 * citadel.socket (Citadel protocol)

After installation, run /opt/citadel/setup to configure Citadel.