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 "" msgstr ""
"Project-Id-Version: Libre Developers Documentation 0\n" "Project-Id-Version: Libre Developers Documentation 0\n"
"Report-Msgid-Bugs-To: \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" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language: en\n" "Language: en\n"
@ -391,41 +391,53 @@ msgid "Delete Alias"
msgstr "" msgstr ""
#: ../../../_source/mail-libre-is.rst:597 #: ../../../_source/mail-libre-is.rst:597
msgid "Other" msgid "rspamd Configuration"
msgstr "" msgstr ""
#: ../../../_source/mail-libre-is.rst:598 #: ../../../_source/mail-libre-is.rst:601
msgid "Perhaps these too."
msgstr ""
#: ../../../_source/mail-libre-is.rst:607
msgid "Firewall" msgid "Firewall"
msgstr "" msgstr ""
#: ../../../_source/mail-libre-is.rst:608 #: ../../../_source/mail-libre-is.rst:602
msgid "Open TCP ports." msgid "Open TCP ports."
msgstr "" msgstr ""
#: ../../../_source/mail-libre-is.rst:610 #: ../../../_source/mail-libre-is.rst:604
msgid "Confirm open sieve..." msgid "Confirm open sieve..."
msgstr "" msgstr ""
#: ../../../_source/mail-libre-is.rst:630 #: ../../../_source/mail-libre-is.rst:624
msgid "Email Client Setup" msgid "Email Client Setup"
msgstr "" msgstr ""
#: ../../../_source/mail-libre-is.rst:631 #: ../../../_source/mail-libre-is.rst:625
msgid "Set up mail clients thusly." msgid "Set up mail clients thusly."
msgstr "" msgstr ""
#: ../../../_source/mail-libre-is.rst:635 #: ../../../_source/mail-libre-is.rst:629
msgid "Thunderbird" msgid "Thunderbird"
msgstr "" msgstr ""
#: ../../../_source/mail-libre-is.rst:636 #: ../../../_source/mail-libre-is.rst:630
msgid "Email Address: username@libre.is" msgid "Example email Address: username@libre.is"
msgstr "" 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 "" #~ msgstr ""

View file

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