public
nobgit
read
NobMail
Based on mailcow: dockerized
Languages
Repository composition by tracked source files.
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
#!/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
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
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..."
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
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
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
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
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..."
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
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
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
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 \
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
/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
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 \
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
/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
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
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
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
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
[[ ! -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
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
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
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
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=
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=
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
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)
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)
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;
[[ ! -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..."
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
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
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
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
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
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
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
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=
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=
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
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)
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)
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;
[[ ! -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..."
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
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
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
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
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
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
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
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
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
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";
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}";
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}";
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;
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
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
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..."
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
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
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
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}..."
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
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
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}
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
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
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";
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}";
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;
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
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
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..."
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
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
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
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
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
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
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
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
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
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
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
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
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 {
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
# 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";
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
# 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;
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
# 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
# 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;
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;
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;
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;
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
}
}
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
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
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
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
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
# 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
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
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 \
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 \
/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 \
/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 \
/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 \
/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
/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
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
# 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
# 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 \
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 \
/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 \
/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 \
/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 \
/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 \
/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 \
/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 \
/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 \
/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 \
/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 \
/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 \
/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 \
/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 \
/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 \
/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 \
/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 \
/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
/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
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
# 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/
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/.
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/*
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/*
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
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
# 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
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
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}"
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}"
"${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
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
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
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
# 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
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
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!
# 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 {
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";
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;
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
}
}
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 {
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;
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;
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";
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 {
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" ];
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
}
}
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
}
}
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 {
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)
# 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";
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;
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;
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;
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 {
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"
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
}
}
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
}
}
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 {
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
# 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";
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;
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;
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;
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;
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 {
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";
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";
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";
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";
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";
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";
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";
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";
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";
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
}
}
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
}
}
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 {
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;
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;
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";
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'
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;
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 {
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";
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";
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";
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";
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
}
}
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
}
}
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 {
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
# 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";
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;
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;
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;
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;
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 {
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"];
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 = [
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"
"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
];
];
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";
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
}
}
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
}
}
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" {
"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;
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";
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;
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'];
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;
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;
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;
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;
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;
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 {
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";
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";
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"];
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"];
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";
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
}
}
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
}
}
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 {
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;
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;
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;
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;
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";
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 = {
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 = [
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",
"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",
"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",
"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"
"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
];
];
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 = [
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",
"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",
"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",
"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"
"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
];
];
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" ];
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
}
}
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
}
}
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 {
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;
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;
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;
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;
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";
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 = {
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"];
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 = [
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"
"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
];
];
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" ];
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
}
}
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
}
}
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" {
"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
# 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";
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;
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
}
}
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" {
"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;
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";
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;
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;
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;
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;
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;
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 = {
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"];
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"];
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
}
}
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
}
}
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 {
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
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";
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'];
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;
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 {
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";
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
}
}
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
}
}
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
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 {
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;
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";
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;
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";
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;
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'];
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";
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 = {
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 = [
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"
"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
];
];
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
}
}
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
}
}
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
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 {
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";
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.";
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')";
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;
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;
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 {
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";
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";
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
}
}
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
}
}
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
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
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
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
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
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 "$@"
exec "$@"