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/antivirus.conf

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

antivirus.conf on main
Author Date Commit Line Code
andryyy over 9 years ago babad4f

Anti-Virus local configuration for Rspamd, container not enabled by default

Full commit hash
babad4f13732aa86a4ee082661cb4f1b7de0fae3
Author
andryyy <[email protected]>
Date
over 9 years ago
Selected line
1
clamav {
Open commit View diff
1 clamav {
andryyy over 7 years ago 94d7952

[Rspamd] Scan the whole message to be able to trigger Sanesecurity rules

Full commit hash
94d79528022cd15908742ca806a031c18a96fa37
Author
andryyy <[email protected]>
Date
over 7 years ago
Selected line
2
  # Scan whole message
Open commit View diff
2 # Scan whole message
same change 94d7952

[Rspamd] Scan the whole message to be able to trigger Sanesecurity rules

Full commit hash
94d79528022cd15908742ca806a031c18a96fa37
Author
andryyy <[email protected]>
Date
over 7 years ago
Selected line
3
  scan_mime_parts = false;
Open commit View diff
3 scan_mime_parts = false;
same change 94d7952

[Rspamd] Scan the whole message to be able to trigger Sanesecurity rules

Full commit hash
94d79528022cd15908742ca806a031c18a96fa37
Author
andryyy <[email protected]>
Date
over 7 years ago
Selected line
4
  #scan_text_mime = true;
Open commit View diff
4 #scan_text_mime = true;
same change 94d7952

[Rspamd] Scan the whole message to be able to trigger Sanesecurity rules

Full commit hash
94d79528022cd15908742ca806a031c18a96fa37
Author
andryyy <[email protected]>
Date
over 7 years ago
Selected line
5
  #scan_image_mime = true;
Open commit View diff
5 #scan_image_mime = true;
andryyy over 9 years ago babad4f

Anti-Virus local configuration for Rspamd, container not enabled by default

Full commit hash
babad4f13732aa86a4ee082661cb4f1b7de0fae3
Author
andryyy <[email protected]>
Date
over 9 years ago
Selected line
6
  symbol = "CLAM_VIRUS";
Open commit View diff
6 symbol = "CLAM_VIRUS";
same change babad4f

Anti-Virus local configuration for Rspamd, container not enabled by default

Full commit hash
babad4f13732aa86a4ee082661cb4f1b7de0fae3
Author
andryyy <[email protected]>
Date
over 9 years ago
Selected line
7
  type = "clamav";
Open commit View diff
7 type = "clamav";
same change babad4f

Anti-Virus local configuration for Rspamd, container not enabled by default

Full commit hash
babad4f13732aa86a4ee082661cb4f1b7de0fae3
Author
andryyy <[email protected]>
Date
over 9 years ago
Selected line
8
  log_clean = true;
Open commit View diff
8 log_clean = true;
same change babad4f

Anti-Virus local configuration for Rspamd, container not enabled by default

Full commit hash
babad4f13732aa86a4ee082661cb4f1b7de0fae3
Author
andryyy <[email protected]>
Date
over 9 years ago
Selected line
9
  servers = "clamd:3310";
Open commit View diff
9 servers = "clamd:3310";
andryyy over 7 years ago 17222ea

[Rspamd] Set max_size for AV

Full commit hash
17222eac94f1e06580dcaad6b1b55ff54203f5b5
Author
andryyy <[email protected]>
Date
over 7 years ago
Selected line
10
  max_size = 20971520;
Open commit View diff
10 max_size = 20971520;
andryyy over 9 years ago babad4f

Anti-Virus local configuration for Rspamd, container not enabled by default

Full commit hash
babad4f13732aa86a4ee082661cb4f1b7de0fae3
Author
andryyy <[email protected]>
Date
over 9 years ago
Selected line
11
}
Open commit View diff
11 }