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/rspamd/docker-entrypoint.sh

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

docker-entrypoint.sh on main
Author Date Commit Line Code
andryyy about 9 years ago 4066f35

New Rspamd image, also fixes #386

Full commit hash
4066f3507c2ecca1d1f2d9a40b87688b0fed15d0
Author
andryyy <[email protected]>
Date
about 9 years ago
Selected line
1
#!/bin/bash
Open commit View diff
1 #!/bin/bash
same change 4066f35

New Rspamd image, also fixes #386

Full commit hash
4066f3507c2ecca1d1f2d9a40b87688b0fed15d0
Author
andryyy <[email protected]>
Date
about 9 years ago
Selected line
2
Open commit View diff
2
andryyy over 6 years ago 02bb3a4

[Rspamd] Wait for PHP to not break inotify

Full commit hash
02bb3a44a7584f9e04facd254429f7379ee644a5
Author
andryyy <[email protected]>
Date
over 6 years ago
Selected line
3
until nc phpfpm 9001 -z; do
Open commit View diff
3 until nc phpfpm 9001 -z; do
same change 02bb3a4

[Rspamd] Wait for PHP to not break inotify

Full commit hash
02bb3a44a7584f9e04facd254429f7379ee644a5
Author
andryyy <[email protected]>
Date
over 6 years ago
Selected line
4
  echo "Waiting for PHP on port 9001..."
Open commit View diff
4 echo "Waiting for PHP on port 9001..."
same change 02bb3a4

[Rspamd] Wait for PHP to not break inotify

Full commit hash
02bb3a44a7584f9e04facd254429f7379ee644a5
Author
andryyy <[email protected]>
Date
over 6 years ago
Selected line
5
  sleep 3
Open commit View diff
5 sleep 3
same change 02bb3a4

[Rspamd] Wait for PHP to not break inotify

Full commit hash
02bb3a44a7584f9e04facd254429f7379ee644a5
Author
andryyy <[email protected]>
Date
over 6 years ago
Selected line
6
done
Open commit View diff
6 done
same change 02bb3a4

[Rspamd] Wait for PHP to not break inotify

Full commit hash
02bb3a44a7584f9e04facd254429f7379ee644a5
Author
andryyy <[email protected]>
Date
over 6 years ago
Selected line
7
Open commit View diff
7
same change 02bb3a4

[Rspamd] Wait for PHP to not break inotify

Full commit hash
02bb3a44a7584f9e04facd254429f7379ee644a5
Author
andryyy <[email protected]>
Date
over 6 years ago
Selected line
8
until nc phpfpm 9002 -z; do
Open commit View diff
8 until nc phpfpm 9002 -z; do
same change 02bb3a4

[Rspamd] Wait for PHP to not break inotify

Full commit hash
02bb3a44a7584f9e04facd254429f7379ee644a5
Author
andryyy <[email protected]>
Date
over 6 years ago
Selected line
9
  echo "Waiting for PHP on port 9002..."
Open commit View diff
9 echo "Waiting for PHP on port 9002..."
same change 02bb3a4

[Rspamd] Wait for PHP to not break inotify

Full commit hash
02bb3a44a7584f9e04facd254429f7379ee644a5
Author
andryyy <[email protected]>
Date
over 6 years ago
Selected line
10
  sleep 3
Open commit View diff
10 sleep 3
same change 02bb3a4

[Rspamd] Wait for PHP to not break inotify

Full commit hash
02bb3a44a7584f9e04facd254429f7379ee644a5
Author
andryyy <[email protected]>
Date
over 6 years ago
Selected line
11
done
Open commit View diff
11 done
same change 02bb3a4

[Rspamd] Wait for PHP to not break inotify

Full commit hash
02bb3a44a7584f9e04facd254429f7379ee644a5
Author
andryyy <[email protected]>
Date
over 6 years ago
Selected line
12
Open commit View diff
12
andryyy about 7 years ago b20ff13

[Rspamd] Update to 1.9.2, minor entrypoint changes

Full commit hash
b20ff13e40c45083386bd7a17065749bfc702f3a
Author
andryyy <[email protected]>
Date
about 7 years ago
Selected line
13
mkdir -p /etc/rspamd/plugins.d \
Open commit View diff
13 mkdir -p /etc/rspamd/plugins.d \
same change b20ff13

[Rspamd] Update to 1.9.2, minor entrypoint changes

Full commit hash
b20ff13e40c45083386bd7a17065749bfc702f3a
Author
andryyy <[email protected]>
Date
about 7 years ago
Selected line
14
  /etc/rspamd/custom
Open commit View diff
14 /etc/rspamd/custom
same change b20ff13

[Rspamd] Update to 1.9.2, minor entrypoint changes

Full commit hash
b20ff13e40c45083386bd7a17065749bfc702f3a
Author
andryyy <[email protected]>
Date
about 7 years ago
Selected line
15
Open commit View diff
15
same change b20ff13

[Rspamd] Update to 1.9.2, minor entrypoint changes

Full commit hash
b20ff13e40c45083386bd7a17065749bfc702f3a
Author
andryyy <[email protected]>
Date
about 7 years ago
Selected line
16
touch /etc/rspamd/rspamd.conf.local \
Open commit View diff
16 touch /etc/rspamd/rspamd.conf.local \
same change b20ff13

[Rspamd] Update to 1.9.2, minor entrypoint changes

Full commit hash
b20ff13e40c45083386bd7a17065749bfc702f3a
Author
andryyy <[email protected]>
Date
about 7 years ago
Selected line
17
  /etc/rspamd/rspamd.conf.override
Open commit View diff
17 /etc/rspamd/rspamd.conf.override
same change b20ff13

[Rspamd] Update to 1.9.2, minor entrypoint changes

Full commit hash
b20ff13e40c45083386bd7a17065749bfc702f3a
Author
andryyy <[email protected]>
Date
about 7 years ago
Selected line
18
Open commit View diff
18
andryyy about 7 years ago 5e36018

[Rspamd] Auto-generate SIEVE_HOST map and add dnsutils

Full commit hash
5e36018864ac95d418e98df9cb1076ffe83409e4
Author
andryyy <[email protected]>
Date
about 7 years ago
Selected line
19
chmod 755 /var/lib/rspamd
Open commit View diff
19 chmod 755 /var/lib/rspamd
same change 5e36018

[Rspamd] Auto-generate SIEVE_HOST map and add dnsutils

Full commit hash
5e36018864ac95d418e98df9cb1076ffe83409e4
Author
andryyy <[email protected]>
Date
about 7 years ago
Selected line
20
Open commit View diff
20
andryyy over 6 years ago b52ee0a

[Rspamd] Fix map permissions for www

Full commit hash
b52ee0a706f1b4d0fb7989c8805623d2c842ea47
Author
andryyy <[email protected]>
Date
over 6 years ago
Selected line
21
Open commit View diff
21
andryyy about 7 years ago b139e48

Add some hints to autogenerated files

Full commit hash
b139e48eecd17be8356e47d9097fecb77cb9feae
Author
andryyy <[email protected]>
Date
about 7 years ago
Selected line
22
[[ ! -f /etc/rspamd/override.d/worker-controller-password.inc ]] && echo '# Autogenerated by mailcow' > /etc/rspamd/override.d/worker-controller-password.inc
Open commit View diff
22 [[ ! -f /etc/rspamd/override.d/worker-controller-password.inc ]] && echo '# Autogenerated by mailcow' > /etc/rspamd/override.d/worker-controller-password.inc
andryyy about 7 years ago 5e36018

[Rspamd] Auto-generate SIEVE_HOST map and add dnsutils

Full commit hash
5e36018864ac95d418e98df9cb1076ffe83409e4
Author
andryyy <[email protected]>
Date
about 7 years ago
Selected line
23
Open commit View diff
23
andryyy over 6 years ago 37934fa

[Rspamd] Add mailcow_networks map

Full commit hash
37934fae030540fdfd4ea6144d19bbc43c4ea82a
Author
andryyy <[email protected]>
Date
over 6 years ago
Selected line
24
echo ${IPV4_NETWORK}.0/24 > /etc/rspamd/custom/mailcow_networks.map
Open commit View diff
24 echo ${IPV4_NETWORK}.0/24 > /etc/rspamd/custom/mailcow_networks.map
same change 37934fa

[Rspamd] Add mailcow_networks map

Full commit hash
37934fae030540fdfd4ea6144d19bbc43c4ea82a
Author
andryyy <[email protected]>
Date
over 6 years ago
Selected line
25
echo ${IPV6_NETWORK} >> /etc/rspamd/custom/mailcow_networks.map
Open commit View diff
25 echo ${IPV6_NETWORK} >> /etc/rspamd/custom/mailcow_networks.map
same change 37934fa

[Rspamd] Add mailcow_networks map

Full commit hash
37934fae030540fdfd4ea6144d19bbc43c4ea82a
Author
andryyy <[email protected]>
Date
over 6 years ago
Selected line
26
Open commit View diff
26
andryyy about 7 years ago 5e36018

[Rspamd] Auto-generate SIEVE_HOST map and add dnsutils

Full commit hash
5e36018864ac95d418e98df9cb1076ffe83409e4
Author
andryyy <[email protected]>
Date
about 7 years ago
Selected line
27
DOVECOT_V4=
Open commit View diff
27 DOVECOT_V4=
same change 5e36018

[Rspamd] Auto-generate SIEVE_HOST map and add dnsutils

Full commit hash
5e36018864ac95d418e98df9cb1076ffe83409e4
Author
andryyy <[email protected]>
Date
about 7 years ago
Selected line
28
DOVECOT_V6=
Open commit View diff
28 DOVECOT_V6=
same change 5e36018

[Rspamd] Auto-generate SIEVE_HOST map and add dnsutils

Full commit hash
5e36018864ac95d418e98df9cb1076ffe83409e4
Author
andryyy <[email protected]>
Date
about 7 years ago
Selected line
29
until [[ ! -z ${DOVECOT_V4} ]]; do
Open commit View diff
29 until [[ ! -z ${DOVECOT_V4} ]]; do
same change 5e36018

[Rspamd] Auto-generate SIEVE_HOST map and add dnsutils

Full commit hash
5e36018864ac95d418e98df9cb1076ffe83409e4
Author
andryyy <[email protected]>
Date
about 7 years ago
Selected line
30
  DOVECOT_V4=$(dig a dovecot +short)
Open commit View diff
30 DOVECOT_V4=$(dig a dovecot +short)
same change 5e36018

[Rspamd] Auto-generate SIEVE_HOST map and add dnsutils

Full commit hash
5e36018864ac95d418e98df9cb1076ffe83409e4
Author
andryyy <[email protected]>
Date
about 7 years ago
Selected line
31
  DOVECOT_V6=$(dig aaaa dovecot +short)
Open commit View diff
31 DOVECOT_V6=$(dig aaaa dovecot +short)
same change 5e36018

[Rspamd] Auto-generate SIEVE_HOST map and add dnsutils

Full commit hash
5e36018864ac95d418e98df9cb1076ffe83409e4
Author
andryyy <[email protected]>
Date
about 7 years ago
Selected line
32
  [[ ! -z ${DOVECOT_V4} ]] && break;
Open commit View diff
32 [[ ! -z ${DOVECOT_V4} ]] && break;
andryyy over 6 years ago 03cbed5

[Rspamd] allow_hdrfrom_mismatch true, auth_only false (sieve)

Full commit hash
03cbed500216d14fc83686af255583a3db54862e
Author
andryyy <[email protected]>
Date
over 6 years ago
Selected line
33
  echo "Waiting for Dovecot..."
Open commit View diff
33 echo "Waiting for Dovecot..."
andryyy about 7 years ago 5e36018

[Rspamd] Auto-generate SIEVE_HOST map and add dnsutils

Full commit hash
5e36018864ac95d418e98df9cb1076ffe83409e4
Author
andryyy <[email protected]>
Date
about 7 years ago
Selected line
34
  sleep 3
Open commit View diff
34 sleep 3
same change 5e36018

[Rspamd] Auto-generate SIEVE_HOST map and add dnsutils

Full commit hash
5e36018864ac95d418e98df9cb1076ffe83409e4
Author
andryyy <[email protected]>
Date
about 7 years ago
Selected line
35
done
Open commit View diff
35 done
same change 5e36018

[Rspamd] Auto-generate SIEVE_HOST map and add dnsutils

Full commit hash
5e36018864ac95d418e98df9cb1076ffe83409e4
Author
andryyy <[email protected]>
Date
about 7 years ago
Selected line
36
echo ${DOVECOT_V4}/32 > /etc/rspamd/custom/dovecot_trusted.map
Open commit View diff
36 echo ${DOVECOT_V4}/32 > /etc/rspamd/custom/dovecot_trusted.map
same change 5e36018

[Rspamd] Auto-generate SIEVE_HOST map and add dnsutils

Full commit hash
5e36018864ac95d418e98df9cb1076ffe83409e4
Author
andryyy <[email protected]>
Date
about 7 years ago
Selected line
37
if [[ ! -z ${DOVECOT_V6} ]]; then
Open commit View diff
37 if [[ ! -z ${DOVECOT_V6} ]]; then
same change 5e36018

[Rspamd] Auto-generate SIEVE_HOST map and add dnsutils

Full commit hash
5e36018864ac95d418e98df9cb1076ffe83409e4
Author
andryyy <[email protected]>
Date
about 7 years ago
Selected line
38
  echo ${DOVECOT_V6}/128 >> /etc/rspamd/custom/dovecot_trusted.map
Open commit View diff
38 echo ${DOVECOT_V6}/128 >> /etc/rspamd/custom/dovecot_trusted.map
same change 5e36018

[Rspamd] Auto-generate SIEVE_HOST map and add dnsutils

Full commit hash
5e36018864ac95d418e98df9cb1076ffe83409e4
Author
andryyy <[email protected]>
Date
about 7 years ago
Selected line
39
fi
Open commit View diff
39 fi
same change 5e36018

[Rspamd] Auto-generate SIEVE_HOST map and add dnsutils

Full commit hash
5e36018864ac95d418e98df9cb1076ffe83409e4
Author
andryyy <[email protected]>
Date
about 7 years ago
Selected line
40
Open commit View diff
40
andryyy over 6 years ago 03cbed5

[Rspamd] allow_hdrfrom_mismatch true, auth_only false (sieve)

Full commit hash
03cbed500216d14fc83686af255583a3db54862e
Author
andryyy <[email protected]>
Date
over 6 years ago
Selected line
41
RSPAMD_V4=
Open commit View diff
41 RSPAMD_V4=
same change 03cbed5

[Rspamd] allow_hdrfrom_mismatch true, auth_only false (sieve)

Full commit hash
03cbed500216d14fc83686af255583a3db54862e
Author
andryyy <[email protected]>
Date
over 6 years ago
Selected line
42
RSPAMD_V6=
Open commit View diff
42 RSPAMD_V6=
same change 03cbed5

[Rspamd] allow_hdrfrom_mismatch true, auth_only false (sieve)

