public
nobgit
read
NobMail
Based on mailcow: dockerized
Languages
Repository composition by tracked source files.
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
Trace
data/conf/rspamd/local.d/rbl.conf
Trace helps you understand code history line by line. See who changed each line, when it changed, and which commit introduced it.
Author
Date
Commit
Line
Code
1
rbls {
2
interserver_ip {
3
symbol = "RBL_INTERSERVER_IP";
4
rbl = "rbl.interserver.net";
5
from = true;
6
ipv6 = false;
7
returncodes {
8
RBL_INTERSERVER_BAD_IP = "127.0.0.2";
9
}
10
}
11
interserver_uri {
12
symbol = "RBL_INTERSERVER_URI";
13
rbl = "rbluri.interserver.net";
14
ignore_defaults = true;
15
no_ip = true;
16
dkim = true;
17
emails = true;
18
urls = true;
19
returncodes = {
20
RBL_INTERSERVER_BAD_URI = "127.0.0.2";
21
}
22
}
24
.include(try=true,override=true,priority=5) "$LOCAL_CONFDIR/custom/dqs-rbl.conf"
26
}