Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
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
12 changes: 0 additions & 12 deletions iap_mail_domain_blacklist/readme/CONFIGURE.rst
Original file line number Diff line number Diff line change
@@ -1,15 +1,3 @@
1. Go to Settings > General Settings.
2. Search for "Mail Domain Blacklist" and enter the domains you want to blacklist, separated
by commas.

Server configuration
~~~~~~~~~~~~~~~~~~~~~

In the odoo.conf file, set db_list = True to allow listing all databases.
In this case, blacklist domains from all databases will affect every database.
Set db_list = False and explicitly define db_name if you want to load only
the target database. In this case, blacklist domains will affect only that
database.

Note: Every time you update the "Mail Domain Blacklist," you need to restart the Odoo server
for the change to take effect.
Comment thread
AungKoKoLin1997 marked this conversation as resolved.
6 changes: 4 additions & 2 deletions iap_mail_domain_blacklist/readme/DESCRIPTION.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
This module allows adding domains to the mail domain blacklist to prevent Odoo from assuming
that users with the same domain belong to the same organization.

Due to the nature of this module, in a multi-tenant setting, the configuration in one database
affects all databases in the Odoo instance.
The effect of blacklist domains depends on how the Odoo server is configured to
load databases. In environments where multiple databases can be listed and
accessed, blacklist entries apply across all of them. When the server loads only
a single, explicit database, the blacklist affects only that database.
Comment thread
AungKoKoLin1997 marked this conversation as resolved.
Outdated