Full commit hash
03cbed500216d14fc83686af255583a3db54862e
Author
andryyy <[email protected]>
Date
over 6 years ago
Selected line
43
until [[ ! -z ${RSPAMD_V4} ]]; do
Open commit View diff
43 until [[ ! -z ${RSPAMD_V4} ]]; do
same change 03cbed5

[Rspamd] allow_hdrfrom_mismatch true, auth_only false (sieve)

Full commit hash
03cbed500216d14fc83686af255583a3db54862e
Author
andryyy <[email protected]>
Date
over 6 years ago
Selected line
44
  RSPAMD_V4=$(dig a rspamd +short)
Open commit View diff
44 RSPAMD_V4=$(dig a rspamd +short)
same change 03cbed5

[Rspamd] allow_hdrfrom_mismatch true, auth_only false (sieve)

Full commit hash
03cbed500216d14fc83686af255583a3db54862e
Author
andryyy <[email protected]>
Date
over 6 years ago
Selected line
45
  RSPAMD_V6=$(dig aaaa rspamd +short)
Open commit View diff
45 RSPAMD_V6=$(dig aaaa rspamd +short)
same change 03cbed5

[Rspamd] allow_hdrfrom_mismatch true, auth_only false (sieve)

Full commit hash
03cbed500216d14fc83686af255583a3db54862e
Author
andryyy <[email protected]>
Date
over 6 years ago
Selected line
46
  [[ ! -z ${RSPAMD_V4} ]] && break;
Open commit View diff
46 [[ ! -z ${RSPAMD_V4} ]] && break;
same change 03cbed5

[Rspamd] allow_hdrfrom_mismatch true, auth_only false (sieve)

Full commit hash
03cbed500216d14fc83686af255583a3db54862e
Author
andryyy <[email protected]>
Date
over 6 years ago
Selected line
47
  echo "Waiting for Rspamd..."
Open commit View diff
47 echo "Waiting for Rspamd..."
same change 03cbed5

[Rspamd] allow_hdrfrom_mismatch true, auth_only false (sieve)

Full commit hash
03cbed500216d14fc83686af255583a3db54862e
Author
andryyy <[email protected]>
Date
over 6 years ago
Selected line
48
  sleep 3
Open commit View diff
48 sleep 3
same change 03cbed5

[Rspamd] allow_hdrfrom_mismatch true, auth_only false (sieve)

Full commit hash
03cbed500216d14fc83686af255583a3db54862e
Author
andryyy <[email protected]>
Date
over 6 years ago
Selected line
49
done
Open commit View diff
49 done
same change 03cbed5

[Rspamd] allow_hdrfrom_mismatch true, auth_only false (sieve)

Full commit hash
03cbed500216d14fc83686af255583a3db54862e
Author
andryyy <[email protected]>
Date
over 6 years ago
Selected line
50
echo ${RSPAMD_V4}/32 > /etc/rspamd/custom/rspamd_trusted.map
Open commit View diff
50 echo ${RSPAMD_V4}/32 > /etc/rspamd/custom/rspamd_trusted.map
same change 03cbed5

[Rspamd] allow_hdrfrom_mismatch true, auth_only false (sieve)

Full commit hash
03cbed500216d14fc83686af255583a3db54862e
Author
andryyy <[email protected]>
Date
over 6 years ago
Selected line
51
if [[ ! -z ${RSPAMD_V6} ]]; then
Open commit View diff
51 if [[ ! -z ${RSPAMD_V6} ]]; then
same change 03cbed5

[Rspamd] allow_hdrfrom_mismatch true, auth_only false (sieve)

Full commit hash
03cbed500216d14fc83686af255583a3db54862e
Author
andryyy <[email protected]>
Date
over 6 years ago
Selected line
52
  echo ${RSPAMD_V6}/128 >> /etc/rspamd/custom/rspamd_trusted.map
Open commit View diff
52 echo ${RSPAMD_V6}/128 >> /etc/rspamd/custom/rspamd_trusted.map
same change 03cbed5

[Rspamd] allow_hdrfrom_mismatch true, auth_only false (sieve)

Full commit hash
03cbed500216d14fc83686af255583a3db54862e
Author
andryyy <[email protected]>
Date
over 6 years ago
Selected line
53
fi
Open commit View diff
53 fi
same change 03cbed5

[Rspamd] allow_hdrfrom_mismatch true, auth_only false (sieve)

Full commit hash
03cbed500216d14fc83686af255583a3db54862e
Author
andryyy <[email protected]>
Date
over 6 years ago
Selected line
54
Open commit View diff
54
andryyy over 6 years ago b889c70

[Rspamd] Set Redis slaveof if not master, adjust redis configs automatically

Full commit hash
b889c70db82593612157ea9da371db6d88e62711
Author
andryyy <[email protected]>
Date
over 6 years ago
Selected line
55
if [[ ! -z ${REDIS_SLAVEOF_IP} ]]; then
Open commit View diff
55 if [[ ! -z ${REDIS_SLAVEOF_IP} ]]; then
same change b889c70

[Rspamd] Set Redis slaveof if not master, adjust redis configs automatically

Full commit hash
b889c70db82593612157ea9da371db6d88e62711
Author
andryyy <[email protected]>
Date
over 6 years ago
Selected line
56
  cat <<EOF > /etc/rspamd/local.d/redis.conf
Open commit View diff
56 cat <<EOF > /etc/rspamd/local.d/redis.conf
same change b889c70

[Rspamd] Set Redis slaveof if not master, adjust redis configs automatically

Full commit hash
b889c70db82593612157ea9da371db6d88e62711
Author
andryyy <[email protected]>
Date
over 6 years ago
Selected line
57
read_servers = "redis:6379";
Open commit View diff
57 read_servers = "redis:6379";
same change b889c70

[Rspamd] Set Redis slaveof if not master, adjust redis configs automatically

Full commit hash
b889c70db82593612157ea9da371db6d88e62711
Author
andryyy <[email protected]>
Date
over 6 years ago
Selected line
58
write_servers = "${REDIS_SLAVEOF_IP}:${REDIS_SLAVEOF_PORT}";
Open commit View diff
58 write_servers = "${REDIS_SLAVEOF_IP}:${REDIS_SLAVEOF_PORT}";
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
59
password = "${REDISPASS}";
Open commit View diff
59 password = "${REDISPASS}";
andryyy over 6 years ago b889c70

[Rspamd] Set Redis slaveof if not master, adjust redis configs automatically

Full commit hash
b889c70db82593612157ea9da371db6d88e62711
Author
andryyy <[email protected]>
Date
over 6 years ago
Selected line
60
timeout = 10;
Open commit View diff
60 timeout = 10;
same change b889c70

[Rspamd] Set Redis slaveof if not master, adjust redis configs automatically

Full commit hash
b889c70db82593612157ea9da371db6d88e62711
Author
andryyy <[email protected]>
Date
over 6 years ago
Selected line
61
EOF
Open commit View diff
61 EOF
FreddleSpl0it over 1 year ago 6831f94

[Redis] redis-cli suppress auth warning

Full commit hash
6831f94fdb209fb4a558f5f81fb7db340c856bd2
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
62
  until [[ $(redis-cli -h redis-mailcow -a ${REDISPASS} --no-auth-warning PING) == "PONG" ]]; do
Open commit View diff
62 until [[ $(redis-cli -h redis-mailcow -a ${REDISPASS} --no-auth-warning PING) == "PONG" ]]; do
andryyy almost 6 years ago 6cb5d83

[Rspamd] Minor: Fix text

Full commit hash
6cb5d832d625a6c990b86ead096402d7ae80c688
Author
andryyy <[email protected]>
Date
almost 6 years ago
Selected line
63
    echo "Waiting for Redis @redis-mailcow..."
Open commit View diff
63 echo "Waiting for Redis @redis-mailcow..."
andryyy over 6 years ago b889c70

[Rspamd] Set Redis slaveof if not master, adjust redis configs automatically

Full commit hash
b889c70db82593612157ea9da371db6d88e62711
Author
andryyy <[email protected]>
Date
over 6 years ago
Selected line
64
    sleep 2
Open commit View diff
64 sleep 2
same change b889c70

[Rspamd] Set Redis slaveof if not master, adjust redis configs automatically

Full commit hash
b889c70db82593612157ea9da371db6d88e62711
Author
andryyy <[email protected]>
Date
over 6 years ago
Selected line
65
  done
Open commit View diff
65 done
FreddleSpl0it over 1 year ago 6831f94

[Redis] redis-cli suppress auth warning

Full commit hash
6831f94fdb209fb4a558f5f81fb7db340c856bd2
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
66
  until [[ $(redis-cli -h ${REDIS_SLAVEOF_IP} -p ${REDIS_SLAVEOF_PORT} -a ${REDISPASS} --no-auth-warning PING) == "PONG" ]]; do
Open commit View diff
66 until [[ $(redis-cli -h ${REDIS_SLAVEOF_IP} -p ${REDIS_SLAVEOF_PORT} -a ${REDISPASS} --no-auth-warning PING) == "PONG" ]]; do
andryyy almost 6 years ago 6cb5d83

[Rspamd] Minor: Fix text

Full commit hash
6cb5d832d625a6c990b86ead096402d7ae80c688
Author
andryyy <[email protected]>
Date
almost 6 years ago
Selected line
67
    echo "Waiting for Redis @${REDIS_SLAVEOF_IP}..."
Open commit View diff
67 echo "Waiting for Redis @${REDIS_SLAVEOF_IP}..."
andryyy over 6 years ago b889c70

[Rspamd] Set Redis slaveof if not master, adjust redis configs automatically

Full commit hash
b889c70db82593612157ea9da371db6d88e62711
Author
andryyy <[email protected]>
Date
over 6 years ago
Selected line
68
    sleep 2
Open commit View diff
68 sleep 2
same change b889c70

[Rspamd] Set Redis slaveof if not master, adjust redis configs automatically

Full commit hash
b889c70db82593612157ea9da371db6d88e62711
Author
andryyy <[email protected]>
Date
over 6 years ago
Selected line
69
  done
Open commit View diff
69 done
FreddleSpl0it over 1 year ago 6831f94

[Redis] redis-cli suppress auth warning

Full commit hash
6831f94fdb209fb4a558f5f81fb7db340c856bd2
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
70
  redis-cli -h redis-mailcow -a ${REDISPASS} --no-auth-warning SLAVEOF ${REDIS_SLAVEOF_IP} ${REDIS_SLAVEOF_PORT}
Open commit View diff
70 redis-cli -h redis-mailcow -a ${REDISPASS} --no-auth-warning SLAVEOF ${REDIS_SLAVEOF_IP} ${REDIS_SLAVEOF_PORT}
andryyy over 6 years ago b889c70

[Rspamd] Set Redis slaveof if not master, adjust redis configs automatically

Full commit hash
b889c70db82593612157ea9da371db6d88e62711
Author
andryyy <[email protected]>
Date
over 6 years ago
Selected line
71
else
Open commit View diff
71 else
same change b889c70

[Rspamd] Set Redis slaveof if not master, adjust redis configs automatically

Full commit hash
b889c70db82593612157ea9da371db6d88e62711
Author
andryyy <[email protected]>
Date
over 6 years ago
Selected line
72
  cat <<EOF > /etc/rspamd/local.d/redis.conf
Open commit View diff
72 cat <<EOF > /etc/rspamd/local.d/redis.conf
same change b889c70

[Rspamd] Set Redis slaveof if not master, adjust redis configs automatically

Full commit hash
b889c70db82593612157ea9da371db6d88e62711
Author
andryyy <[email protected]>
Date
over 6 years ago
Selected line
73
servers = "redis:6379";
Open commit View diff
73 servers = "redis: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
74
password = "${REDISPASS}";
Open commit View diff
74 password = "${REDISPASS}";
andryyy over 6 years ago b889c70

[Rspamd] Set Redis slaveof if not master, adjust redis configs automatically

Full commit hash
b889c70db82593612157ea9da371db6d88e62711
Author
andryyy <[email protected]>
Date
over 6 years ago
Selected line
75
timeout = 10;
Open commit View diff
75 timeout = 10;
same change b889c70

[Rspamd] Set Redis slaveof if not master, adjust redis configs automatically

Full commit hash
b889c70db82593612157ea9da371db6d88e62711
Author
andryyy <[email protected]>
Date
over 6 years ago
Selected line
76
EOF
Open commit View diff
76 EOF
FreddleSpl0it over 1 year ago 6831f94

[Redis] redis-cli suppress auth warning

Full commit hash
6831f94fdb209fb4a558f5f81fb7db340c856bd2
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
77
  until [[ $(redis-cli -h redis-mailcow -a ${REDISPASS} --no-auth-warning PING) == "PONG" ]]; do
Open commit View diff
77 until [[ $(redis-cli -h redis-mailcow -a ${REDISPASS} --no-auth-warning PING) == "PONG" ]]; do
andryyy over 6 years ago b889c70

[Rspamd] Set Redis slaveof if not master, adjust redis configs automatically

Full commit hash
b889c70db82593612157ea9da371db6d88e62711
Author
andryyy <[email protected]>
Date
over 6 years ago
Selected line
78
    echo "Waiting for Redis slave..."
Open commit View diff
78 echo "Waiting for Redis slave..."
same change b889c70

[Rspamd] Set Redis slaveof if not master, adjust redis configs automatically

Full commit hash
b889c70db82593612157ea9da371db6d88e62711
Author
andryyy <[email protected]>
Date
over 6 years ago
Selected line
79
    sleep 2
Open commit View diff
79 sleep 2
same change b889c70

[Rspamd] Set Redis slaveof if not master, adjust redis configs automatically

Full commit hash
b889c70db82593612157ea9da371db6d88e62711
Author
andryyy <[email protected]>
Date
over 6 years ago
Selected line
80
  done
Open commit View diff
80 done
FreddleSpl0it over 1 year ago 6831f94

[Redis] redis-cli suppress auth warning

Full commit hash
6831f94fdb209fb4a558f5f81fb7db340c856bd2
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
81
  redis-cli -h redis-mailcow -a ${REDISPASS} --no-auth-warning SLAVEOF NO ONE
Open commit View diff
81 redis-cli -h redis-mailcow -a ${REDISPASS} --no-auth-warning SLAVEOF NO ONE
andryyy over 6 years ago b889c70

[Rspamd] Set Redis slaveof if not master, adjust redis configs automatically

Full commit hash
b889c70db82593612157ea9da371db6d88e62711
Author
andryyy <[email protected]>
Date
over 6 years ago
Selected line
82
fi
Open commit View diff
82 fi
same change b889c70

[Rspamd] Set Redis slaveof if not master, adjust redis configs automatically

Full commit hash
b889c70db82593612157ea9da371db6d88e62711
Author
andryyy <[email protected]>
Date
over 6 years ago
Selected line
83
Open commit View diff
83
Marvin A. Ruder over 1 year ago 8408b82

Add new option with description to existing configuration files during next update

