rspamd commands

This commit is contained in:
Jeff Moe 2024-09-01 14:18:37 -06:00
parent bb6cfecc24
commit efec297caa
2 changed files with 44 additions and 24 deletions

View file

@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Libre Developers Documentation 0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-09-01 12:57-0600\n"
"POT-Creation-Date: 2024-09-01 14:18-0600\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language: en\n"
@ -391,41 +391,53 @@ msgid "Delete Alias"
msgstr ""
#: ../../../_source/mail-libre-is.rst:597
msgid "Other"
msgid "rspamd Configuration"
msgstr ""
#: ../../../_source/mail-libre-is.rst:598
msgid "Perhaps these too."
msgstr ""
#: ../../../_source/mail-libre-is.rst:607
#: ../../../_source/mail-libre-is.rst:601
msgid "Firewall"
msgstr ""
#: ../../../_source/mail-libre-is.rst:608
#: ../../../_source/mail-libre-is.rst:602
msgid "Open TCP ports."
msgstr ""
#: ../../../_source/mail-libre-is.rst:610
#: ../../../_source/mail-libre-is.rst:604
msgid "Confirm open sieve..."
msgstr ""
#: ../../../_source/mail-libre-is.rst:630
#: ../../../_source/mail-libre-is.rst:624
msgid "Email Client Setup"
msgstr ""
#: ../../../_source/mail-libre-is.rst:631
#: ../../../_source/mail-libre-is.rst:625
msgid "Set up mail clients thusly."
msgstr ""
#: ../../../_source/mail-libre-is.rst:635
#: ../../../_source/mail-libre-is.rst:629
msgid "Thunderbird"
msgstr ""
#: ../../../_source/mail-libre-is.rst:636
msgid "Email Address: username@libre.is"
#: ../../../_source/mail-libre-is.rst:630
msgid "Example email Address: username@libre.is"
msgstr ""
#~ msgid "Thusly:"
#: ../../../_source/mail-libre-is.rst:651
msgid "Other"
msgstr ""
#: ../../../_source/mail-libre-is.rst:652
msgid "Perhaps these too."
msgstr ""
#: ../../../_source/mail-libre-is.rst:659
msgid "Perhaps easier to admin with this script."
msgstr ""
#: ../../../_source/mail-libre-is.rst:661
msgid "`<https://github.com/cgzones/ispmail-userctl>`_"
msgstr ""
#~ msgid "Email Address: username@libre.is"
#~ msgstr ""

View file

@ -593,14 +593,8 @@ Delete Alias
DELETE FROM virtual_aliases WHERE source='melissa@example.org';
Other
=====
Perhaps these too.
.. code-block:: sh
apt install postfix-policyd-spf-python rspamd
apt install fail2ban spamassassin sqlgrey opendkim-tools make
rspamd Configuration
====================
Firewall
@ -633,7 +627,7 @@ Set up mail clients thusly.
Thunderbird
-----------
Email Address: username@libre.is
Example email Address: username@libre.is
.. code-block:: cfg
@ -651,3 +645,17 @@ Email Address: username@libre.is
Connection Security: STARTTLS
Authenication Method: Normal Password
Username: username@libre.is (same as email address)
Other
=====
Perhaps these too.
.. code-block:: sh
apt install postfix-policyd-spf-python rspamd
apt install fail2ban spamassassin sqlgrey opendkim-tools make
Perhaps easier to admin with this script.
`<https://github.com/cgzones/ispmail-userctl>`_