Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: [User Manual] Phishing detection #12152

Merged
merged 1 commit into from
Sep 2, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
35 changes: 35 additions & 0 deletions user_manual/groupware/mail.rst
Original file line number Diff line number Diff line change
Expand Up @@ -333,3 +333,38 @@ When clicking on such an email a button will be shown to quickly follow up with
It is also possible to disable follow-up reminders for a sent email.

.. note:: Please note that the feature has to be enabled by the administrator.

Security
--------

Phishing detection
~~~~~~~~~~~~~~~~~~

.. versionadded:: 4.0

The Mail app will check for potential phishing attempts and will display a warning to the user.

The checks are the following:

* The sender address saved in the addressbook is not the same as the one in the mail account
* The sender is using a custom email address that doesn't match the from address
* The sent date is set in the future
* Links in the message body are not pointing to the displayed text
* The reply-to address is not the same as the sender address

.. note:: Please note that the warning does not mean that the message is a phishing attempt. It only means that the Mail app detected a potential phishing attempt.

Internal addresses
~~~~~~~~~~~~~~~~~~

.. versionadded:: 4.0

The Mail app allows adding internal addresses and domains, and will warn the user if the address is not in the list, when sending and upon receiving a message.

To add an internal address:

1. Open the mail settings
2. Navigate to Privacy and security section
3. Enable the internal addresses by ckicjin on the checkbox
4. Click the Add internal address button
5. Enter the address or domain and click Add
Loading