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

Trace

data/conf/rspamd/local.d/options.inc

Trace helps you understand code history line by line. See who changed each line, when it changed, and which commit introduced it.

options.inc on main
Author Date Commit Line Code
andryyy over 9 years ago d891bc8

Docs

Full commit hash
d891bc88945e2be5b2af4a3db6f9ec5457705b7b
Author
andryyy <[email protected]>
Date
over 9 years ago
Selected line
1
dns {
Open commit View diff
1 dns {
andryyy about 9 years ago 578011c

Move milter config, increase timeout for DNS

Full commit hash
578011c78c5cfa71d792adb0a881539bfa9206be
Author
andryyy <[email protected]>
Date
about 9 years ago
Selected line
2
  enable_dnssec = true;
Open commit View diff
2 enable_dnssec = true;
andryyy over 9 years ago d891bc8

Docs

Full commit hash
d891bc88945e2be5b2af4a3db6f9ec5457705b7b
Author
andryyy <[email protected]>
Date
over 9 years ago
Selected line
3
}
Open commit View diff
3 }
andryyy over 6 years ago 7b4ed3b

[Rspamd] Lower map watch interval

Full commit hash
7b4ed3bf64621a1cf34311f4c925a11da2a775a6
Author
andryyy <[email protected]>
Date
over 6 years ago
Selected line
4
map_watch_interval = 30s;
Open commit View diff
4 map_watch_interval = 30s;
Niklas Meyer almost 2 years ago ee2791d

rspamd: update to 3.10.1 (#6115)

Full commit hash
ee2791d93af2335a759d46f855994ef4824480d1
Author
Niklas Meyer <[email protected]>
Date
almost 2 years ago
Selected line
5
task_timeout = 30s;
Open commit View diff
5 task_timeout = 30s;
Dmitriy Alekseev over 1 year ago f6dc0b4

Update Rspamd to 3.11.0 and enable SMTPUTF8 for outgoing mail (#6216)

Full commit hash
f6dc0b463ff80a5fefb645099c3a466ff17fa637
Author
Dmitriy Alekseev <[email protected]>
Date
over 1 year ago
Selected line
6
enable_mime_utf = true;
Open commit View diff
6 enable_mime_utf = true;
André almost 8 years ago b007975

[Rspamd] Rename -disable_monitored > disable_monitoring

Full commit hash
b007975a041892f56ae989048e0bfbb62dc76214
Author
AndrĂ© <[email protected]>
Date
almost 8 years ago
Selected line
7
disable_monitoring = true;
Open commit View diff
7 disable_monitoring = true;
Sven Michels about 5 years ago 376ef76

[Rspamd] Add soft reject on task timeout (#4189)

Full commit hash
376ef760225ff61a9cc97fbf3a9d45c70331e5ec
Author
Sven Michels <[email protected]>
Date
about 5 years ago
Selected line
8
# In case a task times out (like DNS lookup), soft reject the message
Open commit View diff
8 # In case a task times out (like DNS lookup), soft reject the message
same change 376ef76

[Rspamd] Add soft reject on task timeout (#4189)

Full commit hash
376ef760225ff61a9cc97fbf3a9d45c70331e5ec
Author
Sven Michels <[email protected]>
Date
about 5 years ago
Selected line
9
# instead of silently accepting the message without further processing.
Open commit View diff
9 # instead of silently accepting the message without further processing.
same change 376ef76

[Rspamd] Add soft reject on task timeout (#4189)

Full commit hash
376ef760225ff61a9cc97fbf3a9d45c70331e5ec
Author
Sven Michels <[email protected]>
Date
about 5 years ago
Selected line
10
soft_reject_on_timeout = true;
Open commit View diff
10 soft_reject_on_timeout = true;
Dmitriy Alekseev over 2 years ago 26be1cb

Set local_addrs in Rspamd

Full commit hash
26be1cb6026c1425b8015460ae53e1b170e3bb05
Author
Dmitriy Alekseev <[email protected]>
Date
over 2 years ago
Selected line
11
local_addrs = /etc/rspamd/custom/mailcow_networks.map;
Open commit View diff
11 local_addrs = /etc/rspamd/custom/mailcow_networks.map;