Full commit hash
8408b82e9c92d34f65f5aae31d6840704764e231
Author
Marvin A. Ruder <[email protected]>
Date
over 1 year ago
Selected line
84
if [[ "${SKIP_OLEFY}" =~ ^([yY][eE][sS]|[yY])+$ ]]; then
Open commit View diff
84 if [[ "${SKIP_OLEFY}" =~ ^([yY][eE][sS]|[yY])+$ ]]; then
same change 8408b82

Add new option with description to existing configuration files during next update

Full commit hash
8408b82e9c92d34f65f5aae31d6840704764e231
Author
Marvin A. Ruder <[email protected]>
Date
over 1 year ago
Selected line
85
  if [[ -f /etc/rspamd/local.d/external_services.conf ]]; then
Open commit View diff
85 if [[ -f /etc/rspamd/local.d/external_services.conf ]]; then
same change 8408b82

Add new option with description to existing configuration files during next update

Full commit hash
8408b82e9c92d34f65f5aae31d6840704764e231
Author
Marvin A. Ruder <[email protected]>
Date
over 1 year ago
Selected line
86
    rm /etc/rspamd/local.d/external_services.conf
Open commit View diff
86 rm /etc/rspamd/local.d/external_services.conf
same change 8408b82

Add new option with description to existing configuration files during next update

Full commit hash
8408b82e9c92d34f65f5aae31d6840704764e231
Author
Marvin A. Ruder <[email protected]>
Date
over 1 year ago
Selected line
87
  fi
Open commit View diff
87 fi
same change 8408b82

Add new option with description to existing configuration files during next update

Full commit hash
8408b82e9c92d34f65f5aae31d6840704764e231
Author
Marvin A. Ruder <[email protected]>
Date
over 1 year ago
Selected line
88
else
Open commit View diff
88 else
FreddleSpl0it 11 months ago 8c8497d

[Rspamd] only recreate external_services.conf file if it was deleted

Full commit hash
8c8497d885b816397b36bc11470e11c459a6b98c
Author
FreddleSpl0it <[email protected]>
Date
11 months ago
Selected line
89
  if [[ ! -f /etc/rspamd/local.d/external_services.conf ]]; then
Open commit View diff
89 if [[ ! -f /etc/rspamd/local.d/external_services.conf ]]; then
same change 8c8497d

[Rspamd] only recreate external_services.conf file if it was deleted

Full commit hash
8c8497d885b816397b36bc11470e11c459a6b98c
Author
FreddleSpl0it <[email protected]>
Date
11 months ago
Selected line
90
    cat <<EOF > /etc/rspamd/local.d/external_services.conf
Open commit View diff
90 cat <<EOF > /etc/rspamd/local.d/external_services.conf
Marvin A. Ruder over 1 year ago 8408b82

Add new option with description to existing configuration files during next update

Full commit hash
8408b82e9c92d34f65f5aae31d6840704764e231
Author
Marvin A. Ruder <[email protected]>
Date
over 1 year ago
Selected line
91
oletools {
Open commit View diff
91 oletools {
same change 8408b82

Add new option with description to existing configuration files during next update

Full commit hash
8408b82e9c92d34f65f5aae31d6840704764e231
Author
Marvin A. Ruder <[email protected]>
Date
over 1 year ago
Selected line
92
  # default olefy settings
Open commit View diff
92 # default olefy settings
same change 8408b82

Add new option with description to existing configuration files during next update

Full commit hash
8408b82e9c92d34f65f5aae31d6840704764e231
Author
Marvin A. Ruder <[email protected]>
Date
over 1 year ago
Selected line
93
  servers = "olefy:10055";
Open commit View diff
93 servers = "olefy:10055";
same change 8408b82

Add new option with description to existing configuration files during next update

Full commit hash
8408b82e9c92d34f65f5aae31d6840704764e231
Author
Marvin A. Ruder <[email protected]>
Date
over 1 year ago
Selected line
94
  # needs to be set explicitly for Rspamd < 1.9.5
Open commit View diff
94 # needs to be set explicitly for Rspamd < 1.9.5
same change 8408b82

Add new option with description to existing configuration files during next update

Full commit hash
8408b82e9c92d34f65f5aae31d6840704764e231
Author
Marvin A. Ruder <[email protected]>
Date
over 1 year ago
Selected line
95
  scan_mime_parts = true;
Open commit View diff
95 scan_mime_parts = true;
same change 8408b82

Add new option with description to existing configuration files during next update

Full commit hash
8408b82e9c92d34f65f5aae31d6840704764e231
Author
Marvin A. Ruder <[email protected]>
Date
over 1 year ago
Selected line
96
  # mime-part regex matching in content-type or filename
Open commit View diff
96 # mime-part regex matching in content-type or filename
same change 8408b82

Add new option with description to existing configuration files during next update

Full commit hash
8408b82e9c92d34f65f5aae31d6840704764e231
Author
Marvin A. Ruder <[email protected]>
Date
over 1 year ago
Selected line
97
  # block all macros
Open commit View diff
97 # block all macros
same change 8408b82

Add new option with description to existing configuration files during next update

Full commit hash
8408b82e9c92d34f65f5aae31d6840704764e231
Author
Marvin A. Ruder <[email protected]>
Date
over 1 year ago
Selected line
98
  extended = true;
Open commit View diff
98 extended = true;
same change 8408b82

Add new option with description to existing configuration files during next update

Full commit hash
8408b82e9c92d34f65f5aae31d6840704764e231
Author
Marvin A. Ruder <[email protected]>
Date
over 1 year ago
Selected line
99
  max_size = 3145728;
Open commit View diff
99 max_size = 3145728;
same change 8408b82

Add new option with description to existing configuration files during next update

Full commit hash
8408b82e9c92d34f65f5aae31d6840704764e231
Author
Marvin A. Ruder <[email protected]>
Date
over 1 year ago
Selected line
100
  timeout = 20.0;
Open commit View diff
100 timeout = 20.0;
same change 8408b82

Add new option with description to existing configuration files during next update

Full commit hash
8408b82e9c92d34f65f5aae31d6840704764e231
Author
Marvin A. Ruder <[email protected]>
Date
over 1 year ago
Selected line
101
  retransmits = 1;
Open commit View diff
101 retransmits = 1;
same change 8408b82

Add new option with description to existing configuration files during next update

Full commit hash
8408b82e9c92d34f65f5aae31d6840704764e231
Author
Marvin A. Ruder <[email protected]>
Date
over 1 year ago
Selected line
102
}
Open commit View diff
102 }
same change 8408b82

Add new option with description to existing configuration files during next update

Full commit hash
8408b82e9c92d34f65f5aae31d6840704764e231
Author
Marvin A. Ruder <[email protected]>
Date
over 1 year ago
Selected line
103
EOF
Open commit View diff
103 EOF
FreddleSpl0it 11 months ago 8c8497d

[Rspamd] only recreate external_services.conf file if it was deleted

Full commit hash
8c8497d885b816397b36bc11470e11c459a6b98c
Author
FreddleSpl0it <[email protected]>
Date
11 months ago
Selected line
104
  fi
Open commit View diff
104 fi
Marvin A. Ruder over 1 year ago 8408b82

Add new option with description to existing configuration files during next update

Full commit hash
8408b82e9c92d34f65f5aae31d6840704764e231
Author
Marvin A. Ruder <[email protected]>
Date
over 1 year ago
Selected line
105
fi
Open commit View diff
105 fi
same change 8408b82

Add new option with description to existing configuration files during next update

Full commit hash
8408b82e9c92d34f65f5aae31d6840704764e231
Author
Marvin A. Ruder <[email protected]>
Date
over 1 year ago
Selected line
106
Open commit View diff
106
FreddleSpl0it over 2 years ago d2e3867

[Web][Rspamd] implement custom mailbox attributes and improve domain wide footer

Full commit hash
d2e38678936158637fae1f9518248cc10099bf7f
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
107
# Provide additional lua modules
Open commit View diff
107 # Provide additional lua modules
same change d2e3867

[Web][Rspamd] implement custom mailbox attributes and improve domain wide footer

Full commit hash
d2e38678936158637fae1f9518248cc10099bf7f
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
108
ln -s /usr/lib/$(uname -m)-linux-gnu/liblua5.1-cjson.so.0.0.0 /usr/lib/rspamd/cjson.so
Open commit View diff
108 ln -s /usr/lib/$(uname -m)-linux-gnu/liblua5.1-cjson.so.0.0.0 /usr/lib/rspamd/cjson.so
same change d2e3867

[Web][Rspamd] implement custom mailbox attributes and improve domain wide footer

Full commit hash
d2e38678936158637fae1f9518248cc10099bf7f
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
109
Open commit View diff
109
andryyy about 7 years ago b20ff13

[Rspamd] Update to 1.9.2, minor entrypoint changes

Full commit hash
b20ff13e40c45083386bd7a17065749bfc702f3a
Author
andryyy <[email protected]>
Date
about 7 years ago
Selected line
110
chown -R _rspamd:_rspamd /var/lib/rspamd \
Open commit View diff
110 chown -R _rspamd:_rspamd /var/lib/rspamd \
same change b20ff13

[Rspamd] Update to 1.9.2, minor entrypoint changes

Full commit hash
b20ff13e40c45083386bd7a17065749bfc702f3a
Author
andryyy <[email protected]>
Date
about 7 years ago
Selected line
111
  /etc/rspamd/local.d \
Open commit View diff
111 /etc/rspamd/local.d \
same change b20ff13

[Rspamd] Update to 1.9.2, minor entrypoint changes

Full commit hash
b20ff13e40c45083386bd7a17065749bfc702f3a
Author
andryyy <[email protected]>
Date
about 7 years ago
Selected line
112
  /etc/rspamd/override.d \
Open commit View diff
112 /etc/rspamd/override.d \
same change b20ff13

[Rspamd] Update to 1.9.2, minor entrypoint changes

Full commit hash
b20ff13e40c45083386bd7a17065749bfc702f3a
Author
andryyy <[email protected]>
Date
about 7 years ago
Selected line
113
  /etc/rspamd/rspamd.conf.local \
Open commit View diff
113 /etc/rspamd/rspamd.conf.local \
same change b20ff13

[Rspamd] Update to 1.9.2, minor entrypoint changes

Full commit hash
b20ff13e40c45083386bd7a17065749bfc702f3a
Author
andryyy <[email protected]>
Date
about 7 years ago
Selected line
114
  /etc/rspamd/rspamd.conf.override \
Open commit View diff
114 /etc/rspamd/rspamd.conf.override \
same change b20ff13

[Rspamd] Update to 1.9.2, minor entrypoint changes

Full commit hash
b20ff13e40c45083386bd7a17065749bfc702f3a
Author
andryyy <[email protected]>
Date
about 7 years ago
Selected line
115
  /etc/rspamd/plugins.d
Open commit View diff
115 /etc/rspamd/plugins.d
same change b20ff13

[Rspamd] Update to 1.9.2, minor entrypoint changes

Full commit hash
b20ff13e40c45083386bd7a17065749bfc702f3a
Author
andryyy <[email protected]>
Date
about 7 years ago
Selected line
116
Open commit View diff
116
andryyy over 6 years ago bdf5697

[Rspamd, PHP-FPM] Mount Rspamd maps, set correct permissions (WIP: edit in UI)

Full commit hash
bdf56971d531c0f120a3251c89f1fe376833ba40
Author
andryyy <[email protected]>
Date
over 6 years ago
Selected line
117
# Fix missing default global maps, if any
Open commit View diff
117 # Fix missing default global maps, if any
same change bdf5697

[Rspamd, PHP-FPM] Mount Rspamd maps, set correct permissions (WIP: edit in UI)

Full commit hash
bdf56971d531c0f120a3251c89f1fe376833ba40
Author
andryyy <[email protected]>
Date
over 6 years ago
Selected line
118
# These exists in mailcow UI and should not be removed
Open commit View diff
118 # These exists in mailcow UI and should not be removed
same change bdf5697

[Rspamd, PHP-FPM] Mount Rspamd maps, set correct permissions (WIP: edit in UI)

Full commit hash
bdf56971d531c0f120a3251c89f1fe376833ba40
Author
andryyy <[email protected]>
Date
over 6 years ago
Selected line
119
touch /etc/rspamd/custom/global_mime_from_blacklist.map \
Open commit View diff
119 touch /etc/rspamd/custom/global_mime_from_blacklist.map \
same change bdf5697

[Rspamd, PHP-FPM] Mount Rspamd maps, set correct permissions (WIP: edit in UI)

Full commit hash
bdf56971d531c0f120a3251c89f1fe376833ba40
Author
andryyy <[email protected]>
Date
over 6 years ago
Selected line
120
  /etc/rspamd/custom/global_rcpt_blacklist.map \
Open commit View diff
120 /etc/rspamd/custom/global_rcpt_blacklist.map \
same change bdf5697

[Rspamd, PHP-FPM] Mount Rspamd maps, set correct permissions (WIP: edit in UI)

Full commit hash
bdf56971d531c0f120a3251c89f1fe376833ba40
Author
andryyy <[email protected]>
Date
over 6 years ago
Selected line
121
  /etc/rspamd/custom/global_smtp_from_blacklist.map \
Open commit View diff
121 /etc/rspamd/custom/global_smtp_from_blacklist.map \
same change bdf5697

[Rspamd, PHP-FPM] Mount Rspamd maps, set correct permissions (WIP: edit in UI)

Full commit hash
bdf56971d531c0f120a3251c89f1fe376833ba40
Author
andryyy <[email protected]>
Date
over 6 years ago
Selected line
122
  /etc/rspamd/custom/global_mime_from_whitelist.map \
Open commit View diff
122 /etc/rspamd/custom/global_mime_from_whitelist.map \
same change bdf5697

[Rspamd, PHP-FPM] Mount Rspamd maps, set correct permissions (WIP: edit in UI)

Full commit hash
bdf56971d531c0f120a3251c89f1fe376833ba40
Author
andryyy <[email protected]>
Date
over 6 years ago
Selected line
123
  /etc/rspamd/custom/global_rcpt_whitelist.map \
Open commit View diff
123 /etc/rspamd/custom/global_rcpt_whitelist.map \
same change bdf5697

[Rspamd, PHP-FPM] Mount Rspamd maps, set correct permissions (WIP: edit in UI)

Full commit hash
bdf56971d531c0f120a3251c89f1fe376833ba40
Author
andryyy <[email protected]>
Date
over 6 years ago
Selected line
124
  /etc/rspamd/custom/global_smtp_from_whitelist.map \
Open commit View diff
124 /etc/rspamd/custom/global_smtp_from_whitelist.map \
andryyy over 6 years ago 86d55c4

[Rspamd] Touch bad lang map

Full commit hash
86d55c41db7c9e0ac5c3931a636613aec457c9b4
Author
andryyy <[email protected]>
Date
over 6 years ago
Selected line
125
  /etc/rspamd/custom/bad_languages.map \
Open commit View diff
125 /etc/rspamd/custom/bad_languages.map \
andryyy over 6 years ago bdf5697

[Rspamd, PHP-FPM] Mount Rspamd maps, set correct permissions (WIP: edit in UI)

