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-controller.inc

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

worker-controller.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
bind_socket = "*:11334";
Open commit View diff
1 bind_socket = "*:11334";
André almost 8 years ago c7cef32

[Rspamd] Controller worker count == 1, fixes #1716

Full commit hash
c7cef3241f63a41fd07470d0299e6bcda1435a03
Author
André <[email protected]>
Date
almost 8 years ago
Selected line
2
count = 1;
Open commit View diff
2 count = 1;
andryyy over 9 years ago d891bc8

Docs

Full commit hash
d891bc88945e2be5b2af4a3db6f9ec5457705b7b
Author
andryyy <[email protected]>
Date
over 9 years ago
Selected line
3
secure_ip = "127.0.0.1";
Open commit View diff
3 secure_ip = "127.0.0.1";
same change d891bc8

Docs

Full commit hash
d891bc88945e2be5b2af4a3db6f9ec5457705b7b
Author
andryyy <[email protected]>
Date
over 9 years ago
Selected line
4
secure_ip = "::1";
Open commit View diff
4 secure_ip = "::1";
André almost 8 years ago 4396be2

[Rspamd] Place socket in _rspamd home and fix permissions

Full commit hash
4396be2938a7bc7571033d093fb9f81c453f4b1c
Author
André <[email protected]>
Date
almost 8 years ago
Selected line
5
bind_socket = "/var/lib/rspamd/rspamd.sock mode=0666 owner=nobody";
Open commit View diff
5 bind_socket = "/var/lib/rspamd/rspamd.sock mode=0666 owner=nobody";
andre.peters over 8 years ago 873222d

[Rspamd] Remove DKIM forced action, move ratelimit lua, add meta exporter

Full commit hash
873222d5f8f9efc3355b1babe394a543698bcfa4
Author
andre.peters <[email protected]>
Date
over 8 years ago
Selected line
6
.include(try=true; priority=10) "$CONFDIR/override.d/worker-controller-password.inc"
Open commit View diff
6 .include(try=true; priority=10) "$CONFDIR/override.d/worker-controller-password.inc"
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
7
.include(try=true; priority=30) "$CONFDIR/override.d/worker-controller.custom.inc" 
Open commit View diff
7 .include(try=true; priority=30) "$CONFDIR/override.d/worker-controller.custom.inc"