mail bits
This commit is contained in:
parent
1ddedddeee
commit
2176dbe33d
|
@ -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 <EMAIL@ADDRESS>\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 "`<https://dovecot.org/>`_"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../_source/mail-libre-is.rst:14
|
||||
msgid "OpenDKIM"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../_source/mail-libre-is.rst:16
|
||||
msgid "`<http://www.opendkim.org/>`_"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../_source/mail-libre-is.rst:18
|
||||
msgid "OpenDMARC"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../_source/mail-libre-is.rst:20
|
||||
msgid "`<http://www.trusteddomain.org/opendmarc/>`_"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../_source/mail-libre-is.rst:22
|
||||
msgid "`<https://github.com/trusteddomainproject/OpenDMARC>`_"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../_source/mail-libre-is.rst:24
|
||||
msgid "Postfix"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../_source/mail-libre-is.rst:26
|
||||
msgid "`<https://www.postfix.org/>`_"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../_source/mail-libre-is.rst:30
|
||||
msgid "Install Dependencies"
|
||||
msgstr ""
|
||||
|
||||
#~ msgid ""
|
||||
#~ "`<http://www.trusteddomain.org/opendmarc/>`_ "
|
||||
#~ "`<https://github.com/trusteddomainproject/OpenDMARC>`_"
|
||||
#~ msgstr ""
|
||||
|
||||
|
|
|
@ -3,3 +3,37 @@ mail.libre.is
|
|||
=============
|
||||
Documentation for Libre mail server.
|
||||
|
||||
|
||||
Main Components
|
||||
===============
|
||||
|
||||
Dovecot
|
||||
|
||||
`<https://dovecot.org/>`_
|
||||
|
||||
OpenDKIM
|
||||
|
||||
`<http://www.opendkim.org/>`_
|
||||
|
||||
OpenDMARC
|
||||
|
||||
`<http://www.trusteddomain.org/opendmarc/>`_
|
||||
|
||||
`<https://github.com/trusteddomainproject/OpenDMARC>`_
|
||||
|
||||
Postfix
|
||||
|
||||
`<https://www.postfix.org/>`_
|
||||
|
||||
|
||||
Install Dependencies
|
||||
====================
|
||||
|
||||
.. code-block:: sh
|
||||
|
||||
sudo apt install postfix certbot dovecot-imapd opendkim opendmarc
|
||||
|
||||
# maybe
|
||||
apt install fail2ban spamassassin sqlgrey opendkim-tools make
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue