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/Dockerfiles/sogo/syslog-ng.conf

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

syslog-ng.conf on main
Author Date Commit Line Code
Niklas Meyer almost 2 years ago b1c1e40

sogo: update to 5.11.0 + Rebase on Bookworm (#6002)

Full commit hash
b1c1e403d2ff9993c07c5c62ba82744a69238564
Author
Niklas Meyer <[email protected]>
Date
almost 2 years ago
Selected line
1
@version: 3.38
Open commit View diff
1 @version: 3.38
andryyy about 9 years ago 980acb5

Log to redis and file

Full commit hash
980acb507e0d276b0024e0bb21f35b71a7ac2af5
Author
andryyy <[email protected]>
Date
about 9 years ago
Selected line
2
@include "scl.conf"
Open commit View diff
2 @include "scl.conf"
same change 980acb5

Log to redis and file

Full commit hash
980acb507e0d276b0024e0bb21f35b71a7ac2af5
Author
andryyy <[email protected]>
Date
about 9 years ago
Selected line
3
options {
Open commit View diff
3 options {
same change 980acb5

Log to redis and file

Full commit hash
980acb507e0d276b0024e0bb21f35b71a7ac2af5
Author
andryyy <[email protected]>
Date
about 9 years ago
Selected line
4
  chain_hostnames(off);
Open commit View diff
4 chain_hostnames(off);
same change 980acb5

Log to redis and file

Full commit hash
980acb507e0d276b0024e0bb21f35b71a7ac2af5
Author
andryyy <[email protected]>
Date
about 9 years ago
Selected line
5
  flush_lines(0);
Open commit View diff
5 flush_lines(0);
same change 980acb5

Log to redis and file

Full commit hash
980acb507e0d276b0024e0bb21f35b71a7ac2af5
Author
andryyy <[email protected]>
Date
about 9 years ago
Selected line
6
  use_dns(no);
Open commit View diff
6 use_dns(no);
same change 980acb5

Log to redis and file

Full commit hash
980acb507e0d276b0024e0bb21f35b71a7ac2af5
Author
andryyy <[email protected]>
Date
about 9 years ago
Selected line
7
  use_fqdn(no);
Open commit View diff
7 use_fqdn(no);
same change 980acb5

Log to redis and file

Full commit hash
980acb507e0d276b0024e0bb21f35b71a7ac2af5
Author
andryyy <[email protected]>
Date
about 9 years ago
Selected line
8
  owner("root"); group("adm"); perm(0640);
Open commit View diff
8 owner("root"); group("adm"); perm(0640);
same change 980acb5

Log to redis and file

Full commit hash
980acb507e0d276b0024e0bb21f35b71a7ac2af5
Author
andryyy <[email protected]>
Date
about 9 years ago
Selected line
9
  stats_freq(0);
Open commit View diff
9 stats_freq(0);
same change 980acb5

Log to redis and file

Full commit hash
980acb507e0d276b0024e0bb21f35b71a7ac2af5
Author
andryyy <[email protected]>
Date
about 9 years ago
Selected line
10
  bad_hostname("^gconfd$");
Open commit View diff
10 bad_hostname("^gconfd$");
same change 980acb5

Log to redis and file

Full commit hash
980acb507e0d276b0024e0bb21f35b71a7ac2af5
Author
andryyy <[email protected]>
Date
about 9 years ago
Selected line
11
};
Open commit View diff
11 };
same change 980acb5

Log to redis and file

Full commit hash
980acb507e0d276b0024e0bb21f35b71a7ac2af5
Author
andryyy <[email protected]>
Date
about 9 years ago
Selected line
12
source s_src {
Open commit View diff
12 source s_src {
same change 980acb5

Log to redis and file

Full commit hash
980acb507e0d276b0024e0bb21f35b71a7ac2af5
Author
andryyy <[email protected]>
Date
about 9 years ago
Selected line
13
  unix-stream("/dev/log");
Open commit View diff
13 unix-stream("/dev/log");
same change 980acb5

Log to redis and file

Full commit hash
980acb507e0d276b0024e0bb21f35b71a7ac2af5
Author
andryyy <[email protected]>
Date
about 9 years ago
Selected line
14
  internal();
Open commit View diff
14 internal();
same change 980acb5

Log to redis and file

Full commit hash
980acb507e0d276b0024e0bb21f35b71a7ac2af5
Author
andryyy <[email protected]>
Date
about 9 years ago
Selected line
15
};
Open commit View diff
15 };
same change 980acb5

Log to redis and file

Full commit hash
980acb507e0d276b0024e0bb21f35b71a7ac2af5
Author
andryyy <[email protected]>
Date
about 9 years ago
Selected line
16
source s_sogo {
Open commit View diff
16 source s_sogo {
andryyy about 9 years ago a31819f

[SOGo] Log to a pipe to not keep logs in a container

Full commit hash
a31819fd6c73efc2684eb6c6f725803d39640c72
Author
andryyy <[email protected]>
Date
about 9 years ago
Selected line
17
  pipe("/dev/sogo_log" owner(sogo) group(sogo));
Open commit View diff
17 pipe("/dev/sogo_log" owner(sogo) group(sogo));
andryyy about 9 years ago 980acb5

Log to redis and file

Full commit hash
980acb507e0d276b0024e0bb21f35b71a7ac2af5
Author
andryyy <[email protected]>
Date
about 9 years ago
Selected line
18
};
Open commit View diff
18 };
andryyy about 9 years ago a31819f

[SOGo] Log to a pipe to not keep logs in a container

Full commit hash
a31819fd6c73efc2684eb6c6f725803d39640c72
Author
andryyy <[email protected]>
Date
about 9 years ago
Selected line
19
destination d_stdout { pipe("/dev/stdout"); };
Open commit View diff
19 destination d_stdout { pipe("/dev/stdout"); };
same change a31819f

[SOGo] Log to a pipe to not keep logs in a container

Full commit hash
a31819fd6c73efc2684eb6c6f725803d39640c72
Author
andryyy <[email protected]>
Date
about 9 years ago
Selected line
20
destination d_redis_ui_log {
Open commit View diff
20 destination d_redis_ui_log {
andryyy about 9 years ago 980acb5

Log to redis and file

Full commit hash
980acb507e0d276b0024e0bb21f35b71a7ac2af5
Author
andryyy <[email protected]>
Date
about 9 years ago
Selected line
21
  redis(
Open commit View diff
21 redis(
same change 980acb5

Log to redis and file

Full commit hash
980acb507e0d276b0024e0bb21f35b71a7ac2af5
Author
andryyy <[email protected]>
Date
about 9 years ago
Selected line
22
    host("redis-mailcow")
Open commit View diff
22 host("redis-mailcow")
andryyy about 9 years ago 2fadfee

[SOGo] Remove thunderbird plugin generation, will move to docs

Full commit hash
2fadfee61a646d1b336b758657d756de7ab26272
Author
andryyy <[email protected]>
Date
about 9 years ago
Selected line
23
    persist-name("redis1")
Open commit View diff
23 persist-name("redis1")
andryyy about 9 years ago 980acb5

Log to redis and file

Full commit hash
980acb507e0d276b0024e0bb21f35b71a7ac2af5
Author
andryyy <[email protected]>
Date
about 9 years ago
Selected line
24
    port(6379)
Open commit View diff
24 port(6379)
FreddleSpl0it over 1 year ago 89fb132

Enable password protection for Redis

Full commit hash
89fb1322c6f486a9883e6435a73537b13fbf3582
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
25
    auth("`REDISPASS`")
Open commit View diff
25 auth("`REDISPASS`")
andryyy about 9 years ago 980acb5

Log to redis and file

Full commit hash
980acb507e0d276b0024e0bb21f35b71a7ac2af5
Author
andryyy <[email protected]>
Date
about 9 years ago
Selected line
26
    command("LPUSH" "SOGO_LOG" "$(format-json time=\"$S_UNIXTIME\" priority=\"$PRIORITY\" program=\"$PROGRAM\" message=\"$MESSAGE\")\n")
Open commit View diff
26 command("LPUSH" "SOGO_LOG" "$(format-json time=\"$S_UNIXTIME\" priority=\"$PRIORITY\" program=\"$PROGRAM\" message=\"$MESSAGE\")\n")
same change 980acb5

Log to redis and file

Full commit hash
980acb507e0d276b0024e0bb21f35b71a7ac2af5
Author
andryyy <[email protected]>
Date
about 9 years ago
Selected line
27
  );
Open commit View diff
27 );
same change 980acb5

Log to redis and file

Full commit hash
980acb507e0d276b0024e0bb21f35b71a7ac2af5
Author
andryyy <[email protected]>
Date
about 9 years ago
Selected line
28
};
Open commit View diff
28 };
andryyy about 9 years ago dc463c3

[Multiple] Push multiple logs to Redis channel for fail2ban-mailcow to read. Enables Fail2ban independently of used Docker logging driver.

Full commit hash
dc463c3ddaac35e71df1be11d16b23bb373020d2
Author
andryyy <[email protected]>
Date
about 9 years ago
Selected line
29
destination d_redis_f2b_channel {
Open commit View diff
29 destination d_redis_f2b_channel {
same change dc463c3

[Multiple] Push multiple logs to Redis channel for fail2ban-mailcow to read. Enables Fail2ban independently of used Docker logging driver.

Full commit hash
dc463c3ddaac35e71df1be11d16b23bb373020d2
Author
andryyy <[email protected]>
Date
about 9 years ago
Selected line
30
  redis(
Open commit View diff
30 redis(
same change dc463c3

[Multiple] Push multiple logs to Redis channel for fail2ban-mailcow to read. Enables Fail2ban independently of used Docker logging driver.

Full commit hash
dc463c3ddaac35e71df1be11d16b23bb373020d2
Author
andryyy <[email protected]>
Date
about 9 years ago
Selected line
31
    host("redis-mailcow")
Open commit View diff
31 host("redis-mailcow")
andryyy about 9 years ago 2fadfee

[SOGo] Remove thunderbird plugin generation, will move to docs

Full commit hash
2fadfee61a646d1b336b758657d756de7ab26272
Author
andryyy <[email protected]>
Date
about 9 years ago
Selected line
32
    persist-name("redis2")
Open commit View diff
32 persist-name("redis2")
andryyy about 9 years ago dc463c3

[Multiple] Push multiple logs to Redis channel for fail2ban-mailcow to read. Enables Fail2ban independently of used Docker logging driver.

Full commit hash
dc463c3ddaac35e71df1be11d16b23bb373020d2
Author
andryyy <[email protected]>
Date
about 9 years ago
Selected line
33
    port(6379)
Open commit View diff
33 port(6379)
FreddleSpl0it over 1 year ago 89fb132

Enable password protection for Redis

Full commit hash
89fb1322c6f486a9883e6435a73537b13fbf3582
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
34
    auth("`REDISPASS`")
Open commit View diff
34 auth("`REDISPASS`")
andryyy over 5 years ago f60143e

[Postfix, Dovecot, SOGo] Sanitize F2B logs

Full commit hash
f60143e983ca02399e1b1a9bd74cfedfb3bb1257
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
35
    command("PUBLISH" "F2B_CHANNEL" "$(sanitize $MESSAGE)")
Open commit View diff
35 command("PUBLISH" "F2B_CHANNEL" "$(sanitize $MESSAGE)")
andryyy about 9 years ago dc463c3

[Multiple] Push multiple logs to Redis channel for fail2ban-mailcow to read. Enables Fail2ban independently of used Docker logging driver.

Full commit hash
dc463c3ddaac35e71df1be11d16b23bb373020d2
Author
andryyy <[email protected]>
Date
about 9 years ago
Selected line
36
  );
Open commit View diff
36 );
same change dc463c3

[Multiple] Push multiple logs to Redis channel for fail2ban-mailcow to read. Enables Fail2ban independently of used Docker logging driver.

Full commit hash
dc463c3ddaac35e71df1be11d16b23bb373020d2
Author
andryyy <[email protected]>
Date
about 9 years ago
Selected line
37
};
Open commit View diff
37 };
andryyy about 9 years ago 980acb5

Log to redis and file

Full commit hash
980acb507e0d276b0024e0bb21f35b71a7ac2af5
Author
andryyy <[email protected]>
Date
about 9 years ago
Selected line
38
log {
Open commit View diff
38 log {
same change 980acb5

Log to redis and file

Full commit hash
980acb507e0d276b0024e0bb21f35b71a7ac2af5
Author
andryyy <[email protected]>
Date
about 9 years ago
Selected line
39
  source(s_sogo);
Open commit View diff
39 source(s_sogo);
andryyy about 9 years ago a31819f

[SOGo] Log to a pipe to not keep logs in a container

Full commit hash
a31819fd6c73efc2684eb6c6f725803d39640c72
Author
andryyy <[email protected]>
Date
about 9 years ago
Selected line
40
  destination(d_redis_ui_log);
Open commit View diff
40 destination(d_redis_ui_log);
same change a31819f

[SOGo] Log to a pipe to not keep logs in a container

Full commit hash
a31819fd6c73efc2684eb6c6f725803d39640c72
Author
andryyy <[email protected]>
Date
about 9 years ago
Selected line
41
  destination(d_redis_f2b_channel);
Open commit View diff
41 destination(d_redis_f2b_channel);
andryyy about 9 years ago 980acb5

Log to redis and file

Full commit hash
980acb507e0d276b0024e0bb21f35b71a7ac2af5
Author
andryyy <[email protected]>
Date
about 9 years ago
Selected line
42
};
Open commit View diff
42 };
same change 980acb5

Log to redis and file

Full commit hash
980acb507e0d276b0024e0bb21f35b71a7ac2af5
Author
andryyy <[email protected]>
Date
about 9 years ago
Selected line
43
log {
Open commit View diff
43 log {
same change 980acb5

Log to redis and file

Full commit hash
980acb507e0d276b0024e0bb21f35b71a7ac2af5
Author
andryyy <[email protected]>
Date
about 9 years ago
Selected line
44
  source(s_sogo);
Open commit View diff
44 source(s_sogo);
andryyy about 9 years ago a31819f

[SOGo] Log to a pipe to not keep logs in a container

Full commit hash
a31819fd6c73efc2684eb6c6f725803d39640c72
Author
andryyy <[email protected]>
Date
about 9 years ago
Selected line
45
  source(s_src);
Open commit View diff
45 source(s_src);
same change a31819f

[SOGo] Log to a pipe to not keep logs in a container

Full commit hash
a31819fd6c73efc2684eb6c6f725803d39640c72
Author
andryyy <[email protected]>
Date
about 9 years ago
Selected line
46
  destination(d_stdout);
Open commit View diff
46 destination(d_stdout);
andryyy about 9 years ago 980acb5

Log to redis and file

Full commit hash
980acb507e0d276b0024e0bb21f35b71a7ac2af5
Author
andryyy <[email protected]>
Date
about 9 years ago
Selected line
47
};
Open commit View diff
47 };