summaryrefslogtreecommitdiffstats
path: root/network/citadel/README
diff options
context:
space:
mode:
Diffstat (limited to 'network/citadel/README')
-rw-r--r--network/citadel/README26
1 files changed, 26 insertions, 0 deletions
diff --git a/network/citadel/README b/network/citadel/README
new file mode 100644
index 0000000000..1464c458f2
--- /dev/null
+++ b/network/citadel/README
@@ -0,0 +1,26 @@
+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.
+
+Dependencies: libsieve libcitadel
+Both available from slackbuilds.org