From 2176dbe33d39a69daf5b8e9828ba3a1c496b7b89 Mon Sep 17 00:00:00 2001 From: Jeff Moe Date: Sun, 1 Sep 2024 08:39:07 -0600 Subject: [PATCH] mail bits --- .../locale/en/LC_MESSAGES/mail-libre-is.po | 52 ++++++++++++++++++- docs/_source/mail-libre-is.rst | 34 ++++++++++++ 2 files changed, 85 insertions(+), 1 deletion(-) diff --git a/docs/_source/locale/en/LC_MESSAGES/mail-libre-is.po b/docs/_source/locale/en/LC_MESSAGES/mail-libre-is.po index 73a621d..834d31e 100644 --- a/docs/_source/locale/en/LC_MESSAGES/mail-libre-is.po +++ b/docs/_source/locale/en/LC_MESSAGES/mail-libre-is.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Libre Developers Documentation 0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-08-31 14:56-0600\n" +"POT-Creation-Date: 2024-09-01 08:38-0600\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language: en\n" @@ -27,3 +27,53 @@ msgstr "" #: ../../../_source/mail-libre-is.rst:4 msgid "Documentation for Libre mail server." msgstr "" + +#: ../../../_source/mail-libre-is.rst:8 +msgid "Main Components" +msgstr "" + +#: ../../../_source/mail-libre-is.rst:10 +msgid "Dovecot" +msgstr "" + +#: ../../../_source/mail-libre-is.rst:12 +msgid "``_" +msgstr "" + +#: ../../../_source/mail-libre-is.rst:14 +msgid "OpenDKIM" +msgstr "" + +#: ../../../_source/mail-libre-is.rst:16 +msgid "``_" +msgstr "" + +#: ../../../_source/mail-libre-is.rst:18 +msgid "OpenDMARC" +msgstr "" + +#: ../../../_source/mail-libre-is.rst:20 +msgid "``_" +msgstr "" + +#: ../../../_source/mail-libre-is.rst:22 +msgid "``_" +msgstr "" + +#: ../../../_source/mail-libre-is.rst:24 +msgid "Postfix" +msgstr "" + +#: ../../../_source/mail-libre-is.rst:26 +msgid "``_" +msgstr "" + +#: ../../../_source/mail-libre-is.rst:30 +msgid "Install Dependencies" +msgstr "" + +#~ msgid "" +#~ "``_ " +#~ "``_" +#~ msgstr "" + diff --git a/docs/_source/mail-libre-is.rst b/docs/_source/mail-libre-is.rst index 85b5166..fd7148e 100644 --- a/docs/_source/mail-libre-is.rst +++ b/docs/_source/mail-libre-is.rst @@ -3,3 +3,37 @@ mail.libre.is ============= Documentation for Libre mail server. + +Main Components +=============== + +Dovecot + + ``_ + +OpenDKIM + + ``_ + +OpenDMARC + + ``_ + + ``_ + +Postfix + + ``_ + + +Install Dependencies +==================== + +.. code-block:: sh + + sudo apt install postfix certbot dovecot-imapd opendkim opendmarc + + # maybe + apt install fail2ban spamassassin sqlgrey opendkim-tools make + +