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/override.d/worker-proxy.inc

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

worker-proxy.inc on main
Author Date Commit Line Code
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
1
bind_socket = "rspamd:9900";
Open commit View diff
1 bind_socket = "rspamd:9900";
same change 578011c

Move milter config, increase timeout for DNS

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

[Rspamd] make upstream an object

Full commit hash
c792bbcbabdc2dcca9eed178a5c3651969e8570c
Author
andryyy <[email protected]>
Date
over 7 years ago
Selected line
3
upstream "local" {
Open commit View diff
3 upstream "local" {
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
4
  name = "localhost";
Open commit View diff
4 name = "localhost";
same change 578011c

Move milter config, increase timeout for DNS

Full commit hash
578011c78c5cfa71d792adb0a881539bfa9206be
Author
andryyy <[email protected]>
Date
about 9 years ago
Selected line
5
  default = true;
Open commit View diff
5 default = true;
same change 578011c

Move milter config, increase timeout for DNS

Full commit hash
578011c78c5cfa71d792adb0a881539bfa9206be
Author
andryyy <[email protected]>
Date
about 9 years ago
Selected line
6
  hosts = "rspamd:11333"
Open commit View diff
6 hosts = "rspamd:11333"
same change 578011c

Move milter config, increase timeout for DNS

Full commit hash
578011c78c5cfa71d792adb0a881539bfa9206be
Author
andryyy <[email protected]>
Date
about 9 years ago
Selected line
7
}
Open commit View diff
7 }
andryyy over 6 years ago 56ddc4b

[Rspamd] Add new default reject message

Full commit hash
56ddc4bd26d1ce6a04ccb039788da9992c5dc62d
Author
andryyy <[email protected]>
Date
over 6 years ago
Selected line
8
reject_message = "This message does not meet our delivery requirements";
Open commit View diff
8 reject_message = "This message does not meet our delivery requirements";
andryyy almost 6 years ago e5f0e1d

[Rspamd] Fix prio for includes in overrides

Full commit hash
e5f0e1da44d24ed39993d1ce9d579c286e4045d6
Author
andryyy <[email protected]>
Date
almost 6 years ago
Selected line
9
.include(try=true; priority=30) "$CONFDIR/override.d/worker-proxy.custom.inc"
Open commit View diff
9 .include(try=true; priority=30) "$CONFDIR/override.d/worker-proxy.custom.inc"