mirror of
https://gitlab.com/simple-nixos-mailserver/nixos-mailserver.git
synced 2024-11-11 19:39:16 +05:00
doc: minor improvments
This commit is contained in:
parent
548e6b5a04
commit
326766126c
@ -5,15 +5,15 @@ SNM comes with the `rspamd spam filtering system <https://rspamd.com/>`_
|
||||
enabled by default. Although its out-of-the-box performance is good, you
|
||||
can increase its efficiency by tuning its behaviour.
|
||||
|
||||
A) Auto-learning
|
||||
~~~~~~~~~~~~~~~~
|
||||
Auto-learning
|
||||
~~~~~~~~~~~~~
|
||||
|
||||
Moving spam email to the Junk folder (and false-positives out of it) will
|
||||
trigger an automatic training of the Bayesian filters, improving filtering
|
||||
of future emails.
|
||||
|
||||
B) Train from existing folders
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
Train from existing folders
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
If you kept previous spam, you can train the filter from it. Note that the
|
||||
`rspamd FAQ <https://rspamd.com/doc/faq.html#how-can-i-learn-messages>`_
|
||||
@ -36,8 +36,8 @@ You can run the training in a root shell as follows:
|
||||
# Check that training was successful
|
||||
rspamc -h $RSOCK stat | grep learned
|
||||
|
||||
C) Tune symbol weight
|
||||
~~~~~~~~~~~~~~~~~~~~~
|
||||
Tune symbol weight
|
||||
~~~~~~~~~~~~~~~~~~
|
||||
|
||||
The ``X-Spamd-Result`` header is automatically added to your emails, detailing
|
||||
the scoring decisions. The `modules documentation <https://rspamd.com/doc/modules/>`_
|
||||
@ -52,8 +52,8 @@ details the meaning of each symbol. You can tune the weight if a symbol if neede
|
||||
}'';
|
||||
};
|
||||
|
||||
D) Tune action thresholds
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
Tune action thresholds
|
||||
~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
After scoring the message, rspamd decides on an action based on configurable thresholds.
|
||||
By default, rspamd will tell postfix to reject any message with a score higher than 15.
|
||||
@ -71,8 +71,8 @@ this behaviour by tuning the configuration. For example:
|
||||
'';
|
||||
|
||||
|
||||
E) Access the rspamd web UI
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
Access the rspamd web UI
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
Rspamd comes with `a web interface <https://rspamd.com/webui/>`_ that displays statistics
|
||||
and history of past scans. **We do NOT recommend using it to change the configuration**
|
||||
|
@ -19,8 +19,8 @@ What you need:
|
||||
These will be referred to as ``domains``. As an example,
|
||||
``domains = [ example1.com, example2.com ]``.
|
||||
|
||||
A) Setup server
|
||||
~~~~~~~~~~~~~~~
|
||||
Setup server
|
||||
~~~~~~~~~~~~
|
||||
|
||||
The following describes a server setup that is fairly complete. Even
|
||||
though there are more possible options (see ``default.nix``), these
|
||||
@ -125,8 +125,8 @@ the following minimal ``flake.nix`` as an example:
|
||||
};
|
||||
}
|
||||
|
||||
B) Setup everything else
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
Setup everything else
|
||||
~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
Step 1: Set DNS entry for server
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
@ -269,8 +269,8 @@ last section.
|
||||
|
||||
Note that it can take a while until a DNS entry is propagated.
|
||||
|
||||
C) Test your Setup
|
||||
~~~~~~~~~~~~~~~~~~
|
||||
Test your Setup
|
||||
~~~~~~~~~~~~~~~
|
||||
|
||||
Write an email to your aunt (who has been waiting for your reply far too
|
||||
long), and sign up for some of the finest newsletters the Internet has.
|
||||
|
Loading…
Reference in New Issue
Block a user