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/postfix-tlspol/syslog-ng-redis_slave.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-redis_slave.conf on main
Author Date Commit Line Code
DerLinkman 11 months ago 1cb38ba

Postfix: Split TLSPol companion app into separate container (#6688)

Full commit hash
1cb38bacdb0d652781007175fc37eb0361da6aa4
Author
DerLinkman <[email protected]>
Date
11 months ago
Selected line
1
@version: 3.38
Open commit View diff
1 @version: 3.38
same change 1cb38ba

Postfix: Split TLSPol companion app into separate container (#6688)

Full commit hash
1cb38bacdb0d652781007175fc37eb0361da6aa4
Author
DerLinkman <[email protected]>
Date
11 months ago
Selected line
2
@include "scl.conf"
Open commit View diff
2 @include "scl.conf"
same change 1cb38ba

Postfix: Split TLSPol companion app into separate container (#6688)

Full commit hash
1cb38bacdb0d652781007175fc37eb0361da6aa4
Author
DerLinkman <[email protected]>
Date
11 months ago
Selected line
3
options {
Open commit View diff
3 options {
same change 1cb38ba

Postfix: Split TLSPol companion app into separate container (#6688)

Full commit hash
1cb38bacdb0d652781007175fc37eb0361da6aa4
Author
DerLinkman <[email protected]>
Date
11 months ago
Selected line
4
  chain_hostnames(off);
Open commit View diff
4 chain_hostnames(off);
same change 1cb38ba

Postfix: Split TLSPol companion app into separate container (#6688)

Full commit hash
1cb38bacdb0d652781007175fc37eb0361da6aa4
Author
DerLinkman <[email protected]>
Date
11 months ago
Selected line
5
  flush_lines(0);
Open commit View diff
5 flush_lines(0);
same change 1cb38ba

Postfix: Split TLSPol companion app into separate container (#6688)

Full commit hash
1cb38bacdb0d652781007175fc37eb0361da6aa4
Author
DerLinkman <[email protected]>
Date
11 months ago
Selected line
6
  use_dns(no);
Open commit View diff
6 use_dns(no);
same change 1cb38ba

Postfix: Split TLSPol companion app into separate container (#6688)

Full commit hash
1cb38bacdb0d652781007175fc37eb0361da6aa4
Author
DerLinkman <[email protected]>
Date
11 months ago
Selected line
7
  dns_cache(no);
Open commit View diff
7 dns_cache(no);
same change 1cb38ba

Postfix: Split TLSPol companion app into separate container (#6688)

Full commit hash
1cb38bacdb0d652781007175fc37eb0361da6aa4
Author
DerLinkman <[email protected]>
Date
11 months ago
Selected line
8
  use_fqdn(no);
Open commit View diff
8 use_fqdn(no);
same change 1cb38ba

Postfix: Split TLSPol companion app into separate container (#6688)

Full commit hash
1cb38bacdb0d652781007175fc37eb0361da6aa4
Author
DerLinkman <[email protected]>
Date
11 months ago
Selected line
9
  owner("root"); group("adm"); perm(0640);
Open commit View diff
9 owner("root"); group("adm"); perm(0640);
same change 1cb38ba

Postfix: Split TLSPol companion app into separate container (#6688)

Full commit hash
1cb38bacdb0d652781007175fc37eb0361da6aa4
Author
DerLinkman <[email protected]>
Date
11 months ago
Selected line
10
  stats_freq(0);
Open commit View diff
10 stats_freq(0);
same change 1cb38ba

Postfix: Split TLSPol companion app into separate container (#6688)

Full commit hash
1cb38bacdb0d652781007175fc37eb0361da6aa4
Author
DerLinkman <[email protected]>
Date
11 months ago
Selected line
11
  bad_hostname("^gconfd$");
Open commit View diff
11 bad_hostname("^gconfd$");
same change 1cb38ba

Postfix: Split TLSPol companion app into separate container (#6688)

Full commit hash
1cb38bacdb0d652781007175fc37eb0361da6aa4
Author
DerLinkman <[email protected]>
Date
11 months ago
Selected line
12
};
Open commit View diff
12 };
same change 1cb38ba

Postfix: Split TLSPol companion app into separate container (#6688)

Full commit hash
1cb38bacdb0d652781007175fc37eb0361da6aa4
Author
DerLinkman <[email protected]>
Date
11 months ago
Selected line
13
source s_src {
Open commit View diff
13 source s_src {
same change 1cb38ba

Postfix: Split TLSPol companion app into separate container (#6688)

Full commit hash
1cb38bacdb0d652781007175fc37eb0361da6aa4
Author
DerLinkman <[email protected]>
Date
11 months ago
Selected line
14
  unix-stream("/dev/log");
Open commit View diff
14 unix-stream("/dev/log");
same change 1cb38ba

Postfix: Split TLSPol companion app into separate container (#6688)

Full commit hash
1cb38bacdb0d652781007175fc37eb0361da6aa4
Author
DerLinkman <[email protected]>
Date
11 months ago
Selected line
15
  internal();
Open commit View diff
15 internal();
same change 1cb38ba

Postfix: Split TLSPol companion app into separate container (#6688)

Full commit hash
1cb38bacdb0d652781007175fc37eb0361da6aa4
Author
DerLinkman <[email protected]>
Date
11 months ago
Selected line
16
};
Open commit View diff
16 };
same change 1cb38ba

Postfix: Split TLSPol companion app into separate container (#6688)

Full commit hash
1cb38bacdb0d652781007175fc37eb0361da6aa4
Author
DerLinkman <[email protected]>
Date
11 months ago
Selected line
17
destination d_stdout { pipe("/dev/stdout"); };
Open commit View diff
17 destination d_stdout { pipe("/dev/stdout"); };
same change 1cb38ba

Postfix: Split TLSPol companion app into separate container (#6688)

Full commit hash
1cb38bacdb0d652781007175fc37eb0361da6aa4
Author
DerLinkman <[email protected]>
Date
11 months ago
Selected line
18
destination d_redis_ui_log {
Open commit View diff
18 destination d_redis_ui_log {
same change 1cb38ba

Postfix: Split TLSPol companion app into separate container (#6688)

Full commit hash
1cb38bacdb0d652781007175fc37eb0361da6aa4
Author
DerLinkman <[email protected]>
Date
11 months ago
Selected line
19
  redis(
Open commit View diff
19 redis(
same change 1cb38ba

Postfix: Split TLSPol companion app into separate container (#6688)

Full commit hash
1cb38bacdb0d652781007175fc37eb0361da6aa4
Author
DerLinkman <[email protected]>
Date
11 months ago
Selected line
20
    host("`REDIS_SLAVEOF_IP`")
Open commit View diff
20 host("`REDIS_SLAVEOF_IP`")
same change 1cb38ba

Postfix: Split TLSPol companion app into separate container (#6688)

Full commit hash
1cb38bacdb0d652781007175fc37eb0361da6aa4
Author
DerLinkman <[email protected]>
Date
11 months ago
Selected line
21
    persist-name("redis1")
Open commit View diff
21 persist-name("redis1")
same change 1cb38ba

Postfix: Split TLSPol companion app into separate container (#6688)

Full commit hash
1cb38bacdb0d652781007175fc37eb0361da6aa4
Author
DerLinkman <[email protected]>
Date
11 months ago
Selected line
22
    port(`REDIS_SLAVEOF_PORT`)
Open commit View diff
22 port(`REDIS_SLAVEOF_PORT`)
same change 1cb38ba

Postfix: Split TLSPol companion app into separate container (#6688)

Full commit hash
1cb38bacdb0d652781007175fc37eb0361da6aa4
Author
DerLinkman <[email protected]>
Date
11 months ago
Selected line
23
    auth("`REDISPASS`")
Open commit View diff
23 auth("`REDISPASS`")
same change 1cb38ba

Postfix: Split TLSPol companion app into separate container (#6688)

Full commit hash
1cb38bacdb0d652781007175fc37eb0361da6aa4
Author
DerLinkman <[email protected]>
Date
11 months ago
Selected line
24
    command("LPUSH" "POSTFIX_MAILLOG" "$(format-json time=\"$S_UNIXTIME\" priority=\"$PRIORITY\" program=\"$PROGRAM\" message=\"$MESSAGE\")\n")
Open commit View diff
24 command("LPUSH" "POSTFIX_MAILLOG" "$(format-json time=\"$S_UNIXTIME\" priority=\"$PRIORITY\" program=\"$PROGRAM\" message=\"$MESSAGE\")\n")
same change 1cb38ba

Postfix: Split TLSPol companion app into separate container (#6688)

Full commit hash
1cb38bacdb0d652781007175fc37eb0361da6aa4
Author
DerLinkman <[email protected]>
Date
11 months ago
Selected line
25
  );
Open commit View diff
25 );
same change 1cb38ba

Postfix: Split TLSPol companion app into separate container (#6688)

Full commit hash
1cb38bacdb0d652781007175fc37eb0361da6aa4
Author
DerLinkman <[email protected]>
Date
11 months ago
Selected line
26
};
Open commit View diff
26 };
same change 1cb38ba

Postfix: Split TLSPol companion app into separate container (#6688)

Full commit hash
1cb38bacdb0d652781007175fc37eb0361da6aa4
Author
DerLinkman <[email protected]>
Date
11 months ago
Selected line
27
filter f_mail { facility(mail); };
Open commit View diff
27 filter f_mail { facility(mail); };
same change 1cb38ba

Postfix: Split TLSPol companion app into separate container (#6688)

Full commit hash
1cb38bacdb0d652781007175fc37eb0361da6aa4
Author
DerLinkman <[email protected]>
Date
11 months ago
Selected line
28
# start
Open commit View diff
28 # start
same change 1cb38ba

Postfix: Split TLSPol companion app into separate container (#6688)

Full commit hash
1cb38bacdb0d652781007175fc37eb0361da6aa4
Author
DerLinkman <[email protected]>
Date
11 months ago
Selected line
29
# overriding warnings are still displayed when the entrypoint runs its initial check
Open commit View diff
29 # overriding warnings are still displayed when the entrypoint runs its initial check
same change 1cb38ba

Postfix: Split TLSPol companion app into separate container (#6688)

Full commit hash
1cb38bacdb0d652781007175fc37eb0361da6aa4
Author
DerLinkman <[email protected]>
Date
11 months ago
Selected line
30
# warnings logged by postfix-mailcow to syslog are hidden to reduce repeating msgs
Open commit View diff
30 # warnings logged by postfix-mailcow to syslog are hidden to reduce repeating msgs
same change 1cb38ba

Postfix: Split TLSPol companion app into separate container (#6688)

Full commit hash
1cb38bacdb0d652781007175fc37eb0361da6aa4
Author
DerLinkman <[email protected]>
Date
11 months ago
Selected line
31
# Some other warnings are ignored
Open commit View diff
31 # Some other warnings are ignored
same change 1cb38ba

Postfix: Split TLSPol companion app into separate container (#6688)

Full commit hash
1cb38bacdb0d652781007175fc37eb0361da6aa4
Author
DerLinkman <[email protected]>
Date
11 months ago
Selected line
32
filter f_ignore {
Open commit View diff
32 filter f_ignore {
same change 1cb38ba

Postfix: Split TLSPol companion app into separate container (#6688)

Full commit hash
1cb38bacdb0d652781007175fc37eb0361da6aa4
Author
DerLinkman <[email protected]>
Date
11 months ago
Selected line
33
  not match("overriding earlier entry" value("MESSAGE"));
Open commit View diff
33 not match("overriding earlier entry" value("MESSAGE"));
same change 1cb38ba

Postfix: Split TLSPol companion app into separate container (#6688)

Full commit hash
1cb38bacdb0d652781007175fc37eb0361da6aa4
Author
DerLinkman <[email protected]>
Date
11 months ago
Selected line
34
  not match("TLS SNI from checks.mailcow.email" value("MESSAGE"));
Open commit View diff
34 not match("TLS SNI from checks.mailcow.email" value("MESSAGE"));
same change 1cb38ba

Postfix: Split TLSPol companion app into separate container (#6688)

Full commit hash
1cb38bacdb0d652781007175fc37eb0361da6aa4
Author
DerLinkman <[email protected]>
Date
11 months ago
Selected line
35
  not match("no SASL support" value("MESSAGE"));
Open commit View diff
35 not match("no SASL support" value("MESSAGE"));
same change 1cb38ba

Postfix: Split TLSPol companion app into separate container (#6688)

Full commit hash
1cb38bacdb0d652781007175fc37eb0361da6aa4
Author
DerLinkman <[email protected]>
Date
11 months ago
Selected line
36
  not facility (local0, local1, local2, local3, local4, local5, local6, local7);
Open commit View diff
36 not facility (local0, local1, local2, local3, local4, local5, local6, local7);
same change 1cb38ba

Postfix: Split TLSPol companion app into separate container (#6688)

Full commit hash
1cb38bacdb0d652781007175fc37eb0361da6aa4
Author
DerLinkman <[email protected]>
Date
11 months ago
Selected line
37
};
Open commit View diff
37 };
same change 1cb38ba

Postfix: Split TLSPol companion app into separate container (#6688)

Full commit hash
1cb38bacdb0d652781007175fc37eb0361da6aa4
Author
DerLinkman <[email protected]>
Date
11 months ago
Selected line
38
# end
Open commit View diff
38 # end
same change 1cb38ba

Postfix: Split TLSPol companion app into separate container (#6688)

Full commit hash
1cb38bacdb0d652781007175fc37eb0361da6aa4
Author
DerLinkman <[email protected]>
Date
11 months ago
Selected line
39
log {
Open commit View diff
39 log {
same change 1cb38ba

Postfix: Split TLSPol companion app into separate container (#6688)

Full commit hash
1cb38bacdb0d652781007175fc37eb0361da6aa4
Author
DerLinkman <[email protected]>
Date
11 months ago
Selected line
40
  source(s_src);
Open commit View diff
40 source(s_src);
same change 1cb38ba

Postfix: Split TLSPol companion app into separate container (#6688)

Full commit hash
1cb38bacdb0d652781007175fc37eb0361da6aa4
Author
DerLinkman <[email protected]>
Date
11 months ago
Selected line
41
  filter(f_ignore);
Open commit View diff
41 filter(f_ignore);
same change 1cb38ba

Postfix: Split TLSPol companion app into separate container (#6688)

Full commit hash
1cb38bacdb0d652781007175fc37eb0361da6aa4
Author
DerLinkman <[email protected]>
Date
11 months ago
Selected line
42
  destination(d_stdout);
Open commit View diff
42 destination(d_stdout);
same change 1cb38ba

Postfix: Split TLSPol companion app into separate container (#6688)

Full commit hash
1cb38bacdb0d652781007175fc37eb0361da6aa4
Author
DerLinkman <[email protected]>
Date
11 months ago
Selected line
43
  filter(f_mail);
Open commit View diff
43 filter(f_mail);
same change 1cb38ba

Postfix: Split TLSPol companion app into separate container (#6688)

Full commit hash
1cb38bacdb0d652781007175fc37eb0361da6aa4
Author
DerLinkman <[email protected]>
Date
11 months ago
Selected line
44
  destination(d_redis_ui_log);
Open commit View diff
44 destination(d_redis_ui_log);
same change 1cb38ba

Postfix: Split TLSPol companion app into separate container (#6688)

Full commit hash
1cb38bacdb0d652781007175fc37eb0361da6aa4
Author
DerLinkman <[email protected]>
Date
11 months ago
Selected line
45
};
Open commit View diff
45 };