Full commit hash
bdf56971d531c0f120a3251c89f1fe376833ba40
Author
andryyy <[email protected]>
Date
over 6 years ago
Selected line
126
  /etc/rspamd/custom/sa-rules \
Open commit View diff
126 /etc/rspamd/custom/sa-rules \
same change bdf5697

[Rspamd, PHP-FPM] Mount Rspamd maps, set correct permissions (WIP: edit in UI)

Full commit hash
bdf56971d531c0f120a3251c89f1fe376833ba40
Author
andryyy <[email protected]>
Date
over 6 years ago
Selected line
127
  /etc/rspamd/custom/dovecot_trusted.map \
Open commit View diff
127 /etc/rspamd/custom/dovecot_trusted.map \
andryyy over 6 years ago 03cbed5

[Rspamd] allow_hdrfrom_mismatch true, auth_only false (sieve)

Full commit hash
03cbed500216d14fc83686af255583a3db54862e
Author
andryyy <[email protected]>
Date
over 6 years ago
Selected line
128
  /etc/rspamd/custom/rspamd_trusted.map \
Open commit View diff
128 /etc/rspamd/custom/rspamd_trusted.map \
andryyy over 6 years ago 37934fa

[Rspamd] Add mailcow_networks map

Full commit hash
37934fae030540fdfd4ea6144d19bbc43c4ea82a
Author
andryyy <[email protected]>
Date
over 6 years ago
Selected line
129
  /etc/rspamd/custom/mailcow_networks.map \
Open commit View diff
129 /etc/rspamd/custom/mailcow_networks.map \
andryyy over 6 years ago bdf5697

[Rspamd, PHP-FPM] Mount Rspamd maps, set correct permissions (WIP: edit in UI)

Full commit hash
bdf56971d531c0f120a3251c89f1fe376833ba40
Author
andryyy <[email protected]>
Date
over 6 years ago
Selected line
130
  /etc/rspamd/custom/ip_wl.map \
Open commit View diff
130 /etc/rspamd/custom/ip_wl.map \
same change bdf5697

[Rspamd, PHP-FPM] Mount Rspamd maps, set correct permissions (WIP: edit in UI)

Full commit hash
bdf56971d531c0f120a3251c89f1fe376833ba40
Author
andryyy <[email protected]>
Date
over 6 years ago
Selected line
131
  /etc/rspamd/custom/fishy_tlds.map \
Open commit View diff
131 /etc/rspamd/custom/fishy_tlds.map \
same change bdf5697

[Rspamd, PHP-FPM] Mount Rspamd maps, set correct permissions (WIP: edit in UI)

Full commit hash
bdf56971d531c0f120a3251c89f1fe376833ba40
Author
andryyy <[email protected]>
Date
over 6 years ago
Selected line
132
  /etc/rspamd/custom/bad_words.map \
Open commit View diff
132 /etc/rspamd/custom/bad_words.map \
same change bdf5697

[Rspamd, PHP-FPM] Mount Rspamd maps, set correct permissions (WIP: edit in UI)

Full commit hash
bdf56971d531c0f120a3251c89f1fe376833ba40
Author
andryyy <[email protected]>
Date
over 6 years ago
Selected line
133
  /etc/rspamd/custom/bad_asn.map \
Open commit View diff
133 /etc/rspamd/custom/bad_asn.map \
andryyy over 6 years ago d248bb6

[Rspamd] Reduce Sorbs recent score

Full commit hash
d248bb660c1285ac56e90f10dd0ae5e272e46f83
Author
andryyy <[email protected]>
Date
over 6 years ago
Selected line
134
  /etc/rspamd/custom/bad_words_de.map \
Open commit View diff
134 /etc/rspamd/custom/bad_words_de.map \
andryyy about 5 years ago b8f7b00

[Rspamd] Add new bad header map

Full commit hash
b8f7b00fffbfc7dd670321debb79e01a529815c3
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
135
  /etc/rspamd/custom/bulk_header.map \
Open commit View diff
135 /etc/rspamd/custom/bulk_header.map \
same change b8f7b00

[Rspamd] Add new bad header map

Full commit hash
b8f7b00fffbfc7dd670321debb79e01a529815c3
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
136
  /etc/rspamd/custom/bad_header.map
Open commit View diff
136 /etc/rspamd/custom/bad_header.map
andryyy over 6 years ago bdf5697

[Rspamd, PHP-FPM] Mount Rspamd maps, set correct permissions (WIP: edit in UI)

Full commit hash
bdf56971d531c0f120a3251c89f1fe376833ba40
Author
andryyy <[email protected]>
Date
over 6 years ago
Selected line
137
Open commit View diff
137
same change bdf5697

[Rspamd, PHP-FPM] Mount Rspamd maps, set correct permissions (WIP: edit in UI)

Full commit hash
bdf56971d531c0f120a3251c89f1fe376833ba40
Author
andryyy <[email protected]>
Date
over 6 years ago
Selected line
138
# www-data (82) group needs to write to these files
Open commit View diff
138 # www-data (82) group needs to write to these files
andryyy over 6 years ago a1971f7

[Rspamd] Set correct parent permission

Full commit hash
a1971f7af86894129567adc5023d15c439ee0200
Author
andryyy <[email protected]>
Date
over 6 years ago
Selected line
139
chown _rspamd:_rspamd /etc/rspamd/custom/
Open commit View diff
139 chown _rspamd:_rspamd /etc/rspamd/custom/
andryyy over 6 years ago 27de9db

[Rspamd] Slight changes to improve memory usage

Full commit hash
27de9dbf92c090b3504bc14404e3cca511883b71
Author
andryyy <[email protected]>
Date
over 6 years ago
Selected line
140
chmod 0755 /etc/rspamd/custom/.
Open commit View diff
140 chmod 0755 /etc/rspamd/custom/.
same change 27de9db

[Rspamd] Slight changes to improve memory usage

