NobGit
public nobgit read

NobMail

Based on mailcow: dockerized

Languages

Repository composition by tracked source files.

PHP
PHP 49% JavaScript 35% HTML 9% CSS 4% Shell 2% Python 1% Lua 0% Perl 0% Ruby 0% SCSS 0%
Create file Wiki Documentation
Clone
https://nobgit.com/orgs/nobgit/nobmail.git
ssh://[email protected]:2222/orgs/nobgit/nobmail.git

Commit

[Web] Add Rspamd maps

a5963eea
andryyy <[email protected]> 7 years ago
data/web/inc/vars.inc.php | 10 ++++++++++
 1 file changed, 10 insertions(+)

Diff

diff --git a/data/web/inc/vars.inc.php b/data/web/inc/vars.inc.php
index 8a853cd3..bea6c3cf 100644
--- a/data/web/inc/vars.inc.php
+++ b/data/web/inc/vars.inc.php
@@ -154,3 +154,13 @@ $MAILBOX_DEFAULT_ATTRIBUTES['quarantine_notification'] = 'hourly';
 // Default mailbox format, should not be changed unless you know exactly, what you do, keep the trailing ":"
 // Check dovecot.conf for further changes (e.g. shared namespace)
 $MAILBOX_DEFAULT_ATTRIBUTES['mailbox_format'] = 'maildir:';
+
+// Set visible Rspamd maps in mailcow UI, do not change unless you know what you are doing
+$RSPAM_MAPS = array(
+  'global_mime_from_blacklist.map',
+  'global_mime_from_whitelist.map',
+  'global_rcpt_blacklist.map',
+  'global_rcpt_whitelist.map',
+  'global_smtp_from_blacklist.map',
+  'global_smtp_from_whitelist.map'
+);