Full commit hash
27de9dbf92c090b3504bc14404e3cca511883b71
Author
andryyy <[email protected]>
Date
over 6 years ago
Selected line
141
chown -R 82:82 /etc/rspamd/custom/*
Open commit View diff
141 chown -R 82:82 /etc/rspamd/custom/*
same change 27de9db

[Rspamd] Slight changes to improve memory usage

Full commit hash
27de9dbf92c090b3504bc14404e3cca511883b71
Author
andryyy <[email protected]>
Date
over 6 years ago
Selected line
142
chmod 644 -R /etc/rspamd/custom/*
Open commit View diff
142 chmod 644 -R /etc/rspamd/custom/*
andryyy over 6 years ago bdf5697

[Rspamd, PHP-FPM] Mount Rspamd maps, set correct permissions (WIP: edit in UI)

Full commit hash
bdf56971d531c0f120a3251c89f1fe376833ba40
Author
andryyy <[email protected]>
Date
over 6 years ago
Selected line
143
Open commit View diff
143
andryyy almost 7 years ago b0711db

[Dockerfiles] Rename some files and create hook points

Full commit hash
b0711db48955ace1fed1f2251c3433c3a0b0efe3
Author
andryyy <[email protected]>
Date
almost 7 years ago
Selected line
144
# Run hooks
Open commit View diff
144 # Run hooks
same change b0711db

[Dockerfiles] Rename some files and create hook points

Full commit hash
b0711db48955ace1fed1f2251c3433c3a0b0efe3
Author
andryyy <[email protected]>
Date
almost 7 years ago
Selected line
145
for file in /hooks/*; do
Open commit View diff
145 for file in /hooks/*; do
same change b0711db

[Dockerfiles] Rename some files and create hook points

Full commit hash
b0711db48955ace1fed1f2251c3433c3a0b0efe3
Author
andryyy <[email protected]>
Date
almost 7 years ago
Selected line
146
  if [ -x "${file}" ]; then
Open commit View diff
146 if [ -x "${file}" ]; then
same change b0711db

[Dockerfiles] Rename some files and create hook points

Full commit hash
b0711db48955ace1fed1f2251c3433c3a0b0efe3
Author
andryyy <[email protected]>
Date
almost 7 years ago
Selected line
147
    echo "Running hook ${file}"
Open commit View diff
147 echo "Running hook ${file}"
same change b0711db

[Dockerfiles] Rename some files and create hook points

Full commit hash
b0711db48955ace1fed1f2251c3433c3a0b0efe3
Author
andryyy <[email protected]>
Date
almost 7 years ago
Selected line
148
    "${file}"
Open commit View diff
148 "${file}"
same change b0711db

[Dockerfiles] Rename some files and create hook points

Full commit hash
b0711db48955ace1fed1f2251c3433c3a0b0efe3
Author
andryyy <[email protected]>
Date
almost 7 years ago
Selected line
149
  fi
Open commit View diff
149 fi
same change b0711db

[Dockerfiles] Rename some files and create hook points

Full commit hash
b0711db48955ace1fed1f2251c3433c3a0b0efe3
Author
andryyy <[email protected]>
Date
almost 7 years ago
Selected line
150
done
Open commit View diff
150 done
same change b0711db

[Dockerfiles] Rename some files and create hook points

Full commit hash
b0711db48955ace1fed1f2251c3433c3a0b0efe3
Author
andryyy <[email protected]>
Date
almost 7 years ago
Selected line
151
Open commit View diff
151
DerLinkman about 2 years ago 4b400ea

rspamd: Added DQS RBLs when key is set

Full commit hash
4b400eadb1112c07d8e6ac523cebf099912210e2
Author
DerLinkman <[email protected]>
Date
about 2 years ago
Selected line
152
# If DQS KEY is set in mailcow.conf add Spamhaus DQS RBLs
Open commit View diff
152 # If DQS KEY is set in mailcow.conf add Spamhaus DQS RBLs
same change 4b400ea

rspamd: Added DQS RBLs when key is set

Full commit hash
4b400eadb1112c07d8e6ac523cebf099912210e2
Author
DerLinkman <[email protected]>
Date
about 2 years ago
Selected line
153
if [[ ! -z ${SPAMHAUS_DQS_KEY} ]]; then
Open commit View diff
153 if [[ ! -z ${SPAMHAUS_DQS_KEY} ]]; then
same change 4b400ea

rspamd: Added DQS RBLs when key is set

Full commit hash
4b400eadb1112c07d8e6ac523cebf099912210e2
Author
DerLinkman <[email protected]>
Date
about 2 years ago
Selected line
154
    cat <<EOF > /etc/rspamd/custom/dqs-rbl.conf
Open commit View diff
154 cat <<EOF > /etc/rspamd/custom/dqs-rbl.conf
same change 4b400ea

rspamd: Added DQS RBLs when key is set

Full commit hash
4b400eadb1112c07d8e6ac523cebf099912210e2
Author
DerLinkman <[email protected]>
Date
about 2 years ago
Selected line
155
  # Autogenerated by mailcow. DO NOT TOUCH!
Open commit View diff
155 # Autogenerated by mailcow. DO NOT TOUCH!
same change 4b400ea

rspamd: Added DQS RBLs when key is set

Full commit hash
4b400eadb1112c07d8e6ac523cebf099912210e2
Author
DerLinkman <[email protected]>
Date
about 2 years ago
Selected line
156
    spamhaus {
Open commit View diff
156 spamhaus {
same change 4b400ea

rspamd: Added DQS RBLs when key is set

Full commit hash
4b400eadb1112c07d8e6ac523cebf099912210e2
Author
DerLinkman <[email protected]>
Date
about 2 years ago
Selected line
157
        rbl = "${SPAMHAUS_DQS_KEY}.zen.dq.spamhaus.net";
Open commit View diff
157 rbl = "${SPAMHAUS_DQS_KEY}.zen.dq.spamhaus.net";
same change 4b400ea

rspamd: Added DQS RBLs when key is set

Full commit hash
4b400eadb1112c07d8e6ac523cebf099912210e2
Author
DerLinkman <[email protected]>
Date
about 2 years ago
Selected line
158
        from = false;
Open commit View diff
158 from = false;
same change 4b400ea

rspamd: Added DQS RBLs when key is set

Full commit hash
4b400eadb1112c07d8e6ac523cebf099912210e2
Author
DerLinkman <[email protected]>
Date
about 2 years ago
Selected line
159
    }
Open commit View diff
159 }
same change 4b400ea

rspamd: Added DQS RBLs when key is set

Full commit hash
4b400eadb1112c07d8e6ac523cebf099912210e2
Author
DerLinkman <[email protected]>
Date
about 2 years ago
Selected line
160
    spamhaus_from {
Open commit View diff
160 spamhaus_from {
same change 4b400ea

rspamd: Added DQS RBLs when key is set

Full commit hash
4b400eadb1112c07d8e6ac523cebf099912210e2
Author
DerLinkman <[email protected]>
Date
about 2 years ago
Selected line
161
        from = true;
Open commit View diff
161 from = true;
same change 4b400ea

rspamd: Added DQS RBLs when key is set

Full commit hash
4b400eadb1112c07d8e6ac523cebf099912210e2
Author
DerLinkman <[email protected]>
Date
about 2 years ago
Selected line
162
        received = false;
Open commit View diff
162 received = false;
same change 4b400ea

rspamd: Added DQS RBLs when key is set

Full commit hash
4b400eadb1112c07d8e6ac523cebf099912210e2
Author
DerLinkman <[email protected]>
Date
about 2 years ago
Selected line
163
        rbl = "${SPAMHAUS_DQS_KEY}.zen.dq.spamhaus.net";
Open commit View diff
163 rbl = "${SPAMHAUS_DQS_KEY}.zen.dq.spamhaus.net";
same change 4b400ea

rspamd: Added DQS RBLs when key is set

Full commit hash
4b400eadb1112c07d8e6ac523cebf099912210e2
Author
DerLinkman <[email protected]>
Date
about 2 years ago
Selected line
164
        returncodes {
Open commit View diff
164 returncodes {
same change 4b400ea

rspamd: Added DQS RBLs when key is set

Full commit hash
4b400eadb1112c07d8e6ac523cebf099912210e2
Author
DerLinkman <[email protected]>
Date
about 2 years ago
Selected line
165
          SPAMHAUS_ZEN = [ "127.0.0.2", "127.0.0.3", "127.0.0.4", "127.0.0.5", "127.0.0.6", "127.0.0.7", "127.0.0.9", "127.0.0.10", "127.0.0.11" ];
Open commit View diff
165 SPAMHAUS_ZEN = [ "127.0.0.2", "127.0.0.3", "127.0.0.4", "127.0.0.5", "127.0.0.6", "127.0.0.7", "127.0.0.9", "127.0.0.10", "127.0.0.11" ];
same change 4b400ea

rspamd: Added DQS RBLs when key is set

Full commit hash
4b400eadb1112c07d8e6ac523cebf099912210e2
Author
DerLinkman <[email protected]>
Date
about 2 years ago
Selected line
166
        }
Open commit View diff
166 }
same change 4b400ea

rspamd: Added DQS RBLs when key is set

Full commit hash
4b400eadb1112c07d8e6ac523cebf099912210e2
Author
DerLinkman <[email protected]>
Date
about 2 years ago
Selected line
167
    }
Open commit View diff
167 }
same change 4b400ea

rspamd: Added DQS RBLs when key is set

Full commit hash
4b400eadb1112c07d8e6ac523cebf099912210e2
Author
DerLinkman <[email protected]>
Date
about 2 years ago
Selected line
168
    spamhaus_authbl_received {
Open commit View diff
168 spamhaus_authbl_received {
same change 4b400ea

rspamd: Added DQS RBLs when key is set

Full commit hash
4b400eadb1112c07d8e6ac523cebf099912210e2
Author
DerLinkman <[email protected]>
Date
about 2 years ago
Selected line
169
        # Check if the sender client is listed in AuthBL (AuthBL is *not* part of ZEN)
Open commit View diff
169 # Check if the sender client is listed in AuthBL (AuthBL is *not* part of ZEN)
same change 4b400ea

rspamd: Added DQS RBLs when key is set

Full commit hash
4b400eadb1112c07d8e6ac523cebf099912210e2
Author
DerLinkman <[email protected]>
Date
about 2 years ago
Selected line
170
        rbl = "${SPAMHAUS_DQS_KEY}.authbl.dq.spamhaus.net";
Open commit View diff
170 rbl = "${SPAMHAUS_DQS_KEY}.authbl.dq.spamhaus.net";
same change 4b400ea

rspamd: Added DQS RBLs when key is set

Full commit hash
4b400eadb1112c07d8e6ac523cebf099912210e2
Author
DerLinkman <[email protected]>
Date
about 2 years ago
Selected line
171
        from = false;
Open commit View diff
171 from = false;
same change 4b400ea

rspamd: Added DQS RBLs when key is set

Full commit hash
4b400eadb1112c07d8e6ac523cebf099912210e2
Author
DerLinkman <[email protected]>
Date
about 2 years ago
Selected line
172
        received = true;
Open commit View diff
172 received = true;
same change 4b400ea

rspamd: Added DQS RBLs when key is set

Full commit hash
4b400eadb1112c07d8e6ac523cebf099912210e2
Author
DerLinkman <[email protected]>
Date
about 2 years ago
Selected line
173
        ipv6 = true;
Open commit View diff
173 ipv6 = true;
same change 4b400ea

rspamd: Added DQS RBLs when key is set

Full commit hash
4b400eadb1112c07d8e6ac523cebf099912210e2
Author
DerLinkman <[email protected]>
Date
about 2 years ago
Selected line
174
        returncodes {
Open commit View diff
174 returncodes {
same change 4b400ea

rspamd: Added DQS RBLs when key is set

Full commit hash
4b400eadb1112c07d8e6ac523cebf099912210e2
Author
DerLinkman <[email protected]>
Date
about 2 years ago
Selected line
175
          SH_AUTHBL_RECEIVED = "127.0.0.20"
Open commit View diff
175 SH_AUTHBL_RECEIVED = "127.0.0.20"
same change 4b400ea

rspamd: Added DQS RBLs when key is set

Full commit hash
4b400eadb1112c07d8e6ac523cebf099912210e2
Author
DerLinkman <[email protected]>
Date
about 2 years ago
Selected line
176
        }
Open commit View diff
176 }
same change 4b400ea

rspamd: Added DQS RBLs when key is set

Full commit hash
4b400eadb1112c07d8e6ac523cebf099912210e2
Author
DerLinkman <[email protected]>
Date
about 2 years ago
Selected line
177
    }
Open commit View diff
177 }
same change 4b400ea

rspamd: Added DQS RBLs when key is set

Full commit hash
4b400eadb1112c07d8e6ac523cebf099912210e2
Author
DerLinkman <[email protected]>
Date
about 2 years ago
Selected line
178
    spamhaus_dbl {
Open commit View diff
178 spamhaus_dbl {
same change 4b400ea

rspamd: Added DQS RBLs when key is set

Full commit hash
4b400eadb1112c07d8e6ac523cebf099912210e2
Author
DerLinkman <[email protected]>
Date
about 2 years ago
Selected line
179
        # Add checks on the HELO string
Open commit View diff
179 # Add checks on the HELO string
same change 4b400ea

rspamd: Added DQS RBLs when key is set

Full commit hash
4b400eadb1112c07d8e6ac523cebf099912210e2
Author
DerLinkman <[email protected]>
Date
about 2 years ago
Selected line
180
        rbl = "${SPAMHAUS_DQS_KEY}.dbl.dq.spamhaus.net";
Open commit View diff
180 rbl = "${SPAMHAUS_DQS_KEY}.dbl.dq.spamhaus.net";
same change 4b400ea

rspamd: Added DQS RBLs when key is set

Full commit hash
4b400eadb1112c07d8e6ac523cebf099912210e2
Author
DerLinkman <[email protected]>
Date
about 2 years ago
Selected line
181
        helo = true;
Open commit View diff
181 helo = true;
same change 4b400ea

rspamd: Added DQS RBLs when key is set

Full commit hash
4b400eadb1112c07d8e6ac523cebf099912210e2
Author
DerLinkman <[email protected]>
Date
about 2 years ago
Selected line
182
        rdns = true;
Open commit View diff
182 rdns = true;
same change 4b400ea

rspamd: Added DQS RBLs when key is set

Full commit hash
4b400eadb1112c07d8e6ac523cebf099912210e2
Author
DerLinkman <[email protected]>
Date
about 2 years ago
Selected line
183
        dkim = true;
Open commit View diff
183 dkim = true;
same change 4b400ea

rspamd: Added DQS RBLs when key is set

Full commit hash
4b400eadb1112c07d8e6ac523cebf099912210e2
Author
DerLinkman <[email protected]>
Date
about 2 years ago
Selected line
184
        disable_monitoring = true;
Open commit View diff
184 disable_monitoring = true;
same change 4b400ea

rspamd: Added DQS RBLs when key is set

Full commit hash
4b400eadb1112c07d8e6ac523cebf099912210e2
Author
DerLinkman <[email protected]>
Date
about 2 years ago
Selected line
185
        returncodes {
Open commit View diff
185 returncodes {
same change 4b400ea

rspamd: Added DQS RBLs when key is set

Full commit hash
4b400eadb1112c07d8e6ac523cebf099912210e2
Author
DerLinkman <[email protected]>
Date
about 2 years ago
Selected line
186
            RBL_DBL_SPAM = "127.0.1.2";
Open commit View diff
186 RBL_DBL_SPAM = "127.0.1.2";
same change 4b400ea

rspamd: Added DQS RBLs when key is set

Full commit hash
4b400eadb1112c07d8e6ac523cebf099912210e2
Author
DerLinkman <[email protected]>
Date
about 2 years ago
Selected line
187
            RBL_DBL_PHISH = "127.0.1.4";
Open commit View diff
187 RBL_DBL_PHISH = "127.0.1.4";
same change 4b400ea

rspamd: Added DQS RBLs when key is set

Full commit hash
4b400eadb1112c07d8e6ac523cebf099912210e2
Author
DerLinkman <[email protected]>
Date
about 2 years ago
Selected line
188
            RBL_DBL_MALWARE = "127.0.1.5";
Open commit View diff
188 RBL_DBL_MALWARE = "127.0.1.5";
same change 4b400ea

rspamd: Added DQS RBLs when key is set

Full commit hash
4b400eadb1112c07d8e6ac523cebf099912210e2
Author
DerLinkman <[email protected]>
Date
about 2 years ago
Selected line
189
            RBL_DBL_BOTNET = "127.0.1.6";
Open commit View diff
189 RBL_DBL_BOTNET = "127.0.1.6";
same change 4b400ea

rspamd: Added DQS RBLs when key is set

Full commit hash
4b400eadb1112c07d8e6ac523cebf099912210e2
Author
DerLinkman <[email protected]>
Date
about 2 years ago
Selected line
190
            RBL_DBL_ABUSED_SPAM = "127.0.1.102";
Open commit View diff
190 RBL_DBL_ABUSED_SPAM = "127.0.1.102";
same change 4b400ea

rspamd: Added DQS RBLs when key is set

Full commit hash
4b400eadb1112c07d8e6ac523cebf099912210e2
Author
DerLinkman <[email protected]>
Date
about 2 years ago
Selected line
191
            RBL_DBL_ABUSED_PHISH = "127.0.1.104";
Open commit View diff
191 RBL_DBL_ABUSED_PHISH = "127.0.1.104";
same change 4b400ea

rspamd: Added DQS RBLs when key is set

Full commit hash
4b400eadb1112c07d8e6ac523cebf099912210e2
Author
DerLinkman <[email protected]>
Date
about 2 years ago
Selected line
192
            RBL_DBL_ABUSED_MALWARE = "127.0.1.105";
Open commit View diff
192 RBL_DBL_ABUSED_MALWARE = "127.0.1.105";
same change 4b400ea

rspamd: Added DQS RBLs when key is set

Full commit hash
4b400eadb1112c07d8e6ac523cebf099912210e2
Author
DerLinkman <[email protected]>
Date
about 2 years ago
Selected line
193
            RBL_DBL_ABUSED_BOTNET = "127.0.1.106";
Open commit View diff
193 RBL_DBL_ABUSED_BOTNET = "127.0.1.106";
same change 4b400ea

rspamd: Added DQS RBLs when key is set

Full commit hash
4b400eadb1112c07d8e6ac523cebf099912210e2
Author
DerLinkman <[email protected]>
Date
about 2 years ago
Selected line
194
            RBL_DBL_DONT_QUERY_IPS = "127.0.1.255";
Open commit View diff
194 RBL_DBL_DONT_QUERY_IPS = "127.0.1.255";
same change 4b400ea

rspamd: Added DQS RBLs when key is set

Full commit hash
4b400eadb1112c07d8e6ac523cebf099912210e2
Author
DerLinkman <[email protected]>
Date
about 2 years ago
Selected line
195
        }
Open commit View diff
195 }
same change 4b400ea

rspamd: Added DQS RBLs when key is set

Full commit hash
4b400eadb1112c07d8e6ac523cebf099912210e2
Author
DerLinkman <[email protected]>
Date
about 2 years ago
Selected line
196
    }
Open commit View diff
196 }
same change 4b400ea

rspamd: Added DQS RBLs when key is set

Full commit hash
4b400eadb1112c07d8e6ac523cebf099912210e2
Author
DerLinkman <[email protected]>
Date
about 2 years ago
Selected line
197
    spamhaus_dbl_fullurls {
Open commit View diff
197 spamhaus_dbl_fullurls {
same change 4b400ea

rspamd: Added DQS RBLs when key is set

Full commit hash
4b400eadb1112c07d8e6ac523cebf099912210e2
Author
DerLinkman <[email protected]>
Date
about 2 years ago
Selected line
198
        ignore_defaults = true;
Open commit View diff
198 ignore_defaults = true;
same change 4b400ea

rspamd: Added DQS RBLs when key is set

Full commit hash
4b400eadb1112c07d8e6ac523cebf099912210e2
Author
DerLinkman <[email protected]>
Date
about 2 years ago
Selected line
199
        no_ip = true;
Open commit View diff
199 no_ip = true;
same change 4b400ea

rspamd: Added DQS RBLs when key is set

Full commit hash
4b400eadb1112c07d8e6ac523cebf099912210e2
Author
DerLinkman <[email protected]>
Date
about 2 years ago
Selected line
200
        rbl = "${SPAMHAUS_DQS_KEY}.dbl.dq.spamhaus.net";
Open commit View diff
200 rbl = "${SPAMHAUS_DQS_KEY}.dbl.dq.spamhaus.net";
same change 4b400ea

rspamd: Added DQS RBLs when key is set

Full commit hash
4b400eadb1112c07d8e6ac523cebf099912210e2
Author
DerLinkman <[email protected]>
Date
about 2 years ago
Selected line
201
        selector = 'urls:get_host'
Open commit View diff
201 selector = 'urls:get_host'
same change 4b400ea

rspamd: Added DQS RBLs when key is set

Full commit hash
4b400eadb1112c07d8e6ac523cebf099912210e2
Author
DerLinkman <[email protected]>
Date
about 2 years ago
Selected line
202
        disable_monitoring = true;
Open commit View diff
202 disable_monitoring = true;
same change 4b400ea

rspamd: Added DQS RBLs when key is set

Full commit hash
4b400eadb1112c07d8e6ac523cebf099912210e2
Author
DerLinkman <[email protected]>
Date
about 2 years ago
Selected line
203
        returncodes {
Open commit View diff
203 returncodes {
same change 4b400ea

rspamd: Added DQS RBLs when key is set

Full commit hash
4b400eadb1112c07d8e6ac523cebf099912210e2
Author
DerLinkman <[email protected]>
Date
about 2 years ago
Selected line
204
            DBLABUSED_SPAM_FULLURLS = "127.0.1.102";
Open commit View diff
204 DBLABUSED_SPAM_FULLURLS = "127.0.1.102";
same change 4b400ea

rspamd: Added DQS RBLs when key is set

Full commit hash
4b400eadb1112c07d8e6ac523cebf099912210e2
Author
DerLinkman <[email protected]>
Date
about 2 years ago
Selected line
205
            DBLABUSED_PHISH_FULLURLS = "127.0.1.104";
Open commit View diff
205 DBLABUSED_PHISH_FULLURLS = "127.0.1.104";
same change 4b400ea

rspamd: Added DQS RBLs when key is set

Full commit hash
4b400eadb1112c07d8e6ac523cebf099912210e2
Author
DerLinkman <[email protected]>
Date
about 2 years ago
Selected line
206
            DBLABUSED_MALWARE_FULLURLS = "127.0.1.105";
Open commit View diff
206 DBLABUSED_MALWARE_FULLURLS = "127.0.1.105";
same change 4b400ea

rspamd: Added DQS RBLs when key is set

Full commit hash
4b400eadb1112c07d8e6ac523cebf099912210e2
Author
DerLinkman <[email protected]>
Date
about 2 years ago
Selected line
207
            DBLABUSED_BOTNET_FULLURLS = "127.0.1.106";
Open commit View diff
207 DBLABUSED_BOTNET_FULLURLS = "127.0.1.106";
same change 4b400ea

rspamd: Added DQS RBLs when key is set

Full commit hash
4b400eadb1112c07d8e6ac523cebf099912210e2
Author
DerLinkman <[email protected]>
Date
about 2 years ago
Selected line
208
        }
Open commit View diff
208 }
same change 4b400ea

rspamd: Added DQS RBLs when key is set

Full commit hash
4b400eadb1112c07d8e6ac523cebf099912210e2
Author
DerLinkman <[email protected]>
Date
about 2 years ago
Selected line
209
    }
Open commit View diff
209 }
same change 4b400ea

rspamd: Added DQS RBLs when key is set

Full commit hash
4b400eadb1112c07d8e6ac523cebf099912210e2
Author
DerLinkman <[email protected]>
Date
about 2 years ago
Selected line
210
    spamhaus_zrd {
Open commit View diff
210 spamhaus_zrd {
same change 4b400ea

rspamd: Added DQS RBLs when key is set

Full commit hash
4b400eadb1112c07d8e6ac523cebf099912210e2
Author
DerLinkman <[email protected]>
Date
about 2 years ago
Selected line
211
        # Add checks on the HELO string also for DQS
Open commit View diff
211 # Add checks on the HELO string also for DQS
same change 4b400ea

rspamd: Added DQS RBLs when key is set

Full commit hash
4b400eadb1112c07d8e6ac523cebf099912210e2
Author
DerLinkman <[email protected]>
Date
about 2 years ago
Selected line
212
        rbl = "${SPAMHAUS_DQS_KEY}.zrd.dq.spamhaus.net";
Open commit View diff
212 rbl = "${SPAMHAUS_DQS_KEY}.zrd.dq.spamhaus.net";
same change 4b400ea

rspamd: Added DQS RBLs when key is set

Full commit hash
4b400eadb1112c07d8e6ac523cebf099912210e2
Author
DerLinkman <[email protected]>
Date
about 2 years ago
Selected line
213
        helo = true;
Open commit View diff
213 helo = true;
same change 4b400ea

rspamd: Added DQS RBLs when key is set

Full commit hash
4b400eadb1112c07d8e6ac523cebf099912210e2
Author
DerLinkman <[email protected]>
Date
about 2 years ago
Selected line
214
        rdns = true;
Open commit View diff
214 rdns = true;
same change 4b400ea

rspamd: Added DQS RBLs when key is set

Full commit hash
4b400eadb1112c07d8e6ac523cebf099912210e2
Author
DerLinkman <[email protected]>
Date
about 2 years ago
Selected line
215
        dkim = true;
Open commit View diff
215 dkim = true;
same change 4b400ea

rspamd: Added DQS RBLs when key is set

Full commit hash
4b400eadb1112c07d8e6ac523cebf099912210e2
Author
DerLinkman <[email protected]>
Date
about 2 years ago
Selected line
216
        disable_monitoring = true;
Open commit View diff
216 disable_monitoring = true;
same change 4b400ea

rspamd: Added DQS RBLs when key is set

Full commit hash
4b400eadb1112c07d8e6ac523cebf099912210e2
Author
DerLinkman <[email protected]>
Date
about 2 years ago
Selected line
217
        returncodes {
Open commit View diff
217 returncodes {
same change 4b400ea

rspamd: Added DQS RBLs when key is set

Full commit hash
4b400eadb1112c07d8e6ac523cebf099912210e2
Author
DerLinkman <[email protected]>
Date
about 2 years ago
Selected line
218
            RBL_ZRD_VERY_FRESH_DOMAIN = ["127.0.2.2", "127.0.2.3", "127.0.2.4"];
Open commit View diff
218 RBL_ZRD_VERY_FRESH_DOMAIN = ["127.0.2.2", "127.0.2.3", "127.0.2.4"];
same change 4b400ea

rspamd: Added DQS RBLs when key is set

Full commit hash
4b400eadb1112c07d8e6ac523cebf099912210e2
Author
DerLinkman <[email protected]>
Date
about 2 years ago
Selected line
219
            RBL_ZRD_FRESH_DOMAIN = [
Open commit View diff
219 RBL_ZRD_FRESH_DOMAIN = [
same change 4b400ea

rspamd: Added DQS RBLs when key is set

Full commit hash
4b400eadb1112c07d8e6ac523cebf099912210e2
Author
DerLinkman <[email protected]>
Date
about 2 years ago
Selected line
220
              "127.0.2.5", "127.0.2.6", "127.0.2.7", "127.0.2.8", "127.0.2.9", "127.0.2.10", "127.0.2.11", "127.0.2.12", "127.0.2.13", "127.0.2.14", "127.0.2.15", "127.0.2.16", "127.0.2.17", "127.0.2.18", "127.0.2.19", "127.0.2.20", "127.0.2.21", "127.0.2.22", "127.0.2.23", "127.0.2.24"
Open commit View diff
220 "127.0.2.5", "127.0.2.6", "127.0.2.7", "127.0.2.8", "127.0.2.9", "127.0.2.10", "127.0.2.11", "127.0.2.12", "127.0.2.13", "127.0.2.14", "127.0.2.15", "127.0.2.16", "127.0.2.17", "127.0.2.18", "127.0.2.19", "127.0.2.20", "127.0.2.21", "127.0.2.22", "127.0.2.23", "127.0.2.24"
same change 4b400ea

rspamd: Added DQS RBLs when key is set

Full commit hash
4b400eadb1112c07d8e6ac523cebf099912210e2
Author
DerLinkman <[email protected]>
Date
about 2 years ago
Selected line
221
            ];
Open commit View diff
221 ];
same change 4b400ea

rspamd: Added DQS RBLs when key is set

Full commit hash
4b400eadb1112c07d8e6ac523cebf099912210e2
Author
DerLinkman <[email protected]>
Date
about 2 years ago
Selected line
222
            RBL_ZRD_DONT_QUERY_IPS = "127.0.2.255";
Open commit View diff
222 RBL_ZRD_DONT_QUERY_IPS = "127.0.2.255";
same change 4b400ea

rspamd: Added DQS RBLs when key is set

Full commit hash
4b400eadb1112c07d8e6ac523cebf099912210e2
Author
DerLinkman <[email protected]>
Date
about 2 years ago
Selected line
223
        }
Open commit View diff
223 }
same change 4b400ea

rspamd: Added DQS RBLs when key is set

Full commit hash
4b400eadb1112c07d8e6ac523cebf099912210e2
Author
DerLinkman <[email protected]>
Date
about 2 years ago
Selected line
224
    }
Open commit View diff
224 }
same change 4b400ea

rspamd: Added DQS RBLs when key is set

Full commit hash
4b400eadb1112c07d8e6ac523cebf099912210e2
Author
DerLinkman <[email protected]>
Date
about 2 years ago
Selected line
225
    "SPAMHAUS_ZEN_URIBL" {
Open commit View diff
225 "SPAMHAUS_ZEN_URIBL" {
same change 4b400ea

rspamd: Added DQS RBLs when key is set

Full commit hash
4b400eadb1112c07d8e6ac523cebf099912210e2
Author
DerLinkman <[email protected]>
Date
about 2 years ago
Selected line
226
      enabled = true;
Open commit View diff
226 enabled = true;
same change 4b400ea

rspamd: Added DQS RBLs when key is set

Full commit hash
4b400eadb1112c07d8e6ac523cebf099912210e2
Author
DerLinkman <[email protected]>
Date
about 2 years ago
Selected line
227
      rbl = "${SPAMHAUS_DQS_KEY}.zen.dq.spamhaus.net";
Open commit View diff
227 rbl = "${SPAMHAUS_DQS_KEY}.zen.dq.spamhaus.net";
same change 4b400ea

rspamd: Added DQS RBLs when key is set

Full commit hash
4b400eadb1112c07d8e6ac523cebf099912210e2
Author
DerLinkman <[email protected]>
Date
about 2 years ago
Selected line
228
      resolve_ip = true;
Open commit View diff
228 resolve_ip = true;
same change 4b400ea

rspamd: Added DQS RBLs when key is set

Full commit hash
4b400eadb1112c07d8e6ac523cebf099912210e2
Author
DerLinkman <[email protected]>
Date
about 2 years ago
Selected line
229
      checks = ['urls'];
Open commit View diff
229 checks = ['urls'];
same change 4b400ea

rspamd: Added DQS RBLs when key is set

Full commit hash
4b400eadb1112c07d8e6ac523cebf099912210e2
Author
DerLinkman <[email protected]>
Date
about 2 years ago
Selected line
230
      replyto = true;
Open commit View diff
230 replyto = true;
same change 4b400ea

rspamd: Added DQS RBLs when key is set

Full commit hash
4b400eadb1112c07d8e6ac523cebf099912210e2
Author
DerLinkman <[email protected]>
Date
about 2 years ago
Selected line
231
      emails = true;
Open commit View diff
231 emails = true;
same change 4b400ea

rspamd: Added DQS RBLs when key is set

Full commit hash
4b400eadb1112c07d8e6ac523cebf099912210e2
Author
DerLinkman <[email protected]>
Date
about 2 years ago
Selected line
232
      ipv4 = true;
Open commit View diff
232 ipv4 = true;
same change 4b400ea

rspamd: Added DQS RBLs when key is set

Full commit hash
4b400eadb1112c07d8e6ac523cebf099912210e2
Author
DerLinkman <[email protected]>
Date
about 2 years ago
Selected line
233
      ipv6 = true;
Open commit View diff
233 ipv6 = true;
same change 4b400ea

rspamd: Added DQS RBLs when key is set

Full commit hash
4b400eadb1112c07d8e6ac523cebf099912210e2
Author
DerLinkman <[email protected]>
Date
about 2 years ago
Selected line
234
      emails_domainonly = true;
Open commit View diff
234 emails_domainonly = true;
same change 4b400ea

rspamd: Added DQS RBLs when key is set

Full commit hash
4b400eadb1112c07d8e6ac523cebf099912210e2
Author
DerLinkman <[email protected]>
Date
about 2 years ago
Selected line
235
      returncodes {
Open commit View diff
235 returncodes {
same change 4b400ea

rspamd: Added DQS RBLs when key is set

Full commit hash
4b400eadb1112c07d8e6ac523cebf099912210e2
Author
DerLinkman <[email protected]>
Date
about 2 years ago
Selected line
236
        URIBL_SBL = "127.0.0.2";
Open commit View diff
236 URIBL_SBL = "127.0.0.2";
same change 4b400ea

rspamd: Added DQS RBLs when key is set

Full commit hash
4b400eadb1112c07d8e6ac523cebf099912210e2
Author
DerLinkman <[email protected]>
Date
about 2 years ago
Selected line
237
        URIBL_SBL_CSS = "127.0.0.3";
Open commit View diff
237 URIBL_SBL_CSS = "127.0.0.3";
same change 4b400ea

rspamd: Added DQS RBLs when key is set

Full commit hash
4b400eadb1112c07d8e6ac523cebf099912210e2
Author
DerLinkman <[email protected]>
Date
about 2 years ago
Selected line
238
        URIBL_XBL = ["127.0.0.4", "127.0.0.5", "127.0.0.6", "127.0.0.7"];
Open commit View diff
238 URIBL_XBL = ["127.0.0.4", "127.0.0.5", "127.0.0.6", "127.0.0.7"];
same change 4b400ea

rspamd: Added DQS RBLs when key is set

Full commit hash
4b400eadb1112c07d8e6ac523cebf099912210e2
Author
DerLinkman <[email protected]>
Date
about 2 years ago
Selected line
239
        URIBL_PBL = ["127.0.0.10", "127.0.0.11"];
Open commit View diff
239 URIBL_PBL = ["127.0.0.10", "127.0.0.11"];
same change 4b400ea

rspamd: Added DQS RBLs when key is set

Full commit hash
4b400eadb1112c07d8e6ac523cebf099912210e2
Author
DerLinkman <[email protected]>
Date
about 2 years ago
Selected line
240
        URIBL_DROP = "127.0.0.9";
Open commit View diff
240 URIBL_DROP = "127.0.0.9";
same change 4b400ea

rspamd: Added DQS RBLs when key is set

Full commit hash
4b400eadb1112c07d8e6ac523cebf099912210e2
Author
DerLinkman <[email protected]>
Date
about 2 years ago
Selected line
241
      }
Open commit View diff
241 }
same change 4b400ea

rspamd: Added DQS RBLs when key is set

Full commit hash
4b400eadb1112c07d8e6ac523cebf099912210e2
Author
DerLinkman <[email protected]>
Date
about 2 years ago
Selected line
242
    }
Open commit View diff
242 }
same change 4b400ea

rspamd: Added DQS RBLs when key is set

Full commit hash
4b400eadb1112c07d8e6ac523cebf099912210e2
Author
DerLinkman <[email protected]>
Date
about 2 years ago
Selected line
243
    SH_EMAIL_DBL {
Open commit View diff
243 SH_EMAIL_DBL {
same change 4b400ea

rspamd: Added DQS RBLs when key is set

Full commit hash
4b400eadb1112c07d8e6ac523cebf099912210e2
Author
DerLinkman <[email protected]>
Date
about 2 years ago
Selected line
244
      ignore_defaults = true;
Open commit View diff
244 ignore_defaults = true;
same change 4b400ea

rspamd: Added DQS RBLs when key is set

Full commit hash
4b400eadb1112c07d8e6ac523cebf099912210e2
Author
DerLinkman <[email protected]>
Date
about 2 years ago
Selected line
245
      replyto = true;
Open commit View diff
245 replyto = true;
same change 4b400ea

rspamd: Added DQS RBLs when key is set

Full commit hash
4b400eadb1112c07d8e6ac523cebf099912210e2
Author
DerLinkman <[email protected]>
Date
about 2 years ago
Selected line
246
      emails_domainonly = true;
Open commit View diff
246 emails_domainonly = true;
same change 4b400ea

rspamd: Added DQS RBLs when key is set

Full commit hash
4b400eadb1112c07d8e6ac523cebf099912210e2
Author
DerLinkman <[email protected]>
Date
about 2 years ago
Selected line
247
      disable_monitoring = true;
Open commit View diff
247 disable_monitoring = true;
DerLinkman almost 2 years ago b6c0364

rspamd: fixed dqs rbl insertion handling

Full commit hash
b6c036496d03634c48cd953d09aeba67bf19a29d
Author
DerLinkman <[email protected]>
Date
almost 2 years ago
Selected line
248
      rbl = "${SPAMHAUS_DQS_KEY}.dbl.dq.spamhaus.net";
Open commit View diff
248 rbl = "${SPAMHAUS_DQS_KEY}.dbl.dq.spamhaus.net";
DerLinkman about 2 years ago 4b400ea

rspamd: Added DQS RBLs when key is set

Full commit hash
4b400eadb1112c07d8e6ac523cebf099912210e2
Author
DerLinkman <[email protected]>
Date
about 2 years ago
Selected line
249
      returncodes = {
Open commit View diff
249 returncodes = {
same change 4b400ea

rspamd: Added DQS RBLs when key is set

Full commit hash
4b400eadb1112c07d8e6ac523cebf099912210e2
Author
DerLinkman <[email protected]>
Date
about 2 years ago
Selected line
250
        SH_EMAIL_DBL = [
Open commit View diff
250 SH_EMAIL_DBL = [
same change 4b400ea

rspamd: Added DQS RBLs when key is set

Full commit hash
4b400eadb1112c07d8e6ac523cebf099912210e2
Author
DerLinkman <[email protected]>
Date
about 2 years ago
Selected line
251
          "127.0.1.2",
Open commit View diff
251 "127.0.1.2",
same change 4b400ea

rspamd: Added DQS RBLs when key is set

Full commit hash
4b400eadb1112c07d8e6ac523cebf099912210e2
Author
DerLinkman <[email protected]>
Date
about 2 years ago
Selected line
252
          "127.0.1.4",
Open commit View diff
252 "127.0.1.4",
same change 4b400ea

rspamd: Added DQS RBLs when key is set

Full commit hash
4b400eadb1112c07d8e6ac523cebf099912210e2
Author
DerLinkman <[email protected]>
Date
about 2 years ago
Selected line
253
          "127.0.1.5",
Open commit View diff
253 "127.0.1.5",
same change 4b400ea

rspamd: Added DQS RBLs when key is set

Full commit hash
4b400eadb1112c07d8e6ac523cebf099912210e2
Author
DerLinkman <[email protected]>
Date
about 2 years ago
Selected line
254
          "127.0.1.6"
Open commit View diff
254 "127.0.1.6"
same change 4b400ea

rspamd: Added DQS RBLs when key is set

Full commit hash
4b400eadb1112c07d8e6ac523cebf099912210e2
Author
DerLinkman <[email protected]>
Date
about 2 years ago
Selected line
255
        ];
Open commit View diff
255 ];
same change 4b400ea

rspamd: Added DQS RBLs when key is set

Full commit hash
4b400eadb1112c07d8e6ac523cebf099912210e2
Author
DerLinkman <[email protected]>
Date
about 2 years ago
Selected line
256
        SH_EMAIL_DBL_ABUSED = [
Open commit View diff
256 SH_EMAIL_DBL_ABUSED = [
same change 4b400ea

rspamd: Added DQS RBLs when key is set

Full commit hash
4b400eadb1112c07d8e6ac523cebf099912210e2
Author
DerLinkman <[email protected]>
Date
about 2 years ago
Selected line
257
          "127.0.1.102",
Open commit View diff
257 "127.0.1.102",
same change 4b400ea

rspamd: Added DQS RBLs when key is set

Full commit hash
4b400eadb1112c07d8e6ac523cebf099912210e2
Author
DerLinkman <[email protected]>
Date
about 2 years ago
Selected line
258
          "127.0.1.104",
Open commit View diff
258 "127.0.1.104",
same change 4b400ea

rspamd: Added DQS RBLs when key is set

Full commit hash
4b400eadb1112c07d8e6ac523cebf099912210e2
Author
DerLinkman <[email protected]>
Date
about 2 years ago
Selected line
259
          "127.0.1.105",
Open commit View diff
259 "127.0.1.105",
same change 4b400ea

rspamd: Added DQS RBLs when key is set

Full commit hash
4b400eadb1112c07d8e6ac523cebf099912210e2
Author
DerLinkman <[email protected]>
Date
about 2 years ago
Selected line
260
          "127.0.1.106"
Open commit View diff
260 "127.0.1.106"
same change 4b400ea

rspamd: Added DQS RBLs when key is set

Full commit hash
4b400eadb1112c07d8e6ac523cebf099912210e2
Author
DerLinkman <[email protected]>
Date
about 2 years ago
Selected line
261
        ];
Open commit View diff
261 ];
same change 4b400ea

rspamd: Added DQS RBLs when key is set

Full commit hash
4b400eadb1112c07d8e6ac523cebf099912210e2
Author
DerLinkman <[email protected]>
Date
about 2 years ago
Selected line
262
        SH_EMAIL_DBL_DONT_QUERY_IPS = [ "127.0.1.255" ];
Open commit View diff
262 SH_EMAIL_DBL_DONT_QUERY_IPS = [ "127.0.1.255" ];
same change 4b400ea

rspamd: Added DQS RBLs when key is set

Full commit hash
4b400eadb1112c07d8e6ac523cebf099912210e2
Author
DerLinkman <[email protected]>
Date
about 2 years ago
Selected line
263
      }
Open commit View diff
263 }
same change 4b400ea

rspamd: Added DQS RBLs when key is set

Full commit hash
4b400eadb1112c07d8e6ac523cebf099912210e2
Author
DerLinkman <[email protected]>
Date
about 2 years ago
Selected line
264
    }
Open commit View diff
264 }
same change 4b400ea

rspamd: Added DQS RBLs when key is set

Full commit hash
4b400eadb1112c07d8e6ac523cebf099912210e2
Author
DerLinkman <[email protected]>
Date
about 2 years ago
Selected line
265
    SH_EMAIL_ZRD {
Open commit View diff
265 SH_EMAIL_ZRD {
same change 4b400ea

rspamd: Added DQS RBLs when key is set

Full commit hash
4b400eadb1112c07d8e6ac523cebf099912210e2
Author
DerLinkman <[email protected]>
Date
about 2 years ago
Selected line
266
      ignore_defaults = true;
Open commit View diff
266 ignore_defaults = true;
same change 4b400ea

rspamd: Added DQS RBLs when key is set

Full commit hash
4b400eadb1112c07d8e6ac523cebf099912210e2
Author
DerLinkman <[email protected]>
Date
about 2 years ago
Selected line
267
      replyto = true;
Open commit View diff
267 replyto = true;
same change 4b400ea

rspamd: Added DQS RBLs when key is set

Full commit hash
4b400eadb1112c07d8e6ac523cebf099912210e2
Author
DerLinkman <[email protected]>
Date
about 2 years ago
Selected line
268
      emails_domainonly = true;
Open commit View diff
268 emails_domainonly = true;
same change 4b400ea

rspamd: Added DQS RBLs when key is set

Full commit hash
4b400eadb1112c07d8e6ac523cebf099912210e2
Author
DerLinkman <[email protected]>
Date
about 2 years ago
Selected line
269
      disable_monitoring = true;
Open commit View diff
269 disable_monitoring = true;
DerLinkman almost 2 years ago b6c0364

rspamd: fixed dqs rbl insertion handling

Full commit hash
b6c036496d03634c48cd953d09aeba67bf19a29d
Author
DerLinkman <[email protected]>
Date
almost 2 years ago
Selected line
270
      rbl = "${SPAMHAUS_DQS_KEY}.zrd.dq.spamhaus.net";
Open commit View diff
270 rbl = "${SPAMHAUS_DQS_KEY}.zrd.dq.spamhaus.net";
DerLinkman about 2 years ago 4b400ea

rspamd: Added DQS RBLs when key is set

Full commit hash
4b400eadb1112c07d8e6ac523cebf099912210e2
Author
DerLinkman <[email protected]>
Date
about 2 years ago
Selected line
271
      returncodes = {
Open commit View diff
271 returncodes = {
same change 4b400ea

rspamd: Added DQS RBLs when key is set

Full commit hash
4b400eadb1112c07d8e6ac523cebf099912210e2
Author
DerLinkman <[email protected]>
Date
about 2 years ago
Selected line
272
        SH_EMAIL_ZRD_VERY_FRESH_DOMAIN = ["127.0.2.2", "127.0.2.3", "127.0.2.4"];
Open commit View diff
272 SH_EMAIL_ZRD_VERY_FRESH_DOMAIN = ["127.0.2.2", "127.0.2.3", "127.0.2.4"];
same change 4b400ea

rspamd: Added DQS RBLs when key is set

Full commit hash
4b400eadb1112c07d8e6ac523cebf099912210e2
Author
DerLinkman <[email protected]>
Date
about 2 years ago
Selected line
273
        SH_EMAIL_ZRD_FRESH_DOMAIN = [
Open commit View diff
273 SH_EMAIL_ZRD_FRESH_DOMAIN = [
same change 4b400ea

rspamd: Added DQS RBLs when key is set

Full commit hash
4b400eadb1112c07d8e6ac523cebf099912210e2
Author
DerLinkman <[email protected]>
Date
about 2 years ago
Selected line
274
          "127.0.2.5", "127.0.2.6", "127.0.2.7", "127.0.2.8", "127.0.2.9", "127.0.2.10", "127.0.2.11", "127.0.2.12", "127.0.2.13", "127.0.2.14", "127.0.2.15", "127.0.2.16", "127.0.2.17", "127.0.2.18", "127.0.2.19", "127.0.2.20", "127.0.2.21", "127.0.2.22", "127.0.2.23", "127.0.2.24"
Open commit View diff
274 "127.0.2.5", "127.0.2.6", "127.0.2.7", "127.0.2.8", "127.0.2.9", "127.0.2.10", "127.0.2.11", "127.0.2.12", "127.0.2.13", "127.0.2.14", "127.0.2.15", "127.0.2.16", "127.0.2.17", "127.0.2.18", "127.0.2.19", "127.0.2.20", "127.0.2.21", "127.0.2.22", "127.0.2.23", "127.0.2.24"
same change 4b400ea

rspamd: Added DQS RBLs when key is set

Full commit hash
4b400eadb1112c07d8e6ac523cebf099912210e2
Author
DerLinkman <[email protected]>
Date
about 2 years ago
Selected line
275
        ];
Open commit View diff
275 ];
same change 4b400ea

rspamd: Added DQS RBLs when key is set

Full commit hash
4b400eadb1112c07d8e6ac523cebf099912210e2
Author
DerLinkman <[email protected]>
Date
about 2 years ago
Selected line
276
        SH_EMAIL_ZRD_DONT_QUERY_IPS = [ "127.0.2.255" ];
Open commit View diff
276 SH_EMAIL_ZRD_DONT_QUERY_IPS = [ "127.0.2.255" ];
same change 4b400ea

rspamd: Added DQS RBLs when key is set

Full commit hash
4b400eadb1112c07d8e6ac523cebf099912210e2
Author
DerLinkman <[email protected]>
Date
about 2 years ago
Selected line
277
      }
Open commit View diff
277 }
DerLinkman almost 2 years ago b6c0364

rspamd: fixed dqs rbl insertion handling

Full commit hash
b6c036496d03634c48cd953d09aeba67bf19a29d
Author
DerLinkman <[email protected]>
Date
almost 2 years ago
Selected line
278
    }
Open commit View diff
278 }
same change b6c0364

rspamd: fixed dqs rbl insertion handling

Full commit hash
b6c036496d03634c48cd953d09aeba67bf19a29d
Author
DerLinkman <[email protected]>
Date
almost 2 years ago
Selected line
279
    "DBL" {
Open commit View diff
279 "DBL" {
same change b6c0364

rspamd: fixed dqs rbl insertion handling

Full commit hash
b6c036496d03634c48cd953d09aeba67bf19a29d
Author
DerLinkman <[email protected]>
Date
almost 2 years ago
Selected line
280
        # override the defaults for DBL defined in modules.d/rbl.conf
Open commit View diff
280 # override the defaults for DBL defined in modules.d/rbl.conf
same change b6c0364

rspamd: fixed dqs rbl insertion handling

Full commit hash
b6c036496d03634c48cd953d09aeba67bf19a29d
Author
DerLinkman <[email protected]>
Date
almost 2 years ago
Selected line
281
        rbl = "${SPAMHAUS_DQS_KEY}.dbl.dq.spamhaus.net";
Open commit View diff
281 rbl = "${SPAMHAUS_DQS_KEY}.dbl.dq.spamhaus.net";
same change b6c0364

rspamd: fixed dqs rbl insertion handling

Full commit hash
b6c036496d03634c48cd953d09aeba67bf19a29d
Author
DerLinkman <[email protected]>
Date
almost 2 years ago
Selected line
282
        disable_monitoring = true;
Open commit View diff
282 disable_monitoring = true;
same change b6c0364

rspamd: fixed dqs rbl insertion handling

Full commit hash
b6c036496d03634c48cd953d09aeba67bf19a29d
Author
DerLinkman <[email protected]>
Date
almost 2 years ago
Selected line
283
    }
Open commit View diff
283 }
same change b6c0364

rspamd: fixed dqs rbl insertion handling

Full commit hash
b6c036496d03634c48cd953d09aeba67bf19a29d
Author
DerLinkman <[email protected]>
Date
almost 2 years ago
Selected line
284
    "ZRD" {
Open commit View diff
284 "ZRD" {
same change b6c0364

rspamd: fixed dqs rbl insertion handling

Full commit hash
b6c036496d03634c48cd953d09aeba67bf19a29d
Author
DerLinkman <[email protected]>
Date
almost 2 years ago
Selected line
285
        ignore_defaults = true;
Open commit View diff
285 ignore_defaults = true;
same change b6c0364

rspamd: fixed dqs rbl insertion handling

Full commit hash
b6c036496d03634c48cd953d09aeba67bf19a29d
Author
DerLinkman <[email protected]>
Date
almost 2 years ago
Selected line
286
        rbl = "${SPAMHAUS_DQS_KEY}.zrd.dq.spamhaus.net";
Open commit View diff
286 rbl = "${SPAMHAUS_DQS_KEY}.zrd.dq.spamhaus.net";
same change b6c0364

rspamd: fixed dqs rbl insertion handling

Full commit hash
b6c036496d03634c48cd953d09aeba67bf19a29d
Author
DerLinkman <[email protected]>
Date
almost 2 years ago
Selected line
287
        no_ip = true;
Open commit View diff
287 no_ip = true;
same change b6c0364

rspamd: fixed dqs rbl insertion handling

Full commit hash
b6c036496d03634c48cd953d09aeba67bf19a29d
Author
DerLinkman <[email protected]>
Date
almost 2 years ago
Selected line
288
        dkim = true;
Open commit View diff
288 dkim = true;
same change b6c0364

rspamd: fixed dqs rbl insertion handling

Full commit hash
b6c036496d03634c48cd953d09aeba67bf19a29d
Author
DerLinkman <[email protected]>
Date
almost 2 years ago
Selected line
289
        emails = true;
Open commit View diff
289 emails = true;
same change b6c0364

rspamd: fixed dqs rbl insertion handling

Full commit hash
b6c036496d03634c48cd953d09aeba67bf19a29d
Author
DerLinkman <[email protected]>
Date
almost 2 years ago
Selected line
290
        emails_domainonly = true;
Open commit View diff
290 emails_domainonly = true;
same change b6c0364

rspamd: fixed dqs rbl insertion handling

Full commit hash
b6c036496d03634c48cd953d09aeba67bf19a29d
Author
DerLinkman <[email protected]>
Date
almost 2 years ago
Selected line
291
        urls = true;
Open commit View diff
291 urls = true;
same change b6c0364

rspamd: fixed dqs rbl insertion handling

Full commit hash
b6c036496d03634c48cd953d09aeba67bf19a29d
Author
DerLinkman <[email protected]>
Date
almost 2 years ago
Selected line
292
        returncodes = {
Open commit View diff
292 returncodes = {
same change b6c0364

rspamd: fixed dqs rbl insertion handling

Full commit hash
b6c036496d03634c48cd953d09aeba67bf19a29d
Author
DerLinkman <[email protected]>
Date
almost 2 years ago
Selected line
293
            ZRD_VERY_FRESH_DOMAIN = ["127.0.2.2", "127.0.2.3", "127.0.2.4"];
Open commit View diff
293 ZRD_VERY_FRESH_DOMAIN = ["127.0.2.2", "127.0.2.3", "127.0.2.4"];
same change b6c0364

rspamd: fixed dqs rbl insertion handling

Full commit hash
b6c036496d03634c48cd953d09aeba67bf19a29d
Author
DerLinkman <[email protected]>
Date
almost 2 years ago
Selected line
294
            ZRD_FRESH_DOMAIN = ["127.0.2.5", "127.0.2.6", "127.0.2.7", "127.0.2.8", "127.0.2.9", "127.0.2.10", "127.0.2.11", "127.0.2.12", "127.0.2.13", "127.0.2.14", "127.0.2.15", "127.0.2.16", "127.0.2.17", "127.0.2.18", "127.0.2.19", "127.0.2.20", "127.0.2.21", "127.0.2.22", "127.0.2.23", "127.0.2.24"];
Open commit View diff
294 ZRD_FRESH_DOMAIN = ["127.0.2.5", "127.0.2.6", "127.0.2.7", "127.0.2.8", "127.0.2.9", "127.0.2.10", "127.0.2.11", "127.0.2.12", "127.0.2.13", "127.0.2.14", "127.0.2.15", "127.0.2.16", "127.0.2.17", "127.0.2.18", "127.0.2.19", "127.0.2.20", "127.0.2.21", "127.0.2.22", "127.0.2.23", "127.0.2.24"];
same change b6c0364

rspamd: fixed dqs rbl insertion handling

Full commit hash
b6c036496d03634c48cd953d09aeba67bf19a29d
Author
DerLinkman <[email protected]>
Date
almost 2 years ago
Selected line
295
        }
Open commit View diff
295 }
same change b6c0364

rspamd: fixed dqs rbl insertion handling

Full commit hash
b6c036496d03634c48cd953d09aeba67bf19a29d
Author
DerLinkman <[email protected]>
Date
almost 2 years ago
Selected line
296
    }
Open commit View diff
296 }
same change b6c0364

rspamd: fixed dqs rbl insertion handling

Full commit hash
b6c036496d03634c48cd953d09aeba67bf19a29d
Author
DerLinkman <[email protected]>
Date
almost 2 years ago
Selected line
297
    spamhaus_sbl_url {
Open commit View diff
297 spamhaus_sbl_url {
DerLinkman about 2 years ago 4b400ea

rspamd: Added DQS RBLs when key is set

Full commit hash
4b400eadb1112c07d8e6ac523cebf099912210e2
Author
DerLinkman <[email protected]>
Date
about 2 years ago
Selected line
298
        ignore_defaults = true
Open commit View diff
298 ignore_defaults = true
same change 4b400ea

rspamd: Added DQS RBLs when key is set

Full commit hash
4b400eadb1112c07d8e6ac523cebf099912210e2
Author
DerLinkman <[email protected]>
Date
about 2 years ago
Selected line
299
        rbl = "${SPAMHAUS_DQS_KEY}.sbl.dq.spamhaus.net";
Open commit View diff
299 rbl = "${SPAMHAUS_DQS_KEY}.sbl.dq.spamhaus.net";
same change 4b400ea

rspamd: Added DQS RBLs when key is set

Full commit hash
4b400eadb1112c07d8e6ac523cebf099912210e2
Author
DerLinkman <[email protected]>
Date
about 2 years ago
Selected line
300
        checks = ['urls'];
Open commit View diff
300 checks = ['urls'];
same change 4b400ea

rspamd: Added DQS RBLs when key is set

Full commit hash
4b400eadb1112c07d8e6ac523cebf099912210e2
Author
DerLinkman <[email protected]>
Date
about 2 years ago
Selected line
301
        disable_monitoring = true;
Open commit View diff
301 disable_monitoring = true;
same change 4b400ea

rspamd: Added DQS RBLs when key is set

Full commit hash
4b400eadb1112c07d8e6ac523cebf099912210e2
Author
DerLinkman <[email protected]>
Date
about 2 years ago
Selected line
302
        returncodes {
Open commit View diff
302 returncodes {
same change 4b400ea

rspamd: Added DQS RBLs when key is set

Full commit hash
4b400eadb1112c07d8e6ac523cebf099912210e2
Author
DerLinkman <[email protected]>
Date
about 2 years ago
Selected line
303
            SPAMHAUS_SBL_URL = "127.0.0.2";
Open commit View diff
303 SPAMHAUS_SBL_URL = "127.0.0.2";
same change 4b400ea

rspamd: Added DQS RBLs when key is set

Full commit hash
4b400eadb1112c07d8e6ac523cebf099912210e2
Author
DerLinkman <[email protected]>
Date
about 2 years ago
Selected line
304
        }
Open commit View diff
304 }
same change 4b400ea

rspamd: Added DQS RBLs when key is set

Full commit hash
4b400eadb1112c07d8e6ac523cebf099912210e2
Author
DerLinkman <[email protected]>
Date
about 2 years ago
Selected line
305
    }
Open commit View diff
305 }
same change 4b400ea

rspamd: Added DQS RBLs when key is set

Full commit hash
4b400eadb1112c07d8e6ac523cebf099912210e2
Author
DerLinkman <[email protected]>
Date
about 2 years ago
Selected line
306
Open commit View diff
306
same change 4b400ea

rspamd: Added DQS RBLs when key is set

Full commit hash
4b400eadb1112c07d8e6ac523cebf099912210e2
Author
DerLinkman <[email protected]>
Date
about 2 years ago
Selected line
307
    SH_HBL_EMAIL {
Open commit View diff
307 SH_HBL_EMAIL {
same change 4b400ea

rspamd: Added DQS RBLs when key is set

Full commit hash
4b400eadb1112c07d8e6ac523cebf099912210e2
Author
DerLinkman <[email protected]>
Date
about 2 years ago
Selected line
308
      ignore_defaults = true;
Open commit View diff
308 ignore_defaults = true;
same change 4b400ea

rspamd: Added DQS RBLs when key is set

Full commit hash
4b400eadb1112c07d8e6ac523cebf099912210e2
Author
DerLinkman <[email protected]>
Date
about 2 years ago
Selected line
309
      rbl = "_email.${SPAMHAUS_DQS_KEY}.hbl.dq.spamhaus.net";
Open commit View diff
309 rbl = "_email.${SPAMHAUS_DQS_KEY}.hbl.dq.spamhaus.net";
same change 4b400ea

rspamd: Added DQS RBLs when key is set

Full commit hash
4b400eadb1112c07d8e6ac523cebf099912210e2
Author
DerLinkman <[email protected]>
Date
about 2 years ago
Selected line
310
      emails_domainonly = false;
Open commit View diff
310 emails_domainonly = false;
same change 4b400ea

rspamd: Added DQS RBLs when key is set

Full commit hash
4b400eadb1112c07d8e6ac523cebf099912210e2
Author
DerLinkman <[email protected]>
Date
about 2 years ago
Selected line
311
      selector = "from('smtp').lower;from('mime').lower";
Open commit View diff
311 selector = "from('smtp').lower;from('mime').lower";
same change 4b400ea

rspamd: Added DQS RBLs when key is set

Full commit hash
4b400eadb1112c07d8e6ac523cebf099912210e2
Author
DerLinkman <[email protected]>
Date
about 2 years ago
Selected line
312
      ignore_whitelist = true;
Open commit View diff
312 ignore_whitelist = true;
same change 4b400ea

rspamd: Added DQS RBLs when key is set

Full commit hash
4b400eadb1112c07d8e6ac523cebf099912210e2
Author
DerLinkman <[email protected]>
Date
about 2 years ago
Selected line
313
      checks = ['emails', 'replyto'];
Open commit View diff
313 checks = ['emails', 'replyto'];
same change 4b400ea

rspamd: Added DQS RBLs when key is set

Full commit hash
4b400eadb1112c07d8e6ac523cebf099912210e2
Author
DerLinkman <[email protected]>
Date
about 2 years ago
Selected line
314
      hash = "sha1";
Open commit View diff
314 hash = "sha1";
same change 4b400ea

rspamd: Added DQS RBLs when key is set

Full commit hash
4b400eadb1112c07d8e6ac523cebf099912210e2
Author
DerLinkman <[email protected]>
Date
about 2 years ago
Selected line
315
      returncodes = {
Open commit View diff
315 returncodes = {
same change 4b400ea

rspamd: Added DQS RBLs when key is set

Full commit hash
4b400eadb1112c07d8e6ac523cebf099912210e2
Author
DerLinkman <[email protected]>
Date
about 2 years ago
Selected line
316
        SH_HBL_EMAIL = [
Open commit View diff
316 SH_HBL_EMAIL = [
same change 4b400ea

rspamd: Added DQS RBLs when key is set

Full commit hash
4b400eadb1112c07d8e6ac523cebf099912210e2
Author
DerLinkman <[email protected]>
Date
about 2 years ago
Selected line
317
          "127.0.3.2"
Open commit View diff
317 "127.0.3.2"
same change 4b400ea

rspamd: Added DQS RBLs when key is set

Full commit hash
4b400eadb1112c07d8e6ac523cebf099912210e2
Author
DerLinkman <[email protected]>
Date
about 2 years ago
Selected line
318
        ];
Open commit View diff
318 ];
same change 4b400ea

rspamd: Added DQS RBLs when key is set

Full commit hash
4b400eadb1112c07d8e6ac523cebf099912210e2
Author
DerLinkman <[email protected]>
Date
about 2 years ago
Selected line
319
      }
Open commit View diff
319 }
same change 4b400ea

rspamd: Added DQS RBLs when key is set

Full commit hash
4b400eadb1112c07d8e6ac523cebf099912210e2
Author
DerLinkman <[email protected]>
Date
about 2 years ago
Selected line
320
    }
Open commit View diff
320 }
same change 4b400ea

rspamd: Added DQS RBLs when key is set

Full commit hash
4b400eadb1112c07d8e6ac523cebf099912210e2
Author
DerLinkman <[email protected]>
Date
about 2 years ago
Selected line
321
Open commit View diff
321
same change 4b400ea

rspamd: Added DQS RBLs when key is set

Full commit hash
4b400eadb1112c07d8e6ac523cebf099912210e2
Author
DerLinkman <[email protected]>
Date
about 2 years ago
Selected line
322
    spamhaus_dqs_hbl {
Open commit View diff
322 spamhaus_dqs_hbl {
same change 4b400ea

rspamd: Added DQS RBLs when key is set

Full commit hash
4b400eadb1112c07d8e6ac523cebf099912210e2
Author
DerLinkman <[email protected]>
Date
about 2 years ago
Selected line
323
      symbol = "HBL_FILE_UNKNOWN";
Open commit View diff
323 symbol = "HBL_FILE_UNKNOWN";
same change 4b400ea

rspamd: Added DQS RBLs when key is set

Full commit hash
4b400eadb1112c07d8e6ac523cebf099912210e2
Author
DerLinkman <[email protected]>
Date
about 2 years ago
Selected line
324
      rbl = "_file.${SPAMHAUS_DQS_KEY}.hbl.dq.spamhaus.net.";
Open commit View diff
324 rbl = "_file.${SPAMHAUS_DQS_KEY}.hbl.dq.spamhaus.net.";
same change 4b400ea

rspamd: Added DQS RBLs when key is set

Full commit hash
4b400eadb1112c07d8e6ac523cebf099912210e2
Author
DerLinkman <[email protected]>
Date
about 2 years ago
Selected line
325
      selector = "attachments('rbase32', 'sha256')";
Open commit View diff
325 selector = "attachments('rbase32', 'sha256')";
same change 4b400ea

rspamd: Added DQS RBLs when key is set

Full commit hash
4b400eadb1112c07d8e6ac523cebf099912210e2
Author
DerLinkman <[email protected]>
Date
about 2 years ago
Selected line
326
      ignore_whitelist = true;
Open commit View diff
326 ignore_whitelist = true;
same change 4b400ea

rspamd: Added DQS RBLs when key is set

Full commit hash
4b400eadb1112c07d8e6ac523cebf099912210e2
Author
DerLinkman <[email protected]>
Date
about 2 years ago
Selected line
327
      ignore_defaults = true;
Open commit View diff
327 ignore_defaults = true;
same change 4b400ea

rspamd: Added DQS RBLs when key is set

Full commit hash
4b400eadb1112c07d8e6ac523cebf099912210e2
Author
DerLinkman <[email protected]>
Date
about 2 years ago
Selected line
328
      returncodes {
Open commit View diff
328 returncodes {
same change 4b400ea

rspamd: Added DQS RBLs when key is set

Full commit hash
4b400eadb1112c07d8e6ac523cebf099912210e2
Author
DerLinkman <[email protected]>
Date
about 2 years ago
Selected line
329
        SH_HBL_FILE_MALICIOUS = "127.0.3.10";
Open commit View diff
329 SH_HBL_FILE_MALICIOUS = "127.0.3.10";
same change 4b400ea

rspamd: Added DQS RBLs when key is set

Full commit hash
4b400eadb1112c07d8e6ac523cebf099912210e2
Author
DerLinkman <[email protected]>
Date
about 2 years ago
Selected line
330
        SH_HBL_FILE_SUSPICIOUS = "127.0.3.15";
Open commit View diff
330 SH_HBL_FILE_SUSPICIOUS = "127.0.3.15";
same change 4b400ea

rspamd: Added DQS RBLs when key is set

Full commit hash
4b400eadb1112c07d8e6ac523cebf099912210e2
Author
DerLinkman <[email protected]>
Date
about 2 years ago
Selected line
331
      }
Open commit View diff
331 }
same change 4b400ea

rspamd: Added DQS RBLs when key is set

Full commit hash
4b400eadb1112c07d8e6ac523cebf099912210e2
Author
DerLinkman <[email protected]>
Date
about 2 years ago
Selected line
332
    }
Open commit View diff
332 }
same change 4b400ea

rspamd: Added DQS RBLs when key is set

Full commit hash
4b400eadb1112c07d8e6ac523cebf099912210e2
Author
DerLinkman <[email protected]>
Date
about 2 years ago
Selected line
333
EOF
Open commit View diff
333 EOF
same change 4b400ea

rspamd: Added DQS RBLs when key is set

Full commit hash
4b400eadb1112c07d8e6ac523cebf099912210e2
Author
DerLinkman <[email protected]>
Date
about 2 years ago
Selected line
334
else
Open commit View diff
334 else
same change 4b400ea

rspamd: Added DQS RBLs when key is set

Full commit hash
4b400eadb1112c07d8e6ac523cebf099912210e2
Author
DerLinkman <[email protected]>
Date
about 2 years ago
Selected line
335
  rm -rf /etc/rspamd/custom/dqs-rbl.conf
Open commit View diff
335 rm -rf /etc/rspamd/custom/dqs-rbl.conf
same change 4b400ea

rspamd: Added DQS RBLs when key is set

Full commit hash
4b400eadb1112c07d8e6ac523cebf099912210e2
Author
DerLinkman <[email protected]>
Date
about 2 years ago
Selected line
336
fi
Open commit View diff
336 fi
same change 4b400ea

rspamd: Added DQS RBLs when key is set

Full commit hash
4b400eadb1112c07d8e6ac523cebf099912210e2
Author
DerLinkman <[email protected]>
Date
about 2 years ago
Selected line
337
Open commit View diff
337
André about 8 years ago 853b924

Merge branch 'master' of https://github.com/mailcow/mailcow-dockerized

Full commit hash
853b924fe19513ce416d7e211fa7f8966d2076b4
Author
AndrĂ© <[email protected]>
Date
about 8 years ago
Selected line
338
exec "$@"
Open commit View diff
338 exec "$@"