NobGit
public nobgit read

NobMail

Based on mailcow: dockerized

Languages

Repository composition by tracked source files.

PHP
PHP 49% JavaScript 35% HTML 9% CSS 4% Shell 2% Python 1% Lua 0% Perl 0% Ruby 0% SCSS 0%
Create file Wiki Documentation
Clone
https://nobgit.com/orgs/nobgit/nobmail.git
ssh://[email protected]:2222/orgs/nobgit/nobmail.git

Trace

data/Dockerfiles/postfix/postfix.sh

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

postfix.sh on main
Author Date Commit Line Code
andryyy over 9 years ago d891bc8

Docs

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

Docs

Full commit hash
d891bc88945e2be5b2af4a3db6f9ec5457705b7b
Author
andryyy <[email protected]>
Date
over 9 years ago
Selected line
2
Open commit View diff
2
same change d891bc8

Docs

Full commit hash
d891bc88945e2be5b2af4a3db6f9ec5457705b7b
Author
andryyy <[email protected]>
Date
over 9 years ago
Selected line
3
trap "postfix stop" EXIT
Open commit View diff
3 trap "postfix stop" EXIT
same change d891bc8

Docs

Full commit hash
d891bc88945e2be5b2af4a3db6f9ec5457705b7b
Author
andryyy <[email protected]>
Date
over 9 years ago
Selected line
4
Open commit View diff
4
andryyy over 9 years ago c283c85

Update Postfix and Dovecot, add ignore

Full commit hash
c283c85d516b827950fee22164601a37a55b35c5
Author
andryyy <[email protected]>
Date
over 9 years ago
Selected line
5
[[ ! -d /opt/postfix/conf/sql/ ]] && mkdir -p /opt/postfix/conf/sql/
Open commit View diff
5 [[ ! -d /opt/postfix/conf/sql/ ]] && mkdir -p /opt/postfix/conf/sql/
André almost 8 years ago 63ce1ba

[Postfix] Create ham/spam mailboxes @ localhost

Full commit hash
63ce1ba2d67c0e0a79a98cacb6a17ec44e020b66
Author
André <[email protected]>
Date
almost 8 years ago
Selected line
6
Open commit View diff
6
andryyy almost 7 years ago 3136e02

[Postfix] Remove Zeyple, base on Buster

Full commit hash
3136e020f6c0afed83feaddddbd05fff2029fc92
Author
andryyy <[email protected]>
Date
almost 7 years ago
Selected line
7
# Wait for MySQL to warm-up
Open commit View diff
7 # Wait for MySQL to warm-up
Niklas Meyer almost 2 years ago b70bcd3

containers: use mariadb-admin instead of deprecated mysqladmin (#6026)

Full commit hash
b70bcd36fbe84136285ccbce92fa7839f830e350
Author
Niklas Meyer <[email protected]>
Date
almost 2 years ago
Selected line
8
while ! mariadb-admin status --ssl=false --socket=/var/run/mysqld/mysqld.sock -u${DBUSER} -p${DBPASS} --silent; do
Open commit View diff
8 while ! mariadb-admin status --ssl=false --socket=/var/run/mysqld/mysqld.sock -u${DBUSER} -p${DBPASS} --silent; do
andryyy almost 7 years ago 3136e02

[Postfix] Remove Zeyple, base on Buster

Full commit hash
3136e020f6c0afed83feaddddbd05fff2029fc92
Author
andryyy <[email protected]>
Date
almost 7 years ago
Selected line
9
  echo "Waiting for database to come up..."
Open commit View diff
9 echo "Waiting for database to come up..."
same change 3136e02

[Postfix] Remove Zeyple, base on Buster

Full commit hash
3136e020f6c0afed83feaddddbd05fff2029fc92
Author
andryyy <[email protected]>
Date
almost 7 years ago
Selected line
10
  sleep 2
Open commit View diff
10 sleep 2
same change 3136e02

[Postfix] Remove Zeyple, base on Buster

Full commit hash
3136e020f6c0afed83feaddddbd05fff2029fc92
Author
andryyy <[email protected]>
Date
almost 7 years ago
Selected line
11
done
Open commit View diff
11 done
same change 3136e02

[Postfix] Remove Zeyple, base on Buster

Full commit hash
3136e020f6c0afed83feaddddbd05fff2029fc92
Author
andryyy <[email protected]>
Date
almost 7 years ago
Selected line
12
Open commit View diff
12
andryyy over 5 years ago dbede22

[Ejabberd, Postfix, Dovecot] Do not run DNS check against unbound

Full commit hash
dbede2252cb7ac4b18317afb772f3ac49af1366d
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
13
until dig +short mailcow.email > /dev/null; do
Open commit View diff
13 until dig +short mailcow.email > /dev/null; do
andryyy over 6 years ago c75fd9a

[Postfix] Wait for DNS

Full commit hash
c75fd9ac407c451a606f0dac137a0c74b7460a94
Author
andryyy <[email protected]>
Date
over 6 years ago
Selected line
14
  echo "Waiting for DNS..."
Open commit View diff
14 echo "Waiting for DNS..."
andryyy about 6 years ago bffa3d9

[Postfix] Test DNS against mailcow.email

Full commit hash
bffa3d962a64093e4ad944b9c54f0397712d6313
Author
andryyy <[email protected]>
Date
about 6 years ago
Selected line
15
  sleep 1
Open commit View diff
15 sleep 1
andryyy over 6 years ago c75fd9a

[Postfix] Wait for DNS

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

[Postfix] Wait for DNS

Full commit hash
c75fd9ac407c451a606f0dac137a0c74b7460a94
Author
andryyy <[email protected]>
Date
over 6 years ago
Selected line
17
Open commit View diff
17
André almost 8 years ago 15b8076

[Postfix] Add scripts to learn from spam/ham traps

Full commit hash
15b80760b20bf385fe94fcd6561dce54fe4af1bf
Author
André <[email protected]>
Date
almost 8 years ago
Selected line
18
cat <<EOF > /etc/aliases
Open commit View diff
18 cat <<EOF > /etc/aliases
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
19
# Autogenerated by mailcow
Open commit View diff
19 # Autogenerated by mailcow
André almost 8 years ago 15b8076

[Postfix] Add scripts to learn from spam/ham traps

Full commit hash
15b80760b20bf385fe94fcd6561dce54fe4af1bf
Author
André <[email protected]>
Date
almost 8 years ago
Selected line
20
null: /dev/null
Open commit View diff
20 null: /dev/null
andryyy almost 7 years ago a1cd7d8

[Postfix] Add watchdog@localhost alias

Full commit hash
a1cd7d8ee729588930d7551dc9f03cbbe2f36ca6
Author
andryyy <[email protected]>
Date
almost 7 years ago
Selected line
21
watchdog: /dev/null
Open commit View diff
21 watchdog: /dev/null
André almost 8 years ago 15b8076

[Postfix] Add scripts to learn from spam/ham traps

Full commit hash
15b80760b20bf385fe94fcd6561dce54fe4af1bf
Author
André <[email protected]>
Date
almost 8 years ago
Selected line
22
ham: "|/usr/local/bin/rspamd-pipe-ham"
Open commit View diff
22 ham: "|/usr/local/bin/rspamd-pipe-ham"
same change 15b8076

[Postfix] Add scripts to learn from spam/ham traps

Full commit hash
15b80760b20bf385fe94fcd6561dce54fe4af1bf
Author
André <[email protected]>
Date
almost 8 years ago
Selected line
23
spam: "|/usr/local/bin/rspamd-pipe-spam"
Open commit View diff
23 spam: "|/usr/local/bin/rspamd-pipe-spam"
same change 15b8076

[Postfix] Add scripts to learn from spam/ham traps

Full commit hash
15b80760b20bf385fe94fcd6561dce54fe4af1bf
Author
André <[email protected]>
Date
almost 8 years ago
Selected line
24
EOF
Open commit View diff
24 EOF
André almost 8 years ago 63ce1ba

[Postfix] Create ham/spam mailboxes @ localhost

Full commit hash
63ce1ba2d67c0e0a79a98cacb6a17ec44e020b66
Author
André <[email protected]>
Date
almost 8 years ago
Selected line
25
newaliases;
Open commit View diff
25 newaliases;
andryyy over 9 years ago c283c85

Update Postfix and Dovecot, add ignore

Full commit hash
c283c85d516b827950fee22164601a37a55b35c5
Author
andryyy <[email protected]>
Date
over 9 years ago
Selected line
26
Open commit View diff
26
Marcel Hofer almost 7 years ago 2e35da6

[SSL] create individual domain certificates, add SNI configs for Postfix/Dovecot/Nginx

Full commit hash
2e35da681674c250238519f4a9e3e581393f50f2
Author
Marcel Hofer <[email protected]>
Date
almost 7 years ago
Selected line
27
# create sni configuration
Open commit View diff
27 # create sni configuration
andryyy over 5 years ago ea98ac6

[Postfix] Do not create a TLS SNI map when SKIP_LETS_ENCRYPT=y

Full commit hash
ea98ac6442effb37cad85c700e022f54d2b0195b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
28
if [[ "${SKIP_LETS_ENCRYPT}" =~ ^([yY][eE][sS]|[yY])+$ ]]; then
Open commit View diff
28 if [[ "${SKIP_LETS_ENCRYPT}" =~ ^([yY][eE][sS]|[yY])+$ ]]; then
same change ea98ac6

[Postfix] Do not create a TLS SNI map when SKIP_LETS_ENCRYPT=y

Full commit hash
ea98ac6442effb37cad85c700e022f54d2b0195b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
29
  echo -n "" > /opt/postfix/conf/sni.map
Open commit View diff
29 echo -n "" > /opt/postfix/conf/sni.map
same change ea98ac6

[Postfix] Do not create a TLS SNI map when SKIP_LETS_ENCRYPT=y

Full commit hash
ea98ac6442effb37cad85c700e022f54d2b0195b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
30
else
Open commit View diff
30 else
same change ea98ac6

[Postfix] Do not create a TLS SNI map when SKIP_LETS_ENCRYPT=y

Full commit hash
ea98ac6442effb37cad85c700e022f54d2b0195b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
31
  echo -n "" > /opt/postfix/conf/sni.map;
Open commit View diff
31 echo -n "" > /opt/postfix/conf/sni.map;
same change ea98ac6

[Postfix] Do not create a TLS SNI map when SKIP_LETS_ENCRYPT=y

Full commit hash
ea98ac6442effb37cad85c700e022f54d2b0195b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
32
  for cert_dir in /etc/ssl/mail/*/ ; do
Open commit View diff
32 for cert_dir in /etc/ssl/mail/*/ ; do
same change ea98ac6

[Postfix] Do not create a TLS SNI map when SKIP_LETS_ENCRYPT=y

Full commit hash
ea98ac6442effb37cad85c700e022f54d2b0195b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
33
    if [[ ! -f ${cert_dir}domains ]] || [[ ! -f ${cert_dir}cert.pem ]] || [[ ! -f ${cert_dir}key.pem ]]; then
Open commit View diff
33 if [[ ! -f ${cert_dir}domains ]] || [[ ! -f ${cert_dir}cert.pem ]] || [[ ! -f ${cert_dir}key.pem ]]; then
same change ea98ac6

[Postfix] Do not create a TLS SNI map when SKIP_LETS_ENCRYPT=y

Full commit hash
ea98ac6442effb37cad85c700e022f54d2b0195b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
34
      continue;
Open commit View diff
34 continue;
same change ea98ac6

[Postfix] Do not create a TLS SNI map when SKIP_LETS_ENCRYPT=y

Full commit hash
ea98ac6442effb37cad85c700e022f54d2b0195b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
35
    fi
Open commit View diff
35 fi
same change ea98ac6

[Postfix] Do not create a TLS SNI map when SKIP_LETS_ENCRYPT=y

Full commit hash
ea98ac6442effb37cad85c700e022f54d2b0195b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
36
    IFS=" " read -r -a domains <<< "$(cat "${cert_dir}domains")"
Open commit View diff
36 IFS=" " read -r -a domains <<< "$(cat "${cert_dir}domains")"
same change ea98ac6

[Postfix] Do not create a TLS SNI map when SKIP_LETS_ENCRYPT=y

Full commit hash
ea98ac6442effb37cad85c700e022f54d2b0195b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
37
    for domain in "${domains[@]}"; do
Open commit View diff
37 for domain in "${domains[@]}"; do
same change ea98ac6

[Postfix] Do not create a TLS SNI map when SKIP_LETS_ENCRYPT=y

Full commit hash
ea98ac6442effb37cad85c700e022f54d2b0195b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
38
      echo -n "${domain} ${cert_dir}key.pem ${cert_dir}cert.pem" >> /opt/postfix/conf/sni.map;
Open commit View diff
38 echo -n "${domain} ${cert_dir}key.pem ${cert_dir}cert.pem" >> /opt/postfix/conf/sni.map;
same change ea98ac6

[Postfix] Do not create a TLS SNI map when SKIP_LETS_ENCRYPT=y

Full commit hash
ea98ac6442effb37cad85c700e022f54d2b0195b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
39
      echo "" >> /opt/postfix/conf/sni.map;
Open commit View diff
39 echo "" >> /opt/postfix/conf/sni.map;
same change ea98ac6

[Postfix] Do not create a TLS SNI map when SKIP_LETS_ENCRYPT=y

Full commit hash
ea98ac6442effb37cad85c700e022f54d2b0195b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
40
    done
Open commit View diff
40 done
Marcel Hofer almost 7 years ago 2e35da6

[SSL] create individual domain certificates, add SNI configs for Postfix/Dovecot/Nginx

Full commit hash
2e35da681674c250238519f4a9e3e581393f50f2
Author
Marcel Hofer <[email protected]>
Date
almost 7 years ago
Selected line
41
  done
Open commit View diff
41 done
andryyy over 5 years ago ea98ac6

[Postfix] Do not create a TLS SNI map when SKIP_LETS_ENCRYPT=y

Full commit hash
ea98ac6442effb37cad85c700e022f54d2b0195b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
42
fi
Open commit View diff
42 fi
Marcel Hofer almost 7 years ago 2e35da6

[SSL] create individual domain certificates, add SNI configs for Postfix/Dovecot/Nginx

Full commit hash
2e35da681674c250238519f4a9e3e581393f50f2
Author
Marcel Hofer <[email protected]>
Date
almost 7 years ago
Selected line
43
postmap -F hash:/opt/postfix/conf/sni.map;
Open commit View diff
43 postmap -F hash:/opt/postfix/conf/sni.map;
same change 2e35da6

[SSL] create individual domain certificates, add SNI configs for Postfix/Dovecot/Nginx

Full commit hash
2e35da681674c250238519f4a9e3e581393f50f2
Author
Marcel Hofer <[email protected]>
Date
almost 7 years ago
Selected line
44
Open commit View diff
44
andryyy over 6 years ago ef0b400

[Postfix] Allow to relay only non-local mailboxes

Full commit hash
ef0b40085bd11731d418765248c05ecbaa573333
Author
andryyy <[email protected]>
Date
over 6 years ago
Selected line
45
cat <<EOF > /opt/postfix/conf/sql/mysql_relay_ne.cf
Open commit View diff
45 cat <<EOF > /opt/postfix/conf/sql/mysql_relay_ne.cf
same change ef0b400

[Postfix] Allow to relay only non-local mailboxes

Full commit hash
ef0b40085bd11731d418765248c05ecbaa573333
Author
andryyy <[email protected]>
Date
over 6 years ago
Selected line
46
# Autogenerated by mailcow
Open commit View diff
46 # Autogenerated by mailcow
same change ef0b400

[Postfix] Allow to relay only non-local mailboxes

Full commit hash
ef0b40085bd11731d418765248c05ecbaa573333
Author
andryyy <[email protected]>
Date
over 6 years ago
Selected line
47
user = ${DBUSER}
Open commit View diff
47 user = ${DBUSER}
same change ef0b400

[Postfix] Allow to relay only non-local mailboxes

Full commit hash
ef0b40085bd11731d418765248c05ecbaa573333
Author
andryyy <[email protected]>
Date
over 6 years ago
Selected line
48
password = ${DBPASS}
Open commit View diff
48 password = ${DBPASS}
same change ef0b400

[Postfix] Allow to relay only non-local mailboxes

Full commit hash
ef0b40085bd11731d418765248c05ecbaa573333
Author
andryyy <[email protected]>
Date
over 6 years ago
Selected line
49
hosts = unix:/var/run/mysqld/mysqld.sock
Open commit View diff
49 hosts = unix:/var/run/mysqld/mysqld.sock
same change ef0b400

[Postfix] Allow to relay only non-local mailboxes

Full commit hash
ef0b40085bd11731d418765248c05ecbaa573333
Author
andryyy <[email protected]>
Date
over 6 years ago
Selected line
50
dbname = ${DBNAME}
Open commit View diff
50 dbname = ${DBNAME}
same change ef0b400

[Postfix] Allow to relay only non-local mailboxes

Full commit hash
ef0b40085bd11731d418765248c05ecbaa573333
Author
andryyy <[email protected]>
Date
over 6 years ago
Selected line
51
query = SELECT IF(EXISTS(SELECT address, domain FROM alias
Open commit View diff
51 query = SELECT IF(EXISTS(SELECT address, domain FROM alias
same change ef0b400

[Postfix] Allow to relay only non-local mailboxes

Full commit hash
ef0b40085bd11731d418765248c05ecbaa573333
Author
andryyy <[email protected]>
Date
over 6 years ago
Selected line
52
      WHERE address = '%s'
Open commit View diff
52 WHERE address = '%s'
same change ef0b400

[Postfix] Allow to relay only non-local mailboxes

Full commit hash
ef0b40085bd11731d418765248c05ecbaa573333
Author
andryyy <[email protected]>
Date
over 6 years ago
Selected line
53
        AND domain IN (
Open commit View diff
53 AND domain IN (
same change ef0b400

[Postfix] Allow to relay only non-local mailboxes

Full commit hash
ef0b40085bd11731d418765248c05ecbaa573333
Author
andryyy <[email protected]>
Date
over 6 years ago
Selected line
54
          SELECT domain FROM domain
Open commit View diff
54 SELECT domain FROM domain
same change ef0b400

[Postfix] Allow to relay only non-local mailboxes

Full commit hash
ef0b40085bd11731d418765248c05ecbaa573333
Author
andryyy <[email protected]>
Date
over 6 years ago
Selected line
55
            WHERE backupmx = '1'
Open commit View diff
55 WHERE backupmx = '1'
same change ef0b400

[Postfix] Allow to relay only non-local mailboxes

Full commit hash
ef0b40085bd11731d418765248c05ecbaa573333
Author
andryyy <[email protected]>
Date
over 6 years ago
Selected line
56
              AND relay_all_recipients = '1'
Open commit View diff
56 AND relay_all_recipients = '1'
same change ef0b400

[Postfix] Allow to relay only non-local mailboxes

Full commit hash
ef0b40085bd11731d418765248c05ecbaa573333
Author
andryyy <[email protected]>
Date
over 6 years ago
Selected line
57
              AND relay_unknown_only = '1')
Open commit View diff
57 AND relay_unknown_only = '1')
same change ef0b400

[Postfix] Allow to relay only non-local mailboxes

Full commit hash
ef0b40085bd11731d418765248c05ecbaa573333
Author
andryyy <[email protected]>
Date
over 6 years ago
Selected line
58
Open commit View diff
58
same change ef0b400

[Postfix] Allow to relay only non-local mailboxes

Full commit hash
ef0b40085bd11731d418765248c05ecbaa573333
Author
andryyy <[email protected]>
Date
over 6 years ago
Selected line
59
      ), 'lmtp:inet:dovecot:24', NULL) AS 'transport'
Open commit View diff
59 ), 'lmtp:inet:dovecot:24', NULL) AS 'transport'
same change ef0b400

[Postfix] Allow to relay only non-local mailboxes

Full commit hash
ef0b40085bd11731d418765248c05ecbaa573333
Author
andryyy <[email protected]>
Date
over 6 years ago
Selected line
60
EOF
Open commit View diff
60 EOF
same change ef0b400

[Postfix] Allow to relay only non-local mailboxes

Full commit hash
ef0b40085bd11731d418765248c05ecbaa573333
Author
andryyy <[email protected]>
Date
over 6 years ago
Selected line
61
Open commit View diff
61
andryyy over 9 years ago c283c85

Update Postfix and Dovecot, add ignore

Full commit hash
c283c85d516b827950fee22164601a37a55b35c5
Author
andryyy <[email protected]>
Date
over 9 years ago
Selected line
62
cat <<EOF > /opt/postfix/conf/sql/mysql_relay_recipient_maps.cf
Open commit View diff
62 cat <<EOF > /opt/postfix/conf/sql/mysql_relay_recipient_maps.cf
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
63
# Autogenerated by mailcow
Open commit View diff
63 # Autogenerated by mailcow
andryyy over 9 years ago c283c85

Update Postfix and Dovecot, add ignore

Full commit hash
c283c85d516b827950fee22164601a37a55b35c5
Author
andryyy <[email protected]>
Date
over 9 years ago
Selected line
64
user = ${DBUSER}
Open commit View diff
64 user = ${DBUSER}
same change c283c85

Update Postfix and Dovecot, add ignore

Full commit hash
c283c85d516b827950fee22164601a37a55b35c5
Author
andryyy <[email protected]>
Date
over 9 years ago
Selected line
65
password = ${DBPASS}
Open commit View diff
65 password = ${DBPASS}
André almost 8 years ago 0fb43f4

[Docker API] Use TLS encryption for communication with "on-the-fly" created key paris (non-exposed)

Full commit hash
0fb43f49161554dbe0e66cd6170ad00166efc8b3
Author
André <[email protected]>
Date
almost 8 years ago
Selected line
66
hosts = unix:/var/run/mysqld/mysqld.sock
Open commit View diff
66 hosts = unix:/var/run/mysqld/mysqld.sock
andryyy over 9 years ago c283c85

Update Postfix and Dovecot, add ignore

Full commit hash
c283c85d516b827950fee22164601a37a55b35c5
Author
andryyy <[email protected]>
Date
over 9 years ago
Selected line
67
dbname = ${DBNAME}
Open commit View diff
67 dbname = ${DBNAME}
andryyy almost 9 years ago e107cbe

[Postfix] Fix sending as alias, when alias is in alias domains, cleanup

Full commit hash
e107cbef5e4d0674df4d4de3836f1c72b84beccc
Author
andryyy <[email protected]>
Date
almost 9 years ago
Selected line
68
query = SELECT DISTINCT
Open commit View diff
68 query = SELECT DISTINCT
same change e107cbe

[Postfix] Fix sending as alias, when alias is in alias domains, cleanup

Full commit hash
e107cbef5e4d0674df4d4de3836f1c72b84beccc
Author
andryyy <[email protected]>
Date
almost 9 years ago
Selected line
69
  CASE WHEN '%d' IN (
Open commit View diff
69 CASE WHEN '%d' IN (
same change e107cbe

[Postfix] Fix sending as alias, when alias is in alias domains, cleanup

Full commit hash
e107cbef5e4d0674df4d4de3836f1c72b84beccc
Author
andryyy <[email protected]>
Date
almost 9 years ago
Selected line
70
    SELECT domain FROM domain
Open commit View diff
70 SELECT domain FROM domain
same change e107cbe

[Postfix] Fix sending as alias, when alias is in alias domains, cleanup

Full commit hash
e107cbef5e4d0674df4d4de3836f1c72b84beccc
Author
andryyy <[email protected]>
Date
almost 9 years ago
Selected line
71
      WHERE relay_all_recipients=1
Open commit View diff
71 WHERE relay_all_recipients=1
same change e107cbe

[Postfix] Fix sending as alias, when alias is in alias domains, cleanup

Full commit hash
e107cbef5e4d0674df4d4de3836f1c72b84beccc
Author
andryyy <[email protected]>
Date
almost 9 years ago
Selected line
72
        AND domain='%d'
Open commit View diff
72 AND domain='%d'
same change e107cbe

[Postfix] Fix sending as alias, when alias is in alias domains, cleanup

Full commit hash
e107cbef5e4d0674df4d4de3836f1c72b84beccc
Author
andryyy <[email protected]>
Date
almost 9 years ago
Selected line
73
        AND backupmx=1
Open commit View diff
73 AND backupmx=1
same change e107cbe

[Postfix] Fix sending as alias, when alias is in alias domains, cleanup

Full commit hash
e107cbef5e4d0674df4d4de3836f1c72b84beccc
Author
andryyy <[email protected]>
Date
almost 9 years ago
Selected line
74
  )
Open commit View diff
74 )
same change e107cbe

[Postfix] Fix sending as alias, when alias is in alias domains, cleanup

Full commit hash
e107cbef5e4d0674df4d4de3836f1c72b84beccc
Author
andryyy <[email protected]>
Date
almost 9 years ago
Selected line
75
  THEN '%s' ELSE (
Open commit View diff
75 THEN '%s' ELSE (
same change e107cbe

[Postfix] Fix sending as alias, when alias is in alias domains, cleanup

Full commit hash
e107cbef5e4d0674df4d4de3836f1c72b84beccc
Author
andryyy <[email protected]>
Date
almost 9 years ago
Selected line
76
    SELECT goto FROM alias WHERE address='%s' AND active='1'
Open commit View diff
76 SELECT goto FROM alias WHERE address='%s' AND active='1'
same change e107cbe

[Postfix] Fix sending as alias, when alias is in alias domains, cleanup

Full commit hash
e107cbef5e4d0674df4d4de3836f1c72b84beccc
Author
andryyy <[email protected]>
Date
almost 9 years ago
Selected line
77
  )
Open commit View diff
77 )
same change e107cbe

[Postfix] Fix sending as alias, when alias is in alias domains, cleanup

Full commit hash
e107cbef5e4d0674df4d4de3836f1c72b84beccc
Author
andryyy <[email protected]>
Date
almost 9 years ago
Selected line
78
  END AS result;
Open commit View diff
78 END AS result;
andryyy over 9 years ago c283c85

Update Postfix and Dovecot, add ignore

Full commit hash
c283c85d516b827950fee22164601a37a55b35c5
Author
andryyy <[email protected]>
Date
over 9 years ago
Selected line
79
EOF
Open commit View diff
79 EOF
same change c283c85

Update Postfix and Dovecot, add ignore

Full commit hash
c283c85d516b827950fee22164601a37a55b35c5
Author
andryyy <[email protected]>
Date
over 9 years ago
Selected line
80
Open commit View diff
80
André almost 8 years ago c6aa361

[Postfix] Enable/create smtp_tls_policy_maps

Full commit hash
c6aa3610f08804f4e95802546d55773fa94b2809
Author
André <[email protected]>
Date
almost 8 years ago
Selected line
81
cat <<EOF > /opt/postfix/conf/sql/mysql_tls_policy_override_maps.cf
Open commit View diff
81 cat <<EOF > /opt/postfix/conf/sql/mysql_tls_policy_override_maps.cf
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
82
# Autogenerated by mailcow
Open commit View diff
82 # Autogenerated by mailcow
André almost 8 years ago c6aa361

[Postfix] Enable/create smtp_tls_policy_maps

Full commit hash
c6aa3610f08804f4e95802546d55773fa94b2809
Author
André <[email protected]>
Date
almost 8 years ago
Selected line
83
user = ${DBUSER}
Open commit View diff
83 user = ${DBUSER}
same change c6aa361

[Postfix] Enable/create smtp_tls_policy_maps

Full commit hash
c6aa3610f08804f4e95802546d55773fa94b2809
Author
André <[email protected]>
Date
almost 8 years ago
Selected line
84
password = ${DBPASS}
Open commit View diff
84 password = ${DBPASS}
same change c6aa361

[Postfix] Enable/create smtp_tls_policy_maps

Full commit hash
c6aa3610f08804f4e95802546d55773fa94b2809
Author
André <[email protected]>
Date
almost 8 years ago
Selected line
85
hosts = unix:/var/run/mysqld/mysqld.sock
Open commit View diff
85 hosts = unix:/var/run/mysqld/mysqld.sock
same change c6aa361

[Postfix] Enable/create smtp_tls_policy_maps

Full commit hash
c6aa3610f08804f4e95802546d55773fa94b2809
Author
André <[email protected]>
Date
almost 8 years ago
Selected line
86
dbname = ${DBNAME}
Open commit View diff
86 dbname = ${DBNAME}
same change c6aa361

[Postfix] Enable/create smtp_tls_policy_maps

Full commit hash
c6aa3610f08804f4e95802546d55773fa94b2809
Author
André <[email protected]>
Date
almost 8 years ago
Selected line
87
query = SELECT CONCAT(policy, ' ', parameters) AS tls_policy FROM tls_policy_override WHERE active = '1' AND dest = '%s'
Open commit View diff
87 query = SELECT CONCAT(policy, ' ', parameters) AS tls_policy FROM tls_policy_override WHERE active = '1' AND dest = '%s'
same change c6aa361

[Postfix] Enable/create smtp_tls_policy_maps

Full commit hash
c6aa3610f08804f4e95802546d55773fa94b2809
Author
André <[email protected]>
Date
almost 8 years ago
Selected line
88
EOF
Open commit View diff
88 EOF
same change c6aa361

[Postfix] Enable/create smtp_tls_policy_maps

Full commit hash
c6aa3610f08804f4e95802546d55773fa94b2809
Author
André <[email protected]>
Date
almost 8 years ago
Selected line
89
Open commit View diff
89
andryyy over 9 years ago c283c85

Update Postfix and Dovecot, add ignore

Full commit hash
c283c85d516b827950fee22164601a37a55b35c5
Author
andryyy <[email protected]>
Date
over 9 years ago
Selected line
90
cat <<EOF > /opt/postfix/conf/sql/mysql_tls_enforce_in_policy.cf
Open commit View diff
90 cat <<EOF > /opt/postfix/conf/sql/mysql_tls_enforce_in_policy.cf
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
91
# Autogenerated by mailcow
Open commit View diff
91 # Autogenerated by mailcow
andryyy over 9 years ago c283c85

Update Postfix and Dovecot, add ignore

Full commit hash
c283c85d516b827950fee22164601a37a55b35c5
Author
andryyy <[email protected]>
Date
over 9 years ago
Selected line
92
user = ${DBUSER}
Open commit View diff
92 user = ${DBUSER}
same change c283c85

Update Postfix and Dovecot, add ignore

Full commit hash
c283c85d516b827950fee22164601a37a55b35c5
Author
andryyy <[email protected]>
Date
over 9 years ago
Selected line
93
password = ${DBPASS}
Open commit View diff
93 password = ${DBPASS}
André almost 8 years ago 0fb43f4

[Docker API] Use TLS encryption for communication with "on-the-fly" created key paris (non-exposed)

Full commit hash
0fb43f49161554dbe0e66cd6170ad00166efc8b3
Author
André <[email protected]>
Date
almost 8 years ago
Selected line
94
hosts = unix:/var/run/mysqld/mysqld.sock
Open commit View diff
94 hosts = unix:/var/run/mysqld/mysqld.sock
andryyy over 9 years ago c283c85

Update Postfix and Dovecot, add ignore

Full commit hash
c283c85d516b827950fee22164601a37a55b35c5
Author
andryyy <[email protected]>
Date
over 9 years ago
Selected line
95
dbname = ${DBNAME}
Open commit View diff
95 dbname = ${DBNAME}
andryyy almost 9 years ago e107cbe

[Postfix] Fix sending as alias, when alias is in alias domains, cleanup

Full commit hash
e107cbef5e4d0674df4d4de3836f1c72b84beccc
Author
andryyy <[email protected]>
Date
almost 9 years ago
Selected line
96
query = SELECT IF(EXISTS(
Open commit View diff
96 query = SELECT IF(EXISTS(
same change e107cbe

[Postfix] Fix sending as alias, when alias is in alias domains, cleanup

Full commit hash
e107cbef5e4d0674df4d4de3836f1c72b84beccc
Author
andryyy <[email protected]>
Date
almost 9 years ago
Selected line
97
  SELECT 'TLS_ACTIVE' FROM alias
Open commit View diff
97 SELECT 'TLS_ACTIVE' FROM alias
same change e107cbe

[Postfix] Fix sending as alias, when alias is in alias domains, cleanup

Full commit hash
e107cbef5e4d0674df4d4de3836f1c72b84beccc
Author
andryyy <[email protected]>
Date
almost 9 years ago
Selected line
98
    LEFT OUTER JOIN mailbox ON mailbox.username = alias.goto
Open commit View diff
98 LEFT OUTER JOIN mailbox ON mailbox.username = alias.goto
same change e107cbe

[Postfix] Fix sending as alias, when alias is in alias domains, cleanup

Full commit hash
e107cbef5e4d0674df4d4de3836f1c72b84beccc
Author
andryyy <[email protected]>
Date
almost 9 years ago
Selected line
99
      WHERE (address='%s'
Open commit View diff
99 WHERE (address='%s'
same change e107cbe

[Postfix] Fix sending as alias, when alias is in alias domains, cleanup

Full commit hash
e107cbef5e4d0674df4d4de3836f1c72b84beccc
Author
andryyy <[email protected]>
Date
almost 9 years ago
Selected line
100
        OR address IN (
Open commit View diff
100 OR address IN (
same change e107cbe

[Postfix] Fix sending as alias, when alias is in alias domains, cleanup

Full commit hash
e107cbef5e4d0674df4d4de3836f1c72b84beccc
Author
andryyy <[email protected]>
Date
almost 9 years ago
Selected line
101
          SELECT CONCAT('%u', '@', target_domain) FROM alias_domain
Open commit View diff
101 SELECT CONCAT('%u', '@', target_domain) FROM alias_domain
same change e107cbe

[Postfix] Fix sending as alias, when alias is in alias domains, cleanup

Full commit hash
e107cbef5e4d0674df4d4de3836f1c72b84beccc
Author
andryyy <[email protected]>
Date
almost 9 years ago
Selected line
102
            WHERE alias_domain='%d'
Open commit View diff
102 WHERE alias_domain='%d'
same change e107cbe

[Postfix] Fix sending as alias, when alias is in alias domains, cleanup

Full commit hash
e107cbef5e4d0674df4d4de3836f1c72b84beccc
Author
andryyy <[email protected]>
Date
almost 9 years ago
Selected line
103
        )
Open commit View diff
103 )
andryyy almost 6 years ago 85b027a

[Postfix] Merge syslog filters

Full commit hash
85b027aa9d598146bb61e7c27dca31060177b071
Author
andryyy <[email protected]>
Date
almost 6 years ago
Selected line
104
      ) AND JSON_UNQUOTE(JSON_VALUE(attributes, '$.tls_enforce_in')) = '1' AND mailbox.active = '1'
Open commit View diff
104 ) AND JSON_UNQUOTE(JSON_VALUE(attributes, '$.tls_enforce_in')) = '1' AND mailbox.active = '1'
andryyy almost 9 years ago e107cbe

[Postfix] Fix sending as alias, when alias is in alias domains, cleanup

Full commit hash
e107cbef5e4d0674df4d4de3836f1c72b84beccc
Author
andryyy <[email protected]>
Date
almost 9 years ago
Selected line
105
  ), 'reject_plaintext_session', NULL) AS 'tls_enforce_in';
Open commit View diff
105 ), 'reject_plaintext_session', NULL) AS 'tls_enforce_in';
andryyy over 9 years ago c283c85

Update Postfix and Dovecot, add ignore

Full commit hash
c283c85d516b827950fee22164601a37a55b35c5
Author
andryyy <[email protected]>
Date
over 9 years ago
Selected line
106
EOF
Open commit View diff
106 EOF
same change c283c85

Update Postfix and Dovecot, add ignore

Full commit hash
c283c85d516b827950fee22164601a37a55b35c5
Author
andryyy <[email protected]>
Date
over 9 years ago
Selected line
107
Open commit View diff
107
andryyy about 9 years ago 83d485d

[Web, Postfix, Compose] Allow to add relayhosts per domain (+ plain and login authentication)

Full commit hash
83d485dd94662806551d072f280a3ed46a478f80
Author
andryyy <[email protected]>
Date
about 9 years ago
Selected line
108
cat <<EOF > /opt/postfix/conf/sql/mysql_sender_dependent_default_transport_maps.cf
Open commit View diff
108 cat <<EOF > /opt/postfix/conf/sql/mysql_sender_dependent_default_transport_maps.cf
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
109
# Autogenerated by mailcow
Open commit View diff
109 # Autogenerated by mailcow
andryyy over 9 years ago c283c85

Update Postfix and Dovecot, add ignore

Full commit hash
c283c85d516b827950fee22164601a37a55b35c5
Author
andryyy <[email protected]>
Date
over 9 years ago
Selected line
110
user = ${DBUSER}
Open commit View diff
110 user = ${DBUSER}
same change c283c85

Update Postfix and Dovecot, add ignore

Full commit hash
c283c85d516b827950fee22164601a37a55b35c5
Author
andryyy <[email protected]>
Date
over 9 years ago
Selected line
111
password = ${DBPASS}
Open commit View diff
111 password = ${DBPASS}
André almost 8 years ago 0fb43f4

[Docker API] Use TLS encryption for communication with "on-the-fly" created key paris (non-exposed)

Full commit hash
0fb43f49161554dbe0e66cd6170ad00166efc8b3
Author
André <[email protected]>
Date
almost 8 years ago
Selected line
112
hosts = unix:/var/run/mysqld/mysqld.sock
Open commit View diff
112 hosts = unix:/var/run/mysqld/mysqld.sock
andryyy over 9 years ago c283c85

Update Postfix and Dovecot, add ignore

Full commit hash
c283c85d516b827950fee22164601a37a55b35c5
Author
andryyy <[email protected]>
Date
over 9 years ago
Selected line
113
dbname = ${DBNAME}
Open commit View diff
113 dbname = ${DBNAME}
andryyy about 9 years ago 83d485d

[Web, Postfix, Compose] Allow to add relayhosts per domain (+ plain and login authentication)

Full commit hash
83d485dd94662806551d072f280a3ed46a478f80
Author
andryyy <[email protected]>
Date
about 9 years ago
Selected line
114
query = SELECT GROUP_CONCAT(transport SEPARATOR '') AS transport_maps
Open commit View diff
114 query = SELECT GROUP_CONCAT(transport SEPARATOR '') AS transport_maps
same change 83d485d

[Web, Postfix, Compose] Allow to add relayhosts per domain (+ plain and login authentication)

Full commit hash
83d485dd94662806551d072f280a3ed46a478f80
Author
andryyy <[email protected]>
Date
about 9 years ago
Selected line
115
  FROM (
Open commit View diff
115 FROM (
andryyy almost 9 years ago e107cbe

[Postfix] Fix sending as alias, when alias is in alias domains, cleanup

Full commit hash
e107cbef5e4d0674df4d4de3836f1c72b84beccc
Author
andryyy <[email protected]>
Date
almost 9 years ago
Selected line
116
    SELECT IF(EXISTS(SELECT 'smtp_type' FROM alias
Open commit View diff
116 SELECT IF(EXISTS(SELECT 'smtp_type' FROM alias
same change e107cbe

[Postfix] Fix sending as alias, when alias is in alias domains, cleanup

Full commit hash
e107cbef5e4d0674df4d4de3836f1c72b84beccc
Author
andryyy <[email protected]>
Date
almost 9 years ago
Selected line
117
      LEFT OUTER JOIN mailbox ON mailbox.username = alias.goto
Open commit View diff
117 LEFT OUTER JOIN mailbox ON mailbox.username = alias.goto
same change e107cbe

[Postfix] Fix sending as alias, when alias is in alias domains, cleanup

Full commit hash
e107cbef5e4d0674df4d4de3836f1c72b84beccc
Author
andryyy <[email protected]>
Date
almost 9 years ago
Selected line
118
        WHERE (address = '%s'
Open commit View diff
118 WHERE (address = '%s'
same change e107cbe

[Postfix] Fix sending as alias, when alias is in alias domains, cleanup

Full commit hash
e107cbef5e4d0674df4d4de3836f1c72b84beccc
Author
andryyy <[email protected]>
Date
almost 9 years ago
Selected line
119
          OR address IN (
Open commit View diff
119 OR address IN (
same change e107cbe

[Postfix] Fix sending as alias, when alias is in alias domains, cleanup

Full commit hash
e107cbef5e4d0674df4d4de3836f1c72b84beccc
Author
andryyy <[email protected]>
Date
almost 9 years ago
Selected line
120
            SELECT CONCAT('%u', '@', target_domain) FROM alias_domain
Open commit View diff
120 SELECT CONCAT('%u', '@', target_domain) FROM alias_domain
same change e107cbe

[Postfix] Fix sending as alias, when alias is in alias domains, cleanup

Full commit hash
e107cbef5e4d0674df4d4de3836f1c72b84beccc
Author
andryyy <[email protected]>
Date
almost 9 years ago
Selected line
121
              WHERE alias_domain = '%d'
Open commit View diff
121 WHERE alias_domain = '%d'
same change e107cbe

[Postfix] Fix sending as alias, when alias is in alias domains, cleanup

Full commit hash
e107cbef5e4d0674df4d4de3836f1c72b84beccc
Author
andryyy <[email protected]>
Date
almost 9 years ago
Selected line
122
          )
Open commit View diff
122 )
same change e107cbe

[Postfix] Fix sending as alias, when alias is in alias domains, cleanup

Full commit hash
e107cbef5e4d0674df4d4de3836f1c72b84beccc
Author
andryyy <[email protected]>
Date
almost 9 years ago
Selected line
123
        )
Open commit View diff
123 )
andryyy almost 6 years ago 85b027a

[Postfix] Merge syslog filters

Full commit hash
85b027aa9d598146bb61e7c27dca31060177b071
Author
andryyy <[email protected]>
Date
almost 6 years ago
Selected line
124
        AND JSON_UNQUOTE(JSON_VALUE(attributes, '$.tls_enforce_out')) = '1'
Open commit View diff
124 AND JSON_UNQUOTE(JSON_VALUE(attributes, '$.tls_enforce_out')) = '1'
andryyy almost 9 years ago e107cbe

[Postfix] Fix sending as alias, when alias is in alias domains, cleanup

Full commit hash
e107cbef5e4d0674df4d4de3836f1c72b84beccc
Author
andryyy <[email protected]>
Date
almost 9 years ago
Selected line
125
        AND mailbox.active = '1'
Open commit View diff
125 AND mailbox.active = '1'
same change e107cbe

[Postfix] Fix sending as alias, when alias is in alias domains, cleanup

Full commit hash
e107cbef5e4d0674df4d4de3836f1c72b84beccc
Author
andryyy <[email protected]>
Date
almost 9 years ago
Selected line
126
    ), 'smtp_enforced_tls:', 'smtp:') AS 'transport'
Open commit View diff
126 ), 'smtp_enforced_tls:', 'smtp:') AS 'transport'
andryyy about 9 years ago 83d485d

[Web, Postfix, Compose] Allow to add relayhosts per domain (+ plain and login authentication)

Full commit hash
83d485dd94662806551d072f280a3ed46a478f80
Author
andryyy <[email protected]>
Date
about 9 years ago
Selected line
127
    UNION ALL
Open commit View diff
127 UNION ALL
andryyy about 5 years ago 5065667

[Postfix] Allow to set and override a relayhost per mailbox

Full commit hash
5065667ae467261d6a2336ec01faf9d26998044c
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
128
    SELECT COALESCE(
Open commit View diff
128 SELECT COALESCE(
same change 5065667

[Postfix] Allow to set and override a relayhost per mailbox

Full commit hash
5065667ae467261d6a2336ec01faf9d26998044c
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
129
      (SELECT hostname FROM relayhosts
Open commit View diff
129 (SELECT hostname FROM relayhosts
same change 5065667

[Postfix] Allow to set and override a relayhost per mailbox

Full commit hash
5065667ae467261d6a2336ec01faf9d26998044c
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
130
      LEFT OUTER JOIN mailbox ON JSON_UNQUOTE(JSON_VALUE(mailbox.attributes, '$.relayhost')) = relayhosts.id
Open commit View diff
130 LEFT OUTER JOIN mailbox ON JSON_UNQUOTE(JSON_VALUE(mailbox.attributes, '$.relayhost')) = relayhosts.id
same change 5065667

[Postfix] Allow to set and override a relayhost per mailbox

Full commit hash
5065667ae467261d6a2336ec01faf9d26998044c
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
131
        WHERE relayhosts.active = '1'
Open commit View diff
131 WHERE relayhosts.active = '1'
same change 5065667

[Postfix] Allow to set and override a relayhost per mailbox

Full commit hash
5065667ae467261d6a2336ec01faf9d26998044c
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
132
          AND (
Open commit View diff
132 AND (
same change 5065667

[Postfix] Allow to set and override a relayhost per mailbox

Full commit hash
5065667ae467261d6a2336ec01faf9d26998044c
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
133
            mailbox.username IN (SELECT alias.goto from alias
Open commit View diff
133 mailbox.username IN (SELECT alias.goto from alias
same change 5065667

[Postfix] Allow to set and override a relayhost per mailbox

Full commit hash
5065667ae467261d6a2336ec01faf9d26998044c
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
134
              JOIN mailbox ON mailbox.username = alias.goto
Open commit View diff
134 JOIN mailbox ON mailbox.username = alias.goto
same change 5065667

[Postfix] Allow to set and override a relayhost per mailbox

Full commit hash
5065667ae467261d6a2336ec01faf9d26998044c
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
135
                WHERE alias.active = '1'
Open commit View diff
135 WHERE alias.active = '1'
same change 5065667

[Postfix] Allow to set and override a relayhost per mailbox

Full commit hash
5065667ae467261d6a2336ec01faf9d26998044c
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
136
                  AND alias.address = '%s'
Open commit View diff
136 AND alias.address = '%s'
same change 5065667

[Postfix] Allow to set and override a relayhost per mailbox

Full commit hash
5065667ae467261d6a2336ec01faf9d26998044c
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
137
                  AND alias.address NOT LIKE '@%%'
Open commit View diff
137 AND alias.address NOT LIKE '@%%'
same change 5065667

[Postfix] Allow to set and override a relayhost per mailbox

Full commit hash
5065667ae467261d6a2336ec01faf9d26998044c
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
138
            )
Open commit View diff
138 )
same change 5065667

[Postfix] Allow to set and override a relayhost per mailbox

Full commit hash
5065667ae467261d6a2336ec01faf9d26998044c
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
139
          )
Open commit View diff
139 )
same change 5065667

[Postfix] Allow to set and override a relayhost per mailbox

Full commit hash
5065667ae467261d6a2336ec01faf9d26998044c
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
140
      ),
Open commit View diff
140 ),
same change 5065667

[Postfix] Allow to set and override a relayhost per mailbox

Full commit hash
5065667ae467261d6a2336ec01faf9d26998044c
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
141
      (SELECT hostname FROM relayhosts
Open commit View diff
141 (SELECT hostname FROM relayhosts
andryyy almost 9 years ago e107cbe

[Postfix] Fix sending as alias, when alias is in alias domains, cleanup

Full commit hash
e107cbef5e4d0674df4d4de3836f1c72b84beccc
Author
andryyy <[email protected]>
Date
almost 9 years ago
Selected line
142
      LEFT OUTER JOIN domain ON domain.relayhost = relayhosts.id
Open commit View diff
142 LEFT OUTER JOIN domain ON domain.relayhost = relayhosts.id
same change e107cbe

[Postfix] Fix sending as alias, when alias is in alias domains, cleanup

Full commit hash
e107cbef5e4d0674df4d4de3836f1c72b84beccc
Author
andryyy <[email protected]>
Date
almost 9 years ago
Selected line
143
        WHERE relayhosts.active = '1'
Open commit View diff
143 WHERE relayhosts.active = '1'
andryyy about 5 years ago 5065667

[Postfix] Allow to set and override a relayhost per mailbox

Full commit hash
5065667ae467261d6a2336ec01faf9d26998044c
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
144
          AND (domain.domain = '%d'
Open commit View diff
144 AND (domain.domain = '%d'
same change 5065667

[Postfix] Allow to set and override a relayhost per mailbox

Full commit hash
5065667ae467261d6a2336ec01faf9d26998044c
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
145
            OR domain.domain IN (
Open commit View diff
145 OR domain.domain IN (
same change 5065667

[Postfix] Allow to set and override a relayhost per mailbox

Full commit hash
5065667ae467261d6a2336ec01faf9d26998044c
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
146
              SELECT target_domain FROM alias_domain
Open commit View diff
146 SELECT target_domain FROM alias_domain
same change 5065667

[Postfix] Allow to set and override a relayhost per mailbox

Full commit hash
5065667ae467261d6a2336ec01faf9d26998044c
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
147
                WHERE alias_domain = '%d'
Open commit View diff
147 WHERE alias_domain = '%d'
same change 5065667

[Postfix] Allow to set and override a relayhost per mailbox

Full commit hash
5065667ae467261d6a2336ec01faf9d26998044c
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
148
            )
Open commit View diff
148 )
andryyy almost 9 years ago e107cbe

[Postfix] Fix sending as alias, when alias is in alias domains, cleanup

Full commit hash
e107cbef5e4d0674df4d4de3836f1c72b84beccc
Author
andryyy <[email protected]>
Date
almost 9 years ago
Selected line
149
          )
Open commit View diff
149 )
andryyy about 5 years ago 5065667

[Postfix] Allow to set and override a relayhost per mailbox

Full commit hash
5065667ae467261d6a2336ec01faf9d26998044c
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
150
      )
Open commit View diff
150 )
same change 5065667

[Postfix] Allow to set and override a relayhost per mailbox

Full commit hash
5065667ae467261d6a2336ec01faf9d26998044c
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
151
    )
Open commit View diff
151 )
same change 5065667

[Postfix] Allow to set and override a relayhost per mailbox

Full commit hash
5065667ae467261d6a2336ec01faf9d26998044c
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
152
  ) AS transport_view;
Open commit View diff
152 ) AS transport_view;
andryyy about 9 years ago 83d485d

[Web, Postfix, Compose] Allow to add relayhosts per domain (+ plain and login authentication)

Full commit hash
83d485dd94662806551d072f280a3ed46a478f80
Author
andryyy <[email protected]>
Date
about 9 years ago
Selected line
153
EOF
Open commit View diff
153 EOF
same change 83d485d

[Web, Postfix, Compose] Allow to add relayhosts per domain (+ plain and login authentication)

Full commit hash
83d485dd94662806551d072f280a3ed46a478f80
Author
andryyy <[email protected]>
Date
about 9 years ago
Selected line
154
Open commit View diff
154
andryyy over 7 years ago 8f686c1

[Postfix] Split sasl passwd maps to not lookup sender_dependent_default_transport_maps auth info when querying for transport_maps

Full commit hash
8f686c154327e2748e5aeaa372eff9fcf870e04c
Author
andryyy <[email protected]>
Date
over 7 years ago
Selected line
155
cat <<EOF > /opt/postfix/conf/sql/mysql_transport_maps.cf
Open commit View diff
155 cat <<EOF > /opt/postfix/conf/sql/mysql_transport_maps.cf
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
156
# Autogenerated by mailcow
Open commit View diff
156 # Autogenerated by mailcow
andryyy over 7 years ago 8f686c1

[Postfix] Split sasl passwd maps to not lookup sender_dependent_default_transport_maps auth info when querying for transport_maps

Full commit hash
8f686c154327e2748e5aeaa372eff9fcf870e04c
Author
andryyy <[email protected]>
Date
over 7 years ago
Selected line
157
user = ${DBUSER}
Open commit View diff
157 user = ${DBUSER}
same change 8f686c1

[Postfix] Split sasl passwd maps to not lookup sender_dependent_default_transport_maps auth info when querying for transport_maps

Full commit hash
8f686c154327e2748e5aeaa372eff9fcf870e04c
Author
andryyy <[email protected]>
Date
over 7 years ago
Selected line
158
password = ${DBPASS}
Open commit View diff
158 password = ${DBPASS}
same change 8f686c1

[Postfix] Split sasl passwd maps to not lookup sender_dependent_default_transport_maps auth info when querying for transport_maps

Full commit hash
8f686c154327e2748e5aeaa372eff9fcf870e04c
Author
andryyy <[email protected]>
Date
over 7 years ago
Selected line
159
hosts = unix:/var/run/mysqld/mysqld.sock
Open commit View diff
159 hosts = unix:/var/run/mysqld/mysqld.sock
same change 8f686c1

[Postfix] Split sasl passwd maps to not lookup sender_dependent_default_transport_maps auth info when querying for transport_maps

Full commit hash
8f686c154327e2748e5aeaa372eff9fcf870e04c
Author
andryyy <[email protected]>
Date
over 7 years ago
Selected line
160
dbname = ${DBNAME}
Open commit View diff
160 dbname = ${DBNAME}
same change 8f686c1

[Postfix] Split sasl passwd maps to not lookup sender_dependent_default_transport_maps auth info when querying for transport_maps

Full commit hash
8f686c154327e2748e5aeaa372eff9fcf870e04c
Author
andryyy <[email protected]>
Date
over 7 years ago
Selected line
161
query = SELECT CONCAT('smtp_via_transport_maps:', nexthop) AS transport FROM transports
Open commit View diff
161 query = SELECT CONCAT('smtp_via_transport_maps:', nexthop) AS transport FROM transports
same change 8f686c1

[Postfix] Split sasl passwd maps to not lookup sender_dependent_default_transport_maps auth info when querying for transport_maps

Full commit hash
8f686c154327e2748e5aeaa372eff9fcf870e04c
Author
andryyy <[email protected]>
Date
over 7 years ago
Selected line
162
  WHERE active = '1'
Open commit View diff
162 WHERE active = '1'
same change 8f686c1

[Postfix] Split sasl passwd maps to not lookup sender_dependent_default_transport_maps auth info when querying for transport_maps

Full commit hash
8f686c154327e2748e5aeaa372eff9fcf870e04c
Author
andryyy <[email protected]>
Date
over 7 years ago
Selected line
163
  AND destination = '%s';
Open commit View diff
163 AND destination = '%s';
same change 8f686c1

[Postfix] Split sasl passwd maps to not lookup sender_dependent_default_transport_maps auth info when querying for transport_maps

Full commit hash
8f686c154327e2748e5aeaa372eff9fcf870e04c
Author
andryyy <[email protected]>
Date
over 7 years ago
Selected line
164
EOF
Open commit View diff
164 EOF
same change 8f686c1

[Postfix] Split sasl passwd maps to not lookup sender_dependent_default_transport_maps auth info when querying for transport_maps

Full commit hash
8f686c154327e2748e5aeaa372eff9fcf870e04c
Author
andryyy <[email protected]>
Date
over 7 years ago
Selected line
165
Open commit View diff
165
andryyy about 7 years ago e25e9c7

[Postfix] Create resource maps

Full commit hash
e25e9c7b4002e985bf93f095f7aef9ca1b56be2b
Author
andryyy <[email protected]>
Date
about 7 years ago
Selected line
166
cat <<EOF > /opt/postfix/conf/sql/mysql_virtual_resource_maps.cf
Open commit View diff
166 cat <<EOF > /opt/postfix/conf/sql/mysql_virtual_resource_maps.cf
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
167
# Autogenerated by mailcow
Open commit View diff
167 # Autogenerated by mailcow
andryyy about 7 years ago e25e9c7

[Postfix] Create resource maps

Full commit hash
e25e9c7b4002e985bf93f095f7aef9ca1b56be2b
Author
andryyy <[email protected]>
Date
about 7 years ago
Selected line
168
user = ${DBUSER}
Open commit View diff
168 user = ${DBUSER}
same change e25e9c7

[Postfix] Create resource maps

Full commit hash
e25e9c7b4002e985bf93f095f7aef9ca1b56be2b
Author
andryyy <[email protected]>
Date
about 7 years ago
Selected line
169
password = ${DBPASS}
Open commit View diff
169 password = ${DBPASS}
same change e25e9c7

[Postfix] Create resource maps

Full commit hash
e25e9c7b4002e985bf93f095f7aef9ca1b56be2b
Author
andryyy <[email protected]>
Date
about 7 years ago
Selected line
170
hosts = unix:/var/run/mysqld/mysqld.sock
Open commit View diff
170 hosts = unix:/var/run/mysqld/mysqld.sock
same change e25e9c7

[Postfix] Create resource maps

Full commit hash
e25e9c7b4002e985bf93f095f7aef9ca1b56be2b
Author
andryyy <[email protected]>
Date
about 7 years ago
Selected line
171
dbname = ${DBNAME}
Open commit View diff
171 dbname = ${DBNAME}
same change e25e9c7

[Postfix] Create resource maps

Full commit hash
e25e9c7b4002e985bf93f095f7aef9ca1b56be2b
Author
andryyy <[email protected]>
Date
about 7 years ago
Selected line
172
query = SELECT 'null@localhost' FROM mailbox
Open commit View diff
172 query = SELECT 'null@localhost' FROM mailbox
same change e25e9c7

[Postfix] Create resource maps

Full commit hash
e25e9c7b4002e985bf93f095f7aef9ca1b56be2b
Author
andryyy <[email protected]>
Date
about 7 years ago
Selected line
173
  WHERE kind REGEXP 'location|thing|group' AND username = '%s';
Open commit View diff
173 WHERE kind REGEXP 'location|thing|group' AND username = '%s';
same change e25e9c7

[Postfix] Create resource maps

Full commit hash
e25e9c7b4002e985bf93f095f7aef9ca1b56be2b
Author
andryyy <[email protected]>
Date
about 7 years ago
Selected line
174
EOF
Open commit View diff
174 EOF
same change e25e9c7

[Postfix] Create resource maps

Full commit hash
e25e9c7b4002e985bf93f095f7aef9ca1b56be2b
Author
andryyy <[email protected]>
Date
about 7 years ago
Selected line
175
Open commit View diff
175
andryyy over 7 years ago 8f686c1

[Postfix] Split sasl passwd maps to not lookup sender_dependent_default_transport_maps auth info when querying for transport_maps

Full commit hash
8f686c154327e2748e5aeaa372eff9fcf870e04c
Author
andryyy <[email protected]>
Date
over 7 years ago
Selected line
176
cat <<EOF > /opt/postfix/conf/sql/mysql_sasl_passwd_maps_sender_dependent.cf
Open commit View diff
176 cat <<EOF > /opt/postfix/conf/sql/mysql_sasl_passwd_maps_sender_dependent.cf
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
177
# Autogenerated by mailcow
Open commit View diff
177 # Autogenerated by mailcow
andryyy about 9 years ago 83d485d

[Web, Postfix, Compose] Allow to add relayhosts per domain (+ plain and login authentication)

Full commit hash
83d485dd94662806551d072f280a3ed46a478f80
Author
andryyy <[email protected]>
Date
about 9 years ago
Selected line
178
user = ${DBUSER}
Open commit View diff
178 user = ${DBUSER}
same change 83d485d

[Web, Postfix, Compose] Allow to add relayhosts per domain (+ plain and login authentication)

Full commit hash
83d485dd94662806551d072f280a3ed46a478f80
Author
andryyy <[email protected]>
Date
about 9 years ago
Selected line
179
password = ${DBPASS}
Open commit View diff
179 password = ${DBPASS}
André almost 8 years ago 0fb43f4

[Docker API] Use TLS encryption for communication with "on-the-fly" created key paris (non-exposed)

Full commit hash
0fb43f49161554dbe0e66cd6170ad00166efc8b3
Author
André <[email protected]>
Date
almost 8 years ago
Selected line
180
hosts = unix:/var/run/mysqld/mysqld.sock
Open commit View diff
180 hosts = unix:/var/run/mysqld/mysqld.sock
andryyy about 9 years ago 83d485d

[Web, Postfix, Compose] Allow to add relayhosts per domain (+ plain and login authentication)

Full commit hash
83d485dd94662806551d072f280a3ed46a478f80
Author
andryyy <[email protected]>
Date
about 9 years ago
Selected line
181
dbname = ${DBNAME}
Open commit View diff
181 dbname = ${DBNAME}
andryyy almost 9 years ago e107cbe

[Postfix] Fix sending as alias, when alias is in alias domains, cleanup

Full commit hash
e107cbef5e4d0674df4d4de3836f1c72b84beccc
Author
andryyy <[email protected]>
Date
almost 9 years ago
Selected line
182
query = SELECT CONCAT_WS(':', username, password) AS auth_data FROM relayhosts
Open commit View diff
182 query = SELECT CONCAT_WS(':', username, password) AS auth_data FROM relayhosts
same change e107cbe

[Postfix] Fix sending as alias, when alias is in alias domains, cleanup

Full commit hash
e107cbef5e4d0674df4d4de3836f1c72b84beccc
Author
andryyy <[email protected]>
Date
almost 9 years ago
Selected line
183
  WHERE id IN (
Open commit View diff
183 WHERE id IN (
andryyy almost 5 years ago 82f4f1f

[Postfix] Lookup credentials for user-specific sender transports

Full commit hash
82f4f1fd156a42b89ef14461d18ea6c458520bfb
Author
andryyy <[email protected]>
Date
almost 5 years ago
Selected line
184
    SELECT COALESCE(
Open commit View diff
184 SELECT COALESCE(
same change 82f4f1f

[Postfix] Lookup credentials for user-specific sender transports

Full commit hash
82f4f1fd156a42b89ef14461d18ea6c458520bfb
Author
andryyy <[email protected]>
Date
almost 5 years ago
Selected line
185
      (SELECT id FROM relayhosts
Open commit View diff
185 (SELECT id FROM relayhosts
same change 82f4f1f

[Postfix] Lookup credentials for user-specific sender transports

Full commit hash
82f4f1fd156a42b89ef14461d18ea6c458520bfb
Author
andryyy <[email protected]>
Date
almost 5 years ago
Selected line
186
      LEFT OUTER JOIN domain ON domain.relayhost = relayhosts.id
Open commit View diff
186 LEFT OUTER JOIN domain ON domain.relayhost = relayhosts.id
same change 82f4f1f

[Postfix] Lookup credentials for user-specific sender transports

Full commit hash
82f4f1fd156a42b89ef14461d18ea6c458520bfb
Author
andryyy <[email protected]>
Date
almost 5 years ago
Selected line
187
      WHERE relayhosts.active = '1'
Open commit View diff
187 WHERE relayhosts.active = '1'
same change 82f4f1f

[Postfix] Lookup credentials for user-specific sender transports

Full commit hash
82f4f1fd156a42b89ef14461d18ea6c458520bfb
Author
andryyy <[email protected]>
Date
almost 5 years ago
Selected line
188
        AND (domain.domain = '%d'
Open commit View diff
188 AND (domain.domain = '%d'
same change 82f4f1f

[Postfix] Lookup credentials for user-specific sender transports

Full commit hash
82f4f1fd156a42b89ef14461d18ea6c458520bfb
Author
andryyy <[email protected]>
Date
almost 5 years ago
Selected line
189
          OR domain.domain IN (
Open commit View diff
189 OR domain.domain IN (
same change 82f4f1f

[Postfix] Lookup credentials for user-specific sender transports

Full commit hash
82f4f1fd156a42b89ef14461d18ea6c458520bfb
Author
andryyy <[email protected]>
Date
almost 5 years ago
Selected line
190
            SELECT target_domain FROM alias_domain
Open commit View diff
190 SELECT target_domain FROM alias_domain
same change 82f4f1f

[Postfix] Lookup credentials for user-specific sender transports

Full commit hash
82f4f1fd156a42b89ef14461d18ea6c458520bfb
Author
andryyy <[email protected]>
Date
almost 5 years ago
Selected line
191
            WHERE alias_domain = '%d'
Open commit View diff
191 WHERE alias_domain = '%d'
same change 82f4f1f

[Postfix] Lookup credentials for user-specific sender transports

Full commit hash
82f4f1fd156a42b89ef14461d18ea6c458520bfb
Author
andryyy <[email protected]>
Date
almost 5 years ago
Selected line
192
          )
Open commit View diff
192 )
same change 82f4f1f

[Postfix] Lookup credentials for user-specific sender transports

Full commit hash
82f4f1fd156a42b89ef14461d18ea6c458520bfb
Author
andryyy <[email protected]>
Date
almost 5 years ago
Selected line
193
        )
Open commit View diff
193 )
same change 82f4f1f

[Postfix] Lookup credentials for user-specific sender transports

Full commit hash
82f4f1fd156a42b89ef14461d18ea6c458520bfb
Author
andryyy <[email protected]>
Date
almost 5 years ago
Selected line
194
      ),
Open commit View diff
194 ),
same change 82f4f1f

[Postfix] Lookup credentials for user-specific sender transports

Full commit hash
82f4f1fd156a42b89ef14461d18ea6c458520bfb
Author
andryyy <[email protected]>
Date
almost 5 years ago
Selected line
195
      (SELECT id FROM relayhosts
Open commit View diff
195 (SELECT id FROM relayhosts
same change 82f4f1f

[Postfix] Lookup credentials for user-specific sender transports

Full commit hash
82f4f1fd156a42b89ef14461d18ea6c458520bfb
Author
andryyy <[email protected]>
Date
almost 5 years ago
Selected line
196
      LEFT OUTER JOIN mailbox ON JSON_UNQUOTE(JSON_VALUE(mailbox.attributes, '$.relayhost')) = relayhosts.id
Open commit View diff
196 LEFT OUTER JOIN mailbox ON JSON_UNQUOTE(JSON_VALUE(mailbox.attributes, '$.relayhost')) = relayhosts.id
same change 82f4f1f

[Postfix] Lookup credentials for user-specific sender transports

Full commit hash
82f4f1fd156a42b89ef14461d18ea6c458520bfb
Author
andryyy <[email protected]>
Date
almost 5 years ago
Selected line
197
      WHERE relayhosts.active = '1'
Open commit View diff
197 WHERE relayhosts.active = '1'
same change 82f4f1f

[Postfix] Lookup credentials for user-specific sender transports

Full commit hash
82f4f1fd156a42b89ef14461d18ea6c458520bfb
Author
andryyy <[email protected]>
Date
almost 5 years ago
Selected line
198
        AND (
Open commit View diff
198 AND (
same change 82f4f1f

[Postfix] Lookup credentials for user-specific sender transports

Full commit hash
82f4f1fd156a42b89ef14461d18ea6c458520bfb
Author
andryyy <[email protected]>
Date
almost 5 years ago
Selected line
199
          mailbox.username IN (
Open commit View diff
199 mailbox.username IN (
same change 82f4f1f

[Postfix] Lookup credentials for user-specific sender transports

Full commit hash
82f4f1fd156a42b89ef14461d18ea6c458520bfb
Author
andryyy <[email protected]>
Date
almost 5 years ago
Selected line
200
            SELECT alias.goto from alias
Open commit View diff
200 SELECT alias.goto from alias
same change 82f4f1f

[Postfix] Lookup credentials for user-specific sender transports

Full commit hash
82f4f1fd156a42b89ef14461d18ea6c458520bfb
Author
andryyy <[email protected]>
Date
almost 5 years ago
Selected line
201
              JOIN mailbox ON mailbox.username = alias.goto
Open commit View diff
201 JOIN mailbox ON mailbox.username = alias.goto
same change 82f4f1f

[Postfix] Lookup credentials for user-specific sender transports

Full commit hash
82f4f1fd156a42b89ef14461d18ea6c458520bfb
Author
andryyy <[email protected]>
Date
almost 5 years ago
Selected line
202
                WHERE alias.active = '1'
Open commit View diff
202 WHERE alias.active = '1'
same change 82f4f1f

[Postfix] Lookup credentials for user-specific sender transports

Full commit hash
82f4f1fd156a42b89ef14461d18ea6c458520bfb
Author
andryyy <[email protected]>
Date
almost 5 years ago
Selected line
203
                  AND alias.address = '%s'
Open commit View diff
203 AND alias.address = '%s'
same change 82f4f1f

[Postfix] Lookup credentials for user-specific sender transports

Full commit hash
82f4f1fd156a42b89ef14461d18ea6c458520bfb
Author
andryyy <[email protected]>
Date
almost 5 years ago
Selected line
204
                  AND alias.address NOT LIKE '@%%'
Open commit View diff
204 AND alias.address NOT LIKE '@%%'
same change 82f4f1f

[Postfix] Lookup credentials for user-specific sender transports

Full commit hash
82f4f1fd156a42b89ef14461d18ea6c458520bfb
Author
andryyy <[email protected]>
Date
almost 5 years ago
Selected line
205
          )
Open commit View diff
205 )
same change 82f4f1f

[Postfix] Lookup credentials for user-specific sender transports

Full commit hash
82f4f1fd156a42b89ef14461d18ea6c458520bfb
Author
andryyy <[email protected]>
Date
almost 5 years ago
Selected line
206
        )
Open commit View diff
206 )
andre.peters over 8 years ago 52f4f85

[Postfix] Fix missing authentication data for relayhosts when sender domain is alias domain

Full commit hash
52f4f850cfb77bff3d34d426f0b5f45dbfe68f1c
Author
andre.peters <[email protected]>
Date
over 8 years ago
Selected line
207
      )
Open commit View diff
207 )
andryyy almost 5 years ago 82f4f1f

[Postfix] Lookup credentials for user-specific sender transports

Full commit hash
82f4f1fd156a42b89ef14461d18ea6c458520bfb
Author
andryyy <[email protected]>
Date
almost 5 years ago
Selected line
208
    )
Open commit View diff
208 )
andre.peters over 8 years ago 8d56534

[Postfix] Don't try to authenticate to relayhosts without username, fixes #725

Full commit hash
8d56534e76bd6fdba77419fb66c2a8a47b6ddc24
Author
andre.peters <[email protected]>
Date
over 8 years ago
Selected line
209
  )
Open commit View diff
209 )
andryyy over 7 years ago 8f686c1

[Postfix] Split sasl passwd maps to not lookup sender_dependent_default_transport_maps auth info when querying for transport_maps

Full commit hash
8f686c154327e2748e5aeaa372eff9fcf870e04c
Author
andryyy <[email protected]>
Date
over 7 years ago
Selected line
210
  AND active = '1'
Open commit View diff
210 AND active = '1'
same change 8f686c1

[Postfix] Split sasl passwd maps to not lookup sender_dependent_default_transport_maps auth info when querying for transport_maps

Full commit hash
8f686c154327e2748e5aeaa372eff9fcf870e04c
Author
andryyy <[email protected]>
Date
over 7 years ago
Selected line
211
  AND username != '';
Open commit View diff
211 AND username != '';
andryyy over 7 years ago b6d9fbf

[Postfix] Fix Postfix map

Full commit hash
b6d9fbf74732b7a797682f97f1201817054d1097
Author
andryyy <[email protected]>
Date
over 7 years ago
Selected line
212
EOF
Open commit View diff
212 EOF
andryyy over 7 years ago 8f686c1

[Postfix] Split sasl passwd maps to not lookup sender_dependent_default_transport_maps auth info when querying for transport_maps

Full commit hash
8f686c154327e2748e5aeaa372eff9fcf870e04c
Author
andryyy <[email protected]>
Date
over 7 years ago
Selected line
213
Open commit View diff
213
same change 8f686c1

[Postfix] Split sasl passwd maps to not lookup sender_dependent_default_transport_maps auth info when querying for transport_maps

Full commit hash
8f686c154327e2748e5aeaa372eff9fcf870e04c
Author
andryyy <[email protected]>
Date
over 7 years ago
Selected line
214
cat <<EOF > /opt/postfix/conf/sql/mysql_sasl_passwd_maps_transport_maps.cf
Open commit View diff
214 cat <<EOF > /opt/postfix/conf/sql/mysql_sasl_passwd_maps_transport_maps.cf
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
215
# Autogenerated by mailcow
Open commit View diff
215 # Autogenerated by mailcow
andryyy over 7 years ago 8f686c1

[Postfix] Split sasl passwd maps to not lookup sender_dependent_default_transport_maps auth info when querying for transport_maps

Full commit hash
8f686c154327e2748e5aeaa372eff9fcf870e04c
Author
andryyy <[email protected]>
Date
over 7 years ago
Selected line
216
user = ${DBUSER}
Open commit View diff
216 user = ${DBUSER}
same change 8f686c1

[Postfix] Split sasl passwd maps to not lookup sender_dependent_default_transport_maps auth info when querying for transport_maps

Full commit hash
8f686c154327e2748e5aeaa372eff9fcf870e04c
Author
andryyy <[email protected]>
Date
over 7 years ago
Selected line
217
password = ${DBPASS}
Open commit View diff
217 password = ${DBPASS}
same change 8f686c1

[Postfix] Split sasl passwd maps to not lookup sender_dependent_default_transport_maps auth info when querying for transport_maps

Full commit hash
8f686c154327e2748e5aeaa372eff9fcf870e04c
Author
andryyy <[email protected]>
Date
over 7 years ago
Selected line
218
hosts = unix:/var/run/mysqld/mysqld.sock
Open commit View diff
218 hosts = unix:/var/run/mysqld/mysqld.sock
same change 8f686c1

[Postfix] Split sasl passwd maps to not lookup sender_dependent_default_transport_maps auth info when querying for transport_maps

Full commit hash
8f686c154327e2748e5aeaa372eff9fcf870e04c
Author
andryyy <[email protected]>
Date
over 7 years ago
Selected line
219
dbname = ${DBNAME}
Open commit View diff
219 dbname = ${DBNAME}
same change 8f686c1

[Postfix] Split sasl passwd maps to not lookup sender_dependent_default_transport_maps auth info when querying for transport_maps

Full commit hash
8f686c154327e2748e5aeaa372eff9fcf870e04c
Author
andryyy <[email protected]>
Date
over 7 years ago
Selected line
220
query = SELECT CONCAT_WS(':', username, password) AS auth_data FROM transports
Open commit View diff
220 query = SELECT CONCAT_WS(':', username, password) AS auth_data FROM transports
same change 8f686c1

[Postfix] Split sasl passwd maps to not lookup sender_dependent_default_transport_maps auth info when querying for transport_maps

Full commit hash
8f686c154327e2748e5aeaa372eff9fcf870e04c
Author
andryyy <[email protected]>
Date
over 7 years ago
Selected line
221
  WHERE nexthop = '%s'
Open commit View diff
221 WHERE nexthop = '%s'
same change 8f686c1

[Postfix] Split sasl passwd maps to not lookup sender_dependent_default_transport_maps auth info when querying for transport_maps

Full commit hash
8f686c154327e2748e5aeaa372eff9fcf870e04c
Author
andryyy <[email protected]>
Date
over 7 years ago
Selected line
222
  AND active = '1'
Open commit View diff
222 AND active = '1'
Michael Kuron over 7 years ago 0974a5f

Fix transport map authentication with multiple identical nexthops

Full commit hash
0974a5fb605384930912aefb1dd6c6805f47858a
Author
Michael Kuron <[email protected]>
Date
over 7 years ago
Selected line
223
  AND username != ''
Open commit View diff
223 AND username != ''
same change 0974a5f

Fix transport map authentication with multiple identical nexthops

Full commit hash
0974a5fb605384930912aefb1dd6c6805f47858a
Author
Michael Kuron <[email protected]>
Date
over 7 years ago
Selected line
224
  LIMIT 1;
Open commit View diff
224 LIMIT 1;
andryyy over 9 years ago c283c85

Update Postfix and Dovecot, add ignore

Full commit hash
c283c85d516b827950fee22164601a37a55b35c5
Author
andryyy <[email protected]>
Date
over 9 years ago
Selected line
225
EOF
Open commit View diff
225 EOF
same change c283c85

Update Postfix and Dovecot, add ignore

Full commit hash
c283c85d516b827950fee22164601a37a55b35c5
Author
andryyy <[email protected]>
Date
over 9 years ago
Selected line
226
Open commit View diff
226
same change c283c85

Update Postfix and Dovecot, add ignore

Full commit hash
c283c85d516b827950fee22164601a37a55b35c5
Author
andryyy <[email protected]>
Date
over 9 years ago
Selected line
227
cat <<EOF > /opt/postfix/conf/sql/mysql_virtual_alias_domain_maps.cf
Open commit View diff
227 cat <<EOF > /opt/postfix/conf/sql/mysql_virtual_alias_domain_maps.cf
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
228
# Autogenerated by mailcow
Open commit View diff
228 # Autogenerated by mailcow
andryyy over 9 years ago c283c85

Update Postfix and Dovecot, add ignore

Full commit hash
c283c85d516b827950fee22164601a37a55b35c5
Author
andryyy <[email protected]>
Date
over 9 years ago
Selected line
229
user = ${DBUSER}
Open commit View diff
229 user = ${DBUSER}
same change c283c85

Update Postfix and Dovecot, add ignore

Full commit hash
c283c85d516b827950fee22164601a37a55b35c5
Author
andryyy <[email protected]>
Date
over 9 years ago
Selected line
230
password = ${DBPASS}
Open commit View diff
230 password = ${DBPASS}
André almost 8 years ago 0fb43f4

[Docker API] Use TLS encryption for communication with "on-the-fly" created key paris (non-exposed)

Full commit hash
0fb43f49161554dbe0e66cd6170ad00166efc8b3
Author
André <[email protected]>
Date
almost 8 years ago
Selected line
231
hosts = unix:/var/run/mysqld/mysqld.sock
Open commit View diff
231 hosts = unix:/var/run/mysqld/mysqld.sock
andryyy over 9 years ago c283c85

Update Postfix and Dovecot, add ignore

Full commit hash
c283c85d516b827950fee22164601a37a55b35c5
Author
andryyy <[email protected]>
Date
over 9 years ago
Selected line
232
dbname = ${DBNAME}
Open commit View diff
232 dbname = ${DBNAME}
andryyy almost 9 years ago e107cbe

[Postfix] Fix sending as alias, when alias is in alias domains, cleanup

Full commit hash
e107cbef5e4d0674df4d4de3836f1c72b84beccc
Author
andryyy <[email protected]>
Date
almost 9 years ago
Selected line
233
query = SELECT username FROM mailbox, alias_domain
Open commit View diff
233 query = SELECT username FROM mailbox, alias_domain
same change e107cbe

[Postfix] Fix sending as alias, when alias is in alias domains, cleanup

Full commit hash
e107cbef5e4d0674df4d4de3836f1c72b84beccc
Author
andryyy <[email protected]>
Date
almost 9 years ago
Selected line
234
  WHERE alias_domain.alias_domain = '%d'
Open commit View diff
234 WHERE alias_domain.alias_domain = '%d'
same change e107cbe

[Postfix] Fix sending as alias, when alias is in alias domains, cleanup

Full commit hash
e107cbef5e4d0674df4d4de3836f1c72b84beccc
Author
andryyy <[email protected]>
Date
almost 9 years ago
Selected line
235
    AND mailbox.username = CONCAT('%u', '@', alias_domain.target_domain)
Open commit View diff
235 AND mailbox.username = CONCAT('%u', '@', alias_domain.target_domain)
andryyy about 6 years ago 3459c13

[Postfix] Implement disallowed logins

Full commit hash
3459c13022386f875f3c133e0871d1e883e2eacd
Author
andryyy <[email protected]>
Date
about 6 years ago
Selected line
236
    AND (mailbox.active = '1' OR mailbox.active = '2')
Open commit View diff
236 AND (mailbox.active = '1' OR mailbox.active = '2')
andryyy almost 9 years ago e107cbe

[Postfix] Fix sending as alias, when alias is in alias domains, cleanup

Full commit hash
e107cbef5e4d0674df4d4de3836f1c72b84beccc
Author
andryyy <[email protected]>
Date
almost 9 years ago
Selected line
237
    AND alias_domain.active='1'
Open commit View diff
237 AND alias_domain.active='1'
andryyy over 9 years ago c283c85

Update Postfix and Dovecot, add ignore

Full commit hash
c283c85d516b827950fee22164601a37a55b35c5
Author
andryyy <[email protected]>
Date
over 9 years ago
Selected line
238
EOF
Open commit View diff
238 EOF
same change c283c85

Update Postfix and Dovecot, add ignore

Full commit hash
c283c85d516b827950fee22164601a37a55b35c5
Author
andryyy <[email protected]>
Date
over 9 years ago
Selected line
239
Open commit View diff
239
same change c283c85

Update Postfix and Dovecot, add ignore

Full commit hash
c283c85d516b827950fee22164601a37a55b35c5
Author
andryyy <[email protected]>
Date
over 9 years ago
Selected line
240
cat <<EOF > /opt/postfix/conf/sql/mysql_virtual_alias_maps.cf
Open commit View diff
240 cat <<EOF > /opt/postfix/conf/sql/mysql_virtual_alias_maps.cf
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
241
# Autogenerated by mailcow
Open commit View diff
241 # Autogenerated by mailcow
andryyy over 9 years ago c283c85

Update Postfix and Dovecot, add ignore

Full commit hash
c283c85d516b827950fee22164601a37a55b35c5
Author
andryyy <[email protected]>
Date
over 9 years ago
Selected line
242
user = ${DBUSER}
Open commit View diff
242 user = ${DBUSER}
same change c283c85

Update Postfix and Dovecot, add ignore

Full commit hash
c283c85d516b827950fee22164601a37a55b35c5
Author
andryyy <[email protected]>
Date
over 9 years ago
Selected line
243
password = ${DBPASS}
Open commit View diff
243 password = ${DBPASS}
André almost 8 years ago 0fb43f4

[Docker API] Use TLS encryption for communication with "on-the-fly" created key paris (non-exposed)

Full commit hash
0fb43f49161554dbe0e66cd6170ad00166efc8b3
Author
André <[email protected]>
Date
almost 8 years ago
Selected line
244
hosts = unix:/var/run/mysqld/mysqld.sock
Open commit View diff
244 hosts = unix:/var/run/mysqld/mysqld.sock
andryyy over 9 years ago c283c85

Update Postfix and Dovecot, add ignore

Full commit hash
c283c85d516b827950fee22164601a37a55b35c5
Author
andryyy <[email protected]>
Date
over 9 years ago
Selected line
245
dbname = ${DBNAME}
Open commit View diff
245 dbname = ${DBNAME}
andryyy almost 9 years ago e107cbe

[Postfix] Fix sending as alias, when alias is in alias domains, cleanup

Full commit hash
e107cbef5e4d0674df4d4de3836f1c72b84beccc
Author
andryyy <[email protected]>
Date
almost 9 years ago
Selected line
246
query = SELECT goto FROM alias
Open commit View diff
246 query = SELECT goto FROM alias
same change e107cbe

[Postfix] Fix sending as alias, when alias is in alias domains, cleanup

Full commit hash
e107cbef5e4d0674df4d4de3836f1c72b84beccc
Author
andryyy <[email protected]>
Date
almost 9 years ago
Selected line
247
  WHERE address='%s'
Open commit View diff
247 WHERE address='%s'
andryyy about 6 years ago ab5d78f

[Postfix] Fix "disallow login": A catch-all will not catch mail for mailboxes with disallowed login

Full commit hash
ab5d78f675700be011e8b9ad7bdceedc84b0a03e
Author
andryyy <[email protected]>
Date
about 6 years ago
Selected line
248
    AND (active='1' OR active='2');
Open commit View diff
248 AND (active='1' OR active='2');
andryyy over 9 years ago c283c85

Update Postfix and Dovecot, add ignore

Full commit hash
c283c85d516b827950fee22164601a37a55b35c5
Author
andryyy <[email protected]>
Date
over 9 years ago
Selected line
249
EOF
Open commit View diff
249 EOF
same change c283c85

Update Postfix and Dovecot, add ignore

Full commit hash
c283c85d516b827950fee22164601a37a55b35c5
Author
andryyy <[email protected]>
Date
over 9 years ago
Selected line
250
Open commit View diff
250
André over 8 years ago ade4b9e

[Postfix, Web] Feature: BCC maps

Full commit hash
ade4b9e7ae7e28535ed261535526bc4e98ff48b4
Author
André <[email protected]>
Date
over 8 years ago
Selected line
251
cat <<EOF > /opt/postfix/conf/sql/mysql_recipient_bcc_maps.cf
Open commit View diff
251 cat <<EOF > /opt/postfix/conf/sql/mysql_recipient_bcc_maps.cf
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
252
# Autogenerated by mailcow
Open commit View diff
252 # Autogenerated by mailcow
André over 8 years ago ade4b9e

[Postfix, Web] Feature: BCC maps

Full commit hash
ade4b9e7ae7e28535ed261535526bc4e98ff48b4
Author
André <[email protected]>
Date
over 8 years ago
Selected line
253
user = ${DBUSER}
Open commit View diff
253 user = ${DBUSER}
same change ade4b9e

[Postfix, Web] Feature: BCC maps

Full commit hash
ade4b9e7ae7e28535ed261535526bc4e98ff48b4
Author
André <[email protected]>
Date
over 8 years ago
Selected line
254
password = ${DBPASS}
Open commit View diff
254 password = ${DBPASS}
André almost 8 years ago 0fb43f4

[Docker API] Use TLS encryption for communication with "on-the-fly" created key paris (non-exposed)

Full commit hash
0fb43f49161554dbe0e66cd6170ad00166efc8b3
Author
André <[email protected]>
Date
almost 8 years ago
Selected line
255
hosts = unix:/var/run/mysqld/mysqld.sock
Open commit View diff
255 hosts = unix:/var/run/mysqld/mysqld.sock
André over 8 years ago ade4b9e

[Postfix, Web] Feature: BCC maps

Full commit hash
ade4b9e7ae7e28535ed261535526bc4e98ff48b4
Author
André <[email protected]>
Date
over 8 years ago
Selected line
256
dbname = ${DBNAME}
Open commit View diff
256 dbname = ${DBNAME}
same change ade4b9e

[Postfix, Web] Feature: BCC maps

Full commit hash
ade4b9e7ae7e28535ed261535526bc4e98ff48b4
Author
André <[email protected]>
Date
over 8 years ago
Selected line
257
query = SELECT bcc_dest FROM bcc_maps
Open commit View diff
257 query = SELECT bcc_dest FROM bcc_maps
same change ade4b9e

[Postfix, Web] Feature: BCC maps

Full commit hash
ade4b9e7ae7e28535ed261535526bc4e98ff48b4
Author
André <[email protected]>
Date
over 8 years ago
Selected line
258
  WHERE local_dest='%s'
Open commit View diff
258 WHERE local_dest='%s'
same change ade4b9e

[Postfix, Web] Feature: BCC maps

Full commit hash
ade4b9e7ae7e28535ed261535526bc4e98ff48b4
Author
André <[email protected]>
Date
over 8 years ago
Selected line
259
    AND type='rcpt'
Open commit View diff
259 AND type='rcpt'
same change ade4b9e

[Postfix, Web] Feature: BCC maps

Full commit hash
ade4b9e7ae7e28535ed261535526bc4e98ff48b4
Author
André <[email protected]>
Date
over 8 years ago
Selected line
260
    AND active='1';
Open commit View diff
260 AND active='1';
same change ade4b9e

[Postfix, Web] Feature: BCC maps

Full commit hash
ade4b9e7ae7e28535ed261535526bc4e98ff48b4
Author
André <[email protected]>
Date
over 8 years ago
Selected line
261
EOF
Open commit View diff
261 EOF
same change ade4b9e

[Postfix, Web] Feature: BCC maps

Full commit hash
ade4b9e7ae7e28535ed261535526bc4e98ff48b4
Author
André <[email protected]>
Date
over 8 years ago
Selected line
262
Open commit View diff
262
same change ade4b9e

[Postfix, Web] Feature: BCC maps

Full commit hash
ade4b9e7ae7e28535ed261535526bc4e98ff48b4
Author
André <[email protected]>
Date
over 8 years ago
Selected line
263
cat <<EOF > /opt/postfix/conf/sql/mysql_sender_bcc_maps.cf
Open commit View diff
263 cat <<EOF > /opt/postfix/conf/sql/mysql_sender_bcc_maps.cf
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
264
# Autogenerated by mailcow
Open commit View diff
264 # Autogenerated by mailcow
André over 8 years ago ade4b9e

[Postfix, Web] Feature: BCC maps

Full commit hash
ade4b9e7ae7e28535ed261535526bc4e98ff48b4
Author
André <[email protected]>
Date
over 8 years ago
Selected line
265
user = ${DBUSER}
Open commit View diff
265 user = ${DBUSER}
same change ade4b9e

[Postfix, Web] Feature: BCC maps

Full commit hash
ade4b9e7ae7e28535ed261535526bc4e98ff48b4
Author
André <[email protected]>
Date
over 8 years ago
Selected line
266
password = ${DBPASS}
Open commit View diff
266 password = ${DBPASS}
André almost 8 years ago 0fb43f4

[Docker API] Use TLS encryption for communication with "on-the-fly" created key paris (non-exposed)

Full commit hash
0fb43f49161554dbe0e66cd6170ad00166efc8b3
Author
André <[email protected]>
Date
almost 8 years ago
Selected line
267
hosts = unix:/var/run/mysqld/mysqld.sock
Open commit View diff
267 hosts = unix:/var/run/mysqld/mysqld.sock
André over 8 years ago ade4b9e

[Postfix, Web] Feature: BCC maps

Full commit hash
ade4b9e7ae7e28535ed261535526bc4e98ff48b4
Author
André <[email protected]>
Date
over 8 years ago
Selected line
268
dbname = ${DBNAME}
Open commit View diff
268 dbname = ${DBNAME}
same change ade4b9e

[Postfix, Web] Feature: BCC maps

Full commit hash
ade4b9e7ae7e28535ed261535526bc4e98ff48b4
Author
André <[email protected]>
Date
over 8 years ago
Selected line
269
query = SELECT bcc_dest FROM bcc_maps
Open commit View diff
269 query = SELECT bcc_dest FROM bcc_maps
same change ade4b9e

[Postfix, Web] Feature: BCC maps

Full commit hash
ade4b9e7ae7e28535ed261535526bc4e98ff48b4
Author
André <[email protected]>
Date
over 8 years ago
Selected line
270
  WHERE local_dest='%s'
Open commit View diff
270 WHERE local_dest='%s'
same change ade4b9e

[Postfix, Web] Feature: BCC maps

Full commit hash
ade4b9e7ae7e28535ed261535526bc4e98ff48b4
Author
André <[email protected]>
Date
over 8 years ago
Selected line
271
    AND type='sender'
Open commit View diff
271 AND type='sender'
same change ade4b9e

[Postfix, Web] Feature: BCC maps

Full commit hash
ade4b9e7ae7e28535ed261535526bc4e98ff48b4
Author
André <[email protected]>
Date
over 8 years ago
Selected line
272
    AND active='1';
Open commit View diff
272 AND active='1';
same change ade4b9e

[Postfix, Web] Feature: BCC maps

Full commit hash
ade4b9e7ae7e28535ed261535526bc4e98ff48b4
Author
André <[email protected]>
Date
over 8 years ago
Selected line
273
EOF
Open commit View diff
273 EOF
same change ade4b9e

[Postfix, Web] Feature: BCC maps

Full commit hash
ade4b9e7ae7e28535ed261535526bc4e98ff48b4
Author
André <[email protected]>
Date
over 8 years ago
Selected line
274
Open commit View diff
274
Michael Kuron over 8 years ago e86565e

Expose Postfix's recipient_canonical_maps through web UI

Full commit hash
e86565e2836b13be96d62790818849570c3bc6a1
Author
Michael Kuron <[email protected]>
Date
over 8 years ago
Selected line
275
cat <<EOF > /opt/postfix/conf/sql/mysql_recipient_canonical_maps.cf
Open commit View diff
275 cat <<EOF > /opt/postfix/conf/sql/mysql_recipient_canonical_maps.cf
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
276
# Autogenerated by mailcow
Open commit View diff
276 # Autogenerated by mailcow
Michael Kuron over 8 years ago e86565e

Expose Postfix's recipient_canonical_maps through web UI

Full commit hash
e86565e2836b13be96d62790818849570c3bc6a1
Author
Michael Kuron <[email protected]>
Date
over 8 years ago
Selected line
277
user = ${DBUSER}
Open commit View diff
277 user = ${DBUSER}
same change e86565e

Expose Postfix's recipient_canonical_maps through web UI

Full commit hash
e86565e2836b13be96d62790818849570c3bc6a1
Author
Michael Kuron <[email protected]>
Date
over 8 years ago
Selected line
278
password = ${DBPASS}
Open commit View diff
278 password = ${DBPASS}
André almost 8 years ago 0fb43f4

[Docker API] Use TLS encryption for communication with "on-the-fly" created key paris (non-exposed)

Full commit hash
0fb43f49161554dbe0e66cd6170ad00166efc8b3
Author
André <[email protected]>
Date
almost 8 years ago
Selected line
279
hosts = unix:/var/run/mysqld/mysqld.sock
Open commit View diff
279 hosts = unix:/var/run/mysqld/mysqld.sock
Michael Kuron over 8 years ago e86565e

Expose Postfix's recipient_canonical_maps through web UI

Full commit hash
e86565e2836b13be96d62790818849570c3bc6a1
Author
Michael Kuron <[email protected]>
Date
over 8 years ago
Selected line
280
dbname = ${DBNAME}
Open commit View diff
280 dbname = ${DBNAME}
same change e86565e

Expose Postfix's recipient_canonical_maps through web UI

Full commit hash
e86565e2836b13be96d62790818849570c3bc6a1
Author
Michael Kuron <[email protected]>
Date
over 8 years ago
Selected line
281
query = SELECT new_dest FROM recipient_maps
Open commit View diff
281 query = SELECT new_dest FROM recipient_maps
same change e86565e

Expose Postfix's recipient_canonical_maps through web UI

Full commit hash
e86565e2836b13be96d62790818849570c3bc6a1
Author
Michael Kuron <[email protected]>
Date
over 8 years ago
Selected line
282
  WHERE old_dest='%s'
Open commit View diff
282 WHERE old_dest='%s'
same change e86565e

Expose Postfix's recipient_canonical_maps through web UI

Full commit hash
e86565e2836b13be96d62790818849570c3bc6a1
Author
Michael Kuron <[email protected]>
Date
over 8 years ago
Selected line
283
    AND active='1';
Open commit View diff
283 AND active='1';
same change e86565e

Expose Postfix's recipient_canonical_maps through web UI

Full commit hash
e86565e2836b13be96d62790818849570c3bc6a1
Author
Michael Kuron <[email protected]>
Date
over 8 years ago
Selected line
284
EOF
Open commit View diff
284 EOF
same change e86565e

Expose Postfix's recipient_canonical_maps through web UI

Full commit hash
e86565e2836b13be96d62790818849570c3bc6a1
Author
Michael Kuron <[email protected]>
Date
over 8 years ago
Selected line
285
Open commit View diff
285
andryyy over 9 years ago c283c85

Update Postfix and Dovecot, add ignore

Full commit hash
c283c85d516b827950fee22164601a37a55b35c5
Author
andryyy <[email protected]>
Date
over 9 years ago
Selected line
286
cat <<EOF > /opt/postfix/conf/sql/mysql_virtual_domains_maps.cf
Open commit View diff
286 cat <<EOF > /opt/postfix/conf/sql/mysql_virtual_domains_maps.cf
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
287
# Autogenerated by mailcow
Open commit View diff
287 # Autogenerated by mailcow
andryyy over 9 years ago c283c85

Update Postfix and Dovecot, add ignore

Full commit hash
c283c85d516b827950fee22164601a37a55b35c5
Author
andryyy <[email protected]>
Date
over 9 years ago
Selected line
288
user = ${DBUSER}
Open commit View diff
288 user = ${DBUSER}
same change c283c85

Update Postfix and Dovecot, add ignore

Full commit hash
c283c85d516b827950fee22164601a37a55b35c5
Author
andryyy <[email protected]>
Date
over 9 years ago
Selected line
289
password = ${DBPASS}
Open commit View diff
289 password = ${DBPASS}
André almost 8 years ago 0fb43f4

[Docker API] Use TLS encryption for communication with "on-the-fly" created key paris (non-exposed)

Full commit hash
0fb43f49161554dbe0e66cd6170ad00166efc8b3
Author
André <[email protected]>
Date
almost 8 years ago
Selected line
290
hosts = unix:/var/run/mysqld/mysqld.sock
Open commit View diff
290 hosts = unix:/var/run/mysqld/mysqld.sock
andryyy over 9 years ago c283c85

Update Postfix and Dovecot, add ignore

Full commit hash
c283c85d516b827950fee22164601a37a55b35c5
Author
andryyy <[email protected]>
Date
over 9 years ago
Selected line
291
dbname = ${DBNAME}
Open commit View diff
291 dbname = ${DBNAME}
andryyy almost 9 years ago e107cbe

[Postfix] Fix sending as alias, when alias is in alias domains, cleanup

Full commit hash
e107cbef5e4d0674df4d4de3836f1c72b84beccc
Author
andryyy <[email protected]>
Date
almost 9 years ago
Selected line
292
query = SELECT alias_domain from alias_domain WHERE alias_domain='%s' AND active='1'
Open commit View diff
292 query = SELECT alias_domain from alias_domain WHERE alias_domain='%s' AND active='1'
same change e107cbe

[Postfix] Fix sending as alias, when alias is in alias domains, cleanup

Full commit hash
e107cbef5e4d0674df4d4de3836f1c72b84beccc
Author
andryyy <[email protected]>
Date
almost 9 years ago
Selected line
293
  UNION
Open commit View diff
293 UNION
same change e107cbe

[Postfix] Fix sending as alias, when alias is in alias domains, cleanup

Full commit hash
e107cbef5e4d0674df4d4de3836f1c72b84beccc
Author
andryyy <[email protected]>
Date
almost 9 years ago
Selected line
294
  SELECT domain FROM domain
Open commit View diff
294 SELECT domain FROM domain
same change e107cbe

[Postfix] Fix sending as alias, when alias is in alias domains, cleanup

Full commit hash
e107cbef5e4d0674df4d4de3836f1c72b84beccc
Author
andryyy <[email protected]>
Date
almost 9 years ago
Selected line
295
    WHERE domain='%s'
Open commit View diff
295 WHERE domain='%s'
same change e107cbe

[Postfix] Fix sending as alias, when alias is in alias domains, cleanup

Full commit hash
e107cbef5e4d0674df4d4de3836f1c72b84beccc
Author
andryyy <[email protected]>
Date
almost 9 years ago
Selected line
296
      AND active = '1'
Open commit View diff
296 AND active = '1'
same change e107cbe

[Postfix] Fix sending as alias, when alias is in alias domains, cleanup

Full commit hash
e107cbef5e4d0674df4d4de3836f1c72b84beccc
Author
andryyy <[email protected]>
Date
almost 9 years ago
Selected line
297
      AND backupmx = '0'
Open commit View diff
297 AND backupmx = '0'
andryyy over 9 years ago c283c85

Update Postfix and Dovecot, add ignore

Full commit hash
c283c85d516b827950fee22164601a37a55b35c5
Author
andryyy <[email protected]>
Date
over 9 years ago
Selected line
298
EOF
Open commit View diff
298 EOF
same change c283c85

Update Postfix and Dovecot, add ignore

Full commit hash
c283c85d516b827950fee22164601a37a55b35c5
Author
andryyy <[email protected]>
Date
over 9 years ago
Selected line
299
Open commit View diff
299
same change c283c85

Update Postfix and Dovecot, add ignore

Full commit hash
c283c85d516b827950fee22164601a37a55b35c5
Author
andryyy <[email protected]>
Date
over 9 years ago
Selected line
300
cat <<EOF > /opt/postfix/conf/sql/mysql_virtual_mailbox_maps.cf
Open commit View diff
300 cat <<EOF > /opt/postfix/conf/sql/mysql_virtual_mailbox_maps.cf
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
301
# Autogenerated by mailcow
Open commit View diff
301 # Autogenerated by mailcow
andryyy over 9 years ago c283c85

Update Postfix and Dovecot, add ignore

Full commit hash
c283c85d516b827950fee22164601a37a55b35c5
Author
andryyy <[email protected]>
Date
over 9 years ago
Selected line
302
user = ${DBUSER}
Open commit View diff
302 user = ${DBUSER}
same change c283c85

Update Postfix and Dovecot, add ignore

Full commit hash
c283c85d516b827950fee22164601a37a55b35c5
Author
andryyy <[email protected]>
Date
over 9 years ago
Selected line
303
password = ${DBPASS}
Open commit View diff
303 password = ${DBPASS}
André almost 8 years ago 0fb43f4

[Docker API] Use TLS encryption for communication with "on-the-fly" created key paris (non-exposed)

Full commit hash
0fb43f49161554dbe0e66cd6170ad00166efc8b3
Author
André <[email protected]>
Date
almost 8 years ago
Selected line
304
hosts = unix:/var/run/mysqld/mysqld.sock
Open commit View diff
304 hosts = unix:/var/run/mysqld/mysqld.sock
andryyy over 9 years ago c283c85

Update Postfix and Dovecot, add ignore

Full commit hash
c283c85d516b827950fee22164601a37a55b35c5
Author
andryyy <[email protected]>
Date
over 9 years ago
Selected line
305
dbname = ${DBNAME}
Open commit View diff
305 dbname = ${DBNAME}
andryyy almost 6 years ago 85b027a

[Postfix] Merge syslog filters

Full commit hash
85b027aa9d598146bb61e7c27dca31060177b071
Author
andryyy <[email protected]>
Date
almost 6 years ago
Selected line
306
query = SELECT CONCAT(JSON_UNQUOTE(JSON_VALUE(attributes, '$.mailbox_format')), mailbox_path_prefix, '%d/%u/') FROM mailbox WHERE username='%s' AND (active = '1' OR active = '2')
Open commit View diff
306 query = SELECT CONCAT(JSON_UNQUOTE(JSON_VALUE(attributes, '$.mailbox_format')), mailbox_path_prefix, '%d/%u/') FROM mailbox WHERE username='%s' AND (active = '1' OR active = '2')
andryyy over 9 years ago c283c85

Update Postfix and Dovecot, add ignore

Full commit hash
c283c85d516b827950fee22164601a37a55b35c5
Author
andryyy <[email protected]>
Date
over 9 years ago
Selected line
307
EOF
Open commit View diff
307 EOF
same change c283c85

Update Postfix and Dovecot, add ignore

Full commit hash
c283c85d516b827950fee22164601a37a55b35c5
Author
andryyy <[email protected]>
Date
over 9 years ago
Selected line
308
Open commit View diff
308
same change c283c85

Update Postfix and Dovecot, add ignore

Full commit hash
c283c85d516b827950fee22164601a37a55b35c5
Author
andryyy <[email protected]>
Date
over 9 years ago
Selected line
309
cat <<EOF > /opt/postfix/conf/sql/mysql_virtual_relay_domain_maps.cf
Open commit View diff
309 cat <<EOF > /opt/postfix/conf/sql/mysql_virtual_relay_domain_maps.cf
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
310
# Autogenerated by mailcow
Open commit View diff
310 # Autogenerated by mailcow
andryyy over 9 years ago c283c85

Update Postfix and Dovecot, add ignore

Full commit hash
c283c85d516b827950fee22164601a37a55b35c5
Author
andryyy <[email protected]>
Date
over 9 years ago
Selected line
311
user = ${DBUSER}
Open commit View diff
311 user = ${DBUSER}
same change c283c85

Update Postfix and Dovecot, add ignore

Full commit hash
c283c85d516b827950fee22164601a37a55b35c5
Author
andryyy <[email protected]>
Date
over 9 years ago
Selected line
312
password = ${DBPASS}
Open commit View diff
312 password = ${DBPASS}
André almost 8 years ago 0fb43f4

[Docker API] Use TLS encryption for communication with "on-the-fly" created key paris (non-exposed)

Full commit hash
0fb43f49161554dbe0e66cd6170ad00166efc8b3
Author
André <[email protected]>
Date
almost 8 years ago
Selected line
313
hosts = unix:/var/run/mysqld/mysqld.sock
Open commit View diff
313 hosts = unix:/var/run/mysqld/mysqld.sock
andryyy over 9 years ago c283c85

Update Postfix and Dovecot, add ignore

Full commit hash
c283c85d516b827950fee22164601a37a55b35c5
Author
andryyy <[email protected]>
Date
over 9 years ago
Selected line
314
dbname = ${DBNAME}
Open commit View diff
314 dbname = ${DBNAME}
same change c283c85

Update Postfix and Dovecot, add ignore

Full commit hash
c283c85d516b827950fee22164601a37a55b35c5
Author
andryyy <[email protected]>
Date
over 9 years ago
Selected line
315
query = SELECT domain FROM domain WHERE domain='%s' AND backupmx = '1' AND active = '1'
Open commit View diff
315 query = SELECT domain FROM domain WHERE domain='%s' AND backupmx = '1' AND active = '1'
same change c283c85

Update Postfix and Dovecot, add ignore

Full commit hash
c283c85d516b827950fee22164601a37a55b35c5
Author
andryyy <[email protected]>
Date
over 9 years ago
Selected line
316
EOF
Open commit View diff
316 EOF
same change c283c85

Update Postfix and Dovecot, add ignore

Full commit hash
c283c85d516b827950fee22164601a37a55b35c5
Author
andryyy <[email protected]>
Date
over 9 years ago
Selected line
317
Open commit View diff
317
same change c283c85

Update Postfix and Dovecot, add ignore

Full commit hash
c283c85d516b827950fee22164601a37a55b35c5
Author
andryyy <[email protected]>
Date
over 9 years ago
Selected line
318
cat <<EOF > /opt/postfix/conf/sql/mysql_virtual_sender_acl.cf
Open commit View diff
318 cat <<EOF > /opt/postfix/conf/sql/mysql_virtual_sender_acl.cf
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
319
# Autogenerated by mailcow
Open commit View diff
319 # Autogenerated by mailcow
andryyy over 9 years ago c283c85

Update Postfix and Dovecot, add ignore

Full commit hash
c283c85d516b827950fee22164601a37a55b35c5
Author
andryyy <[email protected]>
Date
over 9 years ago
Selected line
320
user = ${DBUSER}
Open commit View diff
320 user = ${DBUSER}
same change c283c85

Update Postfix and Dovecot, add ignore

Full commit hash
c283c85d516b827950fee22164601a37a55b35c5
Author
andryyy <[email protected]>
Date
over 9 years ago
Selected line
321
password = ${DBPASS}
Open commit View diff
321 password = ${DBPASS}
André almost 8 years ago 0fb43f4

[Docker API] Use TLS encryption for communication with "on-the-fly" created key paris (non-exposed)

Full commit hash
0fb43f49161554dbe0e66cd6170ad00166efc8b3
Author
André <[email protected]>
Date
almost 8 years ago
Selected line
322
hosts = unix:/var/run/mysqld/mysqld.sock
Open commit View diff
322 hosts = unix:/var/run/mysqld/mysqld.sock
andryyy over 9 years ago c283c85

Update Postfix and Dovecot, add ignore

Full commit hash
c283c85d516b827950fee22164601a37a55b35c5
Author
andryyy <[email protected]>
Date
over 9 years ago
Selected line
323
dbname = ${DBNAME}
Open commit View diff
323 dbname = ${DBNAME}
andryyy almost 9 years ago e107cbe

[Postfix] Fix sending as alias, when alias is in alias domains, cleanup

Full commit hash
e107cbef5e4d0674df4d4de3836f1c72b84beccc
Author
andryyy <[email protected]>
Date
almost 9 years ago
Selected line
324
# First select queries domain and alias_domain to determine if domains are active.
Open commit View diff
324 # First select queries domain and alias_domain to determine if domains are active.
same change e107cbe

[Postfix] Fix sending as alias, when alias is in alias domains, cleanup

Full commit hash
e107cbef5e4d0674df4d4de3836f1c72b84beccc
Author
andryyy <[email protected]>
Date
almost 9 years ago
Selected line
325
query = SELECT goto FROM alias
Open commit View diff
325 query = SELECT goto FROM alias
macwinnie almost 4 years ago b985ba4

Improve send-as behaviour

Full commit hash
b985ba4f0e2f9c6b658413d38fa08b7aa4e985ea
Author
macwinnie <[email protected]>
Date
almost 4 years ago
Selected line
326
  WHERE id IN (
Open commit View diff
326 WHERE id IN (
same change b985ba4

Improve send-as behaviour

Full commit hash
b985ba4f0e2f9c6b658413d38fa08b7aa4e985ea
Author
macwinnie <[email protected]>
Date
almost 4 years ago
Selected line
327
      SELECT COALESCE (
Open commit View diff
327 SELECT COALESCE (
same change b985ba4

Improve send-as behaviour

Full commit hash
b985ba4f0e2f9c6b658413d38fa08b7aa4e985ea
Author
macwinnie <[email protected]>
Date
almost 4 years ago
Selected line
328
        (
Open commit View diff
328 (
same change b985ba4

Improve send-as behaviour

Full commit hash
b985ba4f0e2f9c6b658413d38fa08b7aa4e985ea
Author
macwinnie <[email protected]>
Date
almost 4 years ago
Selected line
329
          SELECT id FROM alias
Open commit View diff
329 SELECT id FROM alias
same change b985ba4

Improve send-as behaviour

Full commit hash
b985ba4f0e2f9c6b658413d38fa08b7aa4e985ea
Author
macwinnie <[email protected]>
Date
almost 4 years ago
Selected line
330
            WHERE address='%s'
Open commit View diff
330 WHERE address='%s'
same change b985ba4

Improve send-as behaviour

Full commit hash
b985ba4f0e2f9c6b658413d38fa08b7aa4e985ea
Author
macwinnie <[email protected]>
Date
almost 4 years ago
Selected line
331
            AND (active='1' OR active='2')
Open commit View diff
331 AND (active='1' OR active='2')
FreddleSpl0it 6 months ago c06112b

[Postfix] Configurable send permissions for alias addresses

Full commit hash
c06112b26e6f41c7f9d5c2ea2549b266e66a44e3
Author
FreddleSpl0it <[email protected]>
Date
6 months ago
Selected line
332
            AND sender_allowed='1'
Open commit View diff
332 AND sender_allowed='1'
macwinnie almost 4 years ago b985ba4

Improve send-as behaviour

Full commit hash
b985ba4f0e2f9c6b658413d38fa08b7aa4e985ea
Author
macwinnie <[email protected]>
Date
almost 4 years ago
Selected line
333
        ), (
Open commit View diff
333 ), (
same change b985ba4

Improve send-as behaviour

Full commit hash
b985ba4f0e2f9c6b658413d38fa08b7aa4e985ea
Author
macwinnie <[email protected]>
Date
almost 4 years ago
Selected line
334
          SELECT id FROM alias
Open commit View diff
334 SELECT id FROM alias
same change b985ba4

Improve send-as behaviour

Full commit hash
b985ba4f0e2f9c6b658413d38fa08b7aa4e985ea
Author
macwinnie <[email protected]>
Date
almost 4 years ago
Selected line
335
            WHERE address='@%d'
Open commit View diff
335 WHERE address='@%d'
same change b985ba4

Improve send-as behaviour

Full commit hash
b985ba4f0e2f9c6b658413d38fa08b7aa4e985ea
Author
macwinnie <[email protected]>
Date
almost 4 years ago
Selected line
336
            AND (active='1' OR active='2')
Open commit View diff
336 AND (active='1' OR active='2')
FreddleSpl0it 6 months ago c06112b

[Postfix] Configurable send permissions for alias addresses

Full commit hash
c06112b26e6f41c7f9d5c2ea2549b266e66a44e3
Author
FreddleSpl0it <[email protected]>
Date
6 months ago
Selected line
337
            AND sender_allowed='1'
Open commit View diff
337 AND sender_allowed='1'
macwinnie almost 4 years ago b985ba4

Improve send-as behaviour

Full commit hash
b985ba4f0e2f9c6b658413d38fa08b7aa4e985ea
Author
macwinnie <[email protected]>
Date
almost 4 years ago
Selected line
338
        )
Open commit View diff
338 )
same change b985ba4

Improve send-as behaviour

Full commit hash
b985ba4f0e2f9c6b658413d38fa08b7aa4e985ea
Author
macwinnie <[email protected]>
Date
almost 4 years ago
Selected line
339
      )
Open commit View diff
339 )
same change b985ba4

Improve send-as behaviour

Full commit hash
b985ba4f0e2f9c6b658413d38fa08b7aa4e985ea
Author
macwinnie <[email protected]>
Date
almost 4 years ago
Selected line
340
    )
Open commit View diff
340 )
andryyy almost 9 years ago e107cbe

[Postfix] Fix sending as alias, when alias is in alias domains, cleanup

Full commit hash
e107cbef5e4d0674df4d4de3836f1c72b84beccc
Author
andryyy <[email protected]>
Date
almost 9 years ago
Selected line
341
    AND active='1'
Open commit View diff
341 AND active='1'
FreddleSpl0it 6 months ago c06112b

[Postfix] Configurable send permissions for alias addresses

Full commit hash
c06112b26e6f41c7f9d5c2ea2549b266e66a44e3
Author
FreddleSpl0it <[email protected]>
Date
6 months ago
Selected line
342
    AND sender_allowed='1'
Open commit View diff
342 AND sender_allowed='1'
andryyy almost 9 years ago e107cbe

[Postfix] Fix sending as alias, when alias is in alias domains, cleanup

Full commit hash
e107cbef5e4d0674df4d4de3836f1c72b84beccc
Author
andryyy <[email protected]>
Date
almost 9 years ago
Selected line
343
    AND (domain IN
Open commit View diff
343 AND (domain IN
same change e107cbe

[Postfix] Fix sending as alias, when alias is in alias domains, cleanup

Full commit hash
e107cbef5e4d0674df4d4de3836f1c72b84beccc
Author
andryyy <[email protected]>
Date
almost 9 years ago
Selected line
344
      (SELECT domain FROM domain
Open commit View diff
344 (SELECT domain FROM domain
same change e107cbe

[Postfix] Fix sending as alias, when alias is in alias domains, cleanup

Full commit hash
e107cbef5e4d0674df4d4de3836f1c72b84beccc
Author
andryyy <[email protected]>
Date
almost 9 years ago
Selected line
345
        WHERE domain='%d'
Open commit View diff
345 WHERE domain='%d'
same change e107cbe

[Postfix] Fix sending as alias, when alias is in alias domains, cleanup

Full commit hash
e107cbef5e4d0674df4d4de3836f1c72b84beccc
Author
andryyy <[email protected]>
Date
almost 9 years ago
Selected line
346
          AND active='1')
Open commit View diff
346 AND active='1')
same change e107cbe

[Postfix] Fix sending as alias, when alias is in alias domains, cleanup

Full commit hash
e107cbef5e4d0674df4d4de3836f1c72b84beccc
Author
andryyy <[email protected]>
Date
almost 9 years ago
Selected line
347
      OR domain in (
Open commit View diff
347 OR domain in (
same change e107cbe

[Postfix] Fix sending as alias, when alias is in alias domains, cleanup

Full commit hash
e107cbef5e4d0674df4d4de3836f1c72b84beccc
Author
andryyy <[email protected]>
Date
almost 9 years ago
Selected line
348
        SELECT alias_domain FROM alias_domain
Open commit View diff
348 SELECT alias_domain FROM alias_domain
same change e107cbe

[Postfix] Fix sending as alias, when alias is in alias domains, cleanup

Full commit hash
e107cbef5e4d0674df4d4de3836f1c72b84beccc
Author
andryyy <[email protected]>
Date
almost 9 years ago
Selected line
349
          WHERE alias_domain='%d'
Open commit View diff
349 WHERE alias_domain='%d'
same change e107cbe

[Postfix] Fix sending as alias, when alias is in alias domains, cleanup

Full commit hash
e107cbef5e4d0674df4d4de3836f1c72b84beccc
Author
andryyy <[email protected]>
Date
almost 9 years ago
Selected line
350
            AND active='1'
Open commit View diff
350 AND active='1'
same change e107cbe

[Postfix] Fix sending as alias, when alias is in alias domains, cleanup

Full commit hash
e107cbef5e4d0674df4d4de3836f1c72b84beccc
Author
andryyy <[email protected]>
Date
almost 9 years ago
Selected line
351
      )
Open commit View diff
351 )
same change e107cbe

[Postfix] Fix sending as alias, when alias is in alias domains, cleanup

Full commit hash
e107cbef5e4d0674df4d4de3836f1c72b84beccc
Author
andryyy <[email protected]>
Date
almost 9 years ago
Selected line
352
    )
Open commit View diff
352 )
same change e107cbe

[Postfix] Fix sending as alias, when alias is in alias domains, cleanup

Full commit hash
e107cbef5e4d0674df4d4de3836f1c72b84beccc
Author
andryyy <[email protected]>
Date
almost 9 years ago
Selected line
353
  UNION
Open commit View diff
353 UNION
same change e107cbe

[Postfix] Fix sending as alias, when alias is in alias domains, cleanup

Full commit hash
e107cbef5e4d0674df4d4de3836f1c72b84beccc
Author
andryyy <[email protected]>
Date
almost 9 years ago
Selected line
354
  SELECT logged_in_as FROM sender_acl
Open commit View diff
354 SELECT logged_in_as FROM sender_acl
same change e107cbe

[Postfix] Fix sending as alias, when alias is in alias domains, cleanup

Full commit hash
e107cbef5e4d0674df4d4de3836f1c72b84beccc
Author
andryyy <[email protected]>
Date
almost 9 years ago
Selected line
355
    WHERE send_as='@%d'
Open commit View diff
355 WHERE send_as='@%d'
same change e107cbe

[Postfix] Fix sending as alias, when alias is in alias domains, cleanup

Full commit hash
e107cbef5e4d0674df4d4de3836f1c72b84beccc
Author
andryyy <[email protected]>
Date
almost 9 years ago
Selected line
356
      OR send_as='%s'
Open commit View diff
356 OR send_as='%s'
André almost 8 years ago bdf7632

[Postfix] Add '*' as send_as to sender_acl map

Full commit hash
bdf76327579a996dab2594bb1b3936e94c3abd49
Author
André <[email protected]>
Date
almost 8 years ago
Selected line
357
      OR send_as='*'
Open commit View diff
357 OR send_as='*'
andryyy almost 9 years ago e107cbe

[Postfix] Fix sending as alias, when alias is in alias domains, cleanup

Full commit hash
e107cbef5e4d0674df4d4de3836f1c72b84beccc
Author
andryyy <[email protected]>
Date
almost 9 years ago
Selected line
358
      OR send_as IN (
Open commit View diff
358 OR send_as IN (
same change e107cbe

[Postfix] Fix sending as alias, when alias is in alias domains, cleanup

Full commit hash
e107cbef5e4d0674df4d4de3836f1c72b84beccc
Author
andryyy <[email protected]>
Date
almost 9 years ago
Selected line
359
        SELECT CONCAT('@',target_domain) FROM alias_domain
Open commit View diff
359 SELECT CONCAT('@',target_domain) FROM alias_domain
same change e107cbe

[Postfix] Fix sending as alias, when alias is in alias domains, cleanup

Full commit hash
e107cbef5e4d0674df4d4de3836f1c72b84beccc
Author
andryyy <[email protected]>
Date
almost 9 years ago
Selected line
360
          WHERE alias_domain = '%d')
Open commit View diff
360 WHERE alias_domain = '%d')
same change e107cbe

[Postfix] Fix sending as alias, when alias is in alias domains, cleanup

Full commit hash
e107cbef5e4d0674df4d4de3836f1c72b84beccc
Author
andryyy <[email protected]>
Date
almost 9 years ago
Selected line
361
      OR send_as IN (
Open commit View diff
361 OR send_as IN (
same change e107cbe

[Postfix] Fix sending as alias, when alias is in alias domains, cleanup

Full commit hash
e107cbef5e4d0674df4d4de3836f1c72b84beccc
Author
andryyy <[email protected]>
Date
almost 9 years ago
Selected line
362
        SELECT CONCAT('%u','@',target_domain) FROM alias_domain
Open commit View diff
362 SELECT CONCAT('%u','@',target_domain) FROM alias_domain
same change e107cbe

[Postfix] Fix sending as alias, when alias is in alias domains, cleanup

Full commit hash
e107cbef5e4d0674df4d4de3836f1c72b84beccc
Author
andryyy <[email protected]>
Date
almost 9 years ago
Selected line
363
          WHERE alias_domain = '%d')
Open commit View diff
363 WHERE alias_domain = '%d')
same change e107cbe

[Postfix] Fix sending as alias, when alias is in alias domains, cleanup

Full commit hash
e107cbef5e4d0674df4d4de3836f1c72b84beccc
Author
andryyy <[email protected]>
Date
almost 9 years ago
Selected line
364
      AND logged_in_as NOT IN (
Open commit View diff
364 AND logged_in_as NOT IN (
same change e107cbe

[Postfix] Fix sending as alias, when alias is in alias domains, cleanup

Full commit hash
e107cbef5e4d0674df4d4de3836f1c72b84beccc
Author
andryyy <[email protected]>
Date
almost 9 years ago
Selected line
365
        SELECT goto FROM alias
Open commit View diff
365 SELECT goto FROM alias
same change e107cbe

[Postfix] Fix sending as alias, when alias is in alias domains, cleanup

Full commit hash
e107cbef5e4d0674df4d4de3836f1c72b84beccc
Author
andryyy <[email protected]>
Date
almost 9 years ago
Selected line
366
          WHERE address='%s')
Open commit View diff
366 WHERE address='%s')
same change e107cbe

[Postfix] Fix sending as alias, when alias is in alias domains, cleanup

Full commit hash
e107cbef5e4d0674df4d4de3836f1c72b84beccc
Author
andryyy <[email protected]>
Date
almost 9 years ago
Selected line
367
  UNION
Open commit View diff
367 UNION
same change e107cbe

[Postfix] Fix sending as alias, when alias is in alias domains, cleanup

Full commit hash
e107cbef5e4d0674df4d4de3836f1c72b84beccc
Author
andryyy <[email protected]>
Date
almost 9 years ago
Selected line
368
  SELECT username FROM mailbox, alias_domain
Open commit View diff
368 SELECT username FROM mailbox, alias_domain
same change e107cbe

[Postfix] Fix sending as alias, when alias is in alias domains, cleanup

Full commit hash
e107cbef5e4d0674df4d4de3836f1c72b84beccc
Author
andryyy <[email protected]>
Date
almost 9 years ago
Selected line
369
    WHERE alias_domain.alias_domain = '%d'
Open commit View diff
369 WHERE alias_domain.alias_domain = '%d'
same change e107cbe

[Postfix] Fix sending as alias, when alias is in alias domains, cleanup

Full commit hash
e107cbef5e4d0674df4d4de3836f1c72b84beccc
Author
andryyy <[email protected]>
Date
almost 9 years ago
Selected line
370
      AND mailbox.username = CONCAT('%u','@',alias_domain.target_domain)
Open commit View diff
370 AND mailbox.username = CONCAT('%u','@',alias_domain.target_domain)
andryyy about 6 years ago 3459c13

[Postfix] Implement disallowed logins

Full commit hash
3459c13022386f875f3c133e0871d1e883e2eacd
Author
andryyy <[email protected]>
Date
about 6 years ago
Selected line
371
      AND (mailbox.active = '1' OR mailbox.active ='2')
Open commit View diff
371 AND (mailbox.active = '1' OR mailbox.active ='2')
macwinnie almost 4 years ago b985ba4

Improve send-as behaviour

Full commit hash
b985ba4f0e2f9c6b658413d38fa08b7aa4e985ea
Author
macwinnie <[email protected]>
Date
almost 4 years ago
Selected line
372
      AND alias_domain.active='1';
Open commit View diff
372 AND alias_domain.active='1';
andryyy over 9 years ago c283c85

Update Postfix and Dovecot, add ignore

Full commit hash
c283c85d516b827950fee22164601a37a55b35c5
Author
andryyy <[email protected]>
Date
over 9 years ago
Selected line
373
EOF
Open commit View diff
373 EOF
same change c283c85

Update Postfix and Dovecot, add ignore

Full commit hash
c283c85d516b827950fee22164601a37a55b35c5
Author
andryyy <[email protected]>
Date
over 9 years ago
Selected line
374
Open commit View diff
374
andryyy about 5 years ago 8a83587

[Postfix] Finally here: MX based transport map routing; Sorry it took years, Patrik

Full commit hash
8a8358780059abfb2c8ffe395392b220c3f39fdb
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
375
# MX based routing
Open commit View diff
375 # MX based routing
same change 8a83587

[Postfix] Finally here: MX based transport map routing; Sorry it took years, Patrik

Full commit hash
8a8358780059abfb2c8ffe395392b220c3f39fdb
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
376
cat <<EOF > /opt/postfix/conf/sql/mysql_mbr_access_maps.cf
Open commit View diff
376 cat <<EOF > /opt/postfix/conf/sql/mysql_mbr_access_maps.cf
same change 8a83587

[Postfix] Finally here: MX based transport map routing; Sorry it took years, Patrik

Full commit hash
8a8358780059abfb2c8ffe395392b220c3f39fdb
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
377
# Autogenerated by mailcow
Open commit View diff
377 # Autogenerated by mailcow
same change 8a83587

[Postfix] Finally here: MX based transport map routing; Sorry it took years, Patrik

Full commit hash
8a8358780059abfb2c8ffe395392b220c3f39fdb
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
378
user = ${DBUSER}
Open commit View diff
378 user = ${DBUSER}
same change 8a83587

[Postfix] Finally here: MX based transport map routing; Sorry it took years, Patrik

Full commit hash
8a8358780059abfb2c8ffe395392b220c3f39fdb
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
379
password = ${DBPASS}
Open commit View diff
379 password = ${DBPASS}
same change 8a83587

[Postfix] Finally here: MX based transport map routing; Sorry it took years, Patrik

Full commit hash
8a8358780059abfb2c8ffe395392b220c3f39fdb
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
380
hosts = unix:/var/run/mysqld/mysqld.sock
Open commit View diff
380 hosts = unix:/var/run/mysqld/mysqld.sock
same change 8a83587

[Postfix] Finally here: MX based transport map routing; Sorry it took years, Patrik

Full commit hash
8a8358780059abfb2c8ffe395392b220c3f39fdb
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
381
dbname = ${DBNAME}
Open commit View diff
381 dbname = ${DBNAME}
same change 8a83587

[Postfix] Finally here: MX based transport map routing; Sorry it took years, Patrik

Full commit hash
8a8358780059abfb2c8ffe395392b220c3f39fdb
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
382
query = SELECT CONCAT('FILTER smtp_via_transport_maps:', nexthop) as transport FROM transports
Open commit View diff
382 query = SELECT CONCAT('FILTER smtp_via_transport_maps:', nexthop) as transport FROM transports
same change 8a83587

[Postfix] Finally here: MX based transport map routing; Sorry it took years, Patrik

Full commit hash
8a8358780059abfb2c8ffe395392b220c3f39fdb
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
383
  WHERE '%s' REGEXP destination
Open commit View diff
383 WHERE '%s' REGEXP destination
same change 8a83587

[Postfix] Finally here: MX based transport map routing; Sorry it took years, Patrik

Full commit hash
8a8358780059abfb2c8ffe395392b220c3f39fdb
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
384
    AND active='1'
Open commit View diff
384 AND active='1'
same change 8a83587

[Postfix] Finally here: MX based transport map routing; Sorry it took years, Patrik

Full commit hash
8a8358780059abfb2c8ffe395392b220c3f39fdb
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
385
    AND is_mx_based='1';
Open commit View diff
385 AND is_mx_based='1';
same change 8a83587

[Postfix] Finally here: MX based transport map routing; Sorry it took years, Patrik

Full commit hash
8a8358780059abfb2c8ffe395392b220c3f39fdb
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
386
EOF
Open commit View diff
386 EOF
same change 8a83587

[Postfix] Finally here: MX based transport map routing; Sorry it took years, Patrik

Full commit hash
8a8358780059abfb2c8ffe395392b220c3f39fdb
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
387
Open commit View diff
387
andryyy over 9 years ago c283c85

Update Postfix and Dovecot, add ignore

Full commit hash
c283c85d516b827950fee22164601a37a55b35c5
Author
andryyy <[email protected]>
Date
over 9 years ago
Selected line
388
cat <<EOF > /opt/postfix/conf/sql/mysql_virtual_spamalias_maps.cf
Open commit View diff
388 cat <<EOF > /opt/postfix/conf/sql/mysql_virtual_spamalias_maps.cf
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
389
# Autogenerated by mailcow
Open commit View diff
389 # Autogenerated by mailcow
andryyy over 9 years ago c283c85

Update Postfix and Dovecot, add ignore

Full commit hash
c283c85d516b827950fee22164601a37a55b35c5
Author
andryyy <[email protected]>
Date
over 9 years ago
Selected line
390
user = ${DBUSER}
Open commit View diff
390 user = ${DBUSER}
same change c283c85

Update Postfix and Dovecot, add ignore

Full commit hash
c283c85d516b827950fee22164601a37a55b35c5
Author
andryyy <[email protected]>
Date
over 9 years ago
Selected line
391
password = ${DBPASS}
Open commit View diff
391 password = ${DBPASS}
André almost 8 years ago 0fb43f4

[Docker API] Use TLS encryption for communication with "on-the-fly" created key paris (non-exposed)

Full commit hash
0fb43f49161554dbe0e66cd6170ad00166efc8b3
Author
André <[email protected]>
Date
almost 8 years ago
Selected line
392
hosts = unix:/var/run/mysqld/mysqld.sock
Open commit View diff
392 hosts = unix:/var/run/mysqld/mysqld.sock
andryyy over 9 years ago c283c85

Update Postfix and Dovecot, add ignore

Full commit hash
c283c85d516b827950fee22164601a37a55b35c5
Author
andryyy <[email protected]>
Date
over 9 years ago
Selected line
393
dbname = ${DBNAME}
Open commit View diff
393 dbname = ${DBNAME}
andryyy almost 9 years ago e107cbe

[Postfix] Fix sending as alias, when alias is in alias domains, cleanup

Full commit hash
e107cbef5e4d0674df4d4de3836f1c72b84beccc
Author
andryyy <[email protected]>
Date
almost 9 years ago
Selected line
394
query = SELECT goto FROM spamalias
Open commit View diff
394 query = SELECT goto FROM spamalias
same change e107cbe

[Postfix] Fix sending as alias, when alias is in alias domains, cleanup

Full commit hash
e107cbef5e4d0674df4d4de3836f1c72b84beccc
Author
andryyy <[email protected]>
Date
almost 9 years ago
Selected line
395
  WHERE address='%s'
Open commit View diff
395 WHERE address='%s'
Josh 8 months ago 0413d26

Allow making spam aliases permanent (#6888)

Full commit hash
0413d268552b845916b94eda54bc3dba0ee12798
Author
Josh <[email protected]>
Date
8 months ago
Selected line
396
    AND (validity >= UNIX_TIMESTAMP() OR permanent != 0)
Open commit View diff
396 AND (validity >= UNIX_TIMESTAMP() OR permanent != 0)
andryyy over 9 years ago c283c85

Update Postfix and Dovecot, add ignore

Full commit hash
c283c85d516b827950fee22164601a37a55b35c5
Author
andryyy <[email protected]>
Date
over 9 years ago
Selected line
397
EOF
Open commit View diff
397 EOF
andryyy over 9 years ago d891bc8

Docs

Full commit hash
d891bc88945e2be5b2af4a3db6f9ec5457705b7b
Author
andryyy <[email protected]>
Date
over 9 years ago
Selected line
398
Open commit View diff
398
FreddleSpl0it almost 3 years ago c45684b

[Postfix] rework dns_blocklists.cf generation

Full commit hash
c45684b986fbe2f11a492ba44a82351acb097fed
Author
FreddleSpl0it <[email protected]>
Date
almost 3 years ago
Selected line
399
if [ ! -f /opt/postfix/conf/dns_blocklists.cf ]; then
Open commit View diff
399 if [ ! -f /opt/postfix/conf/dns_blocklists.cf ]; then
same change c45684b

[Postfix] rework dns_blocklists.cf generation

Full commit hash
c45684b986fbe2f11a492ba44a82351acb097fed
Author
FreddleSpl0it <[email protected]>
Date
almost 3 years ago
Selected line
400
  cat <<EOF > /opt/postfix/conf/dns_blocklists.cf
Open commit View diff
400 cat <<EOF > /opt/postfix/conf/dns_blocklists.cf
FreddleSpl0it over 1 year ago 45d1425

[Postfix] Remove discontinued Nixspam DNSBL from existing dns_blocklists.cf

Full commit hash
45d14254f292c498a23eaca7c9f6e02a9de26834
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
401
# This file can be edited.
Open commit View diff
401 # This file can be edited.
FreddleSpl0it almost 3 years ago c45684b

[Postfix] rework dns_blocklists.cf generation

Full commit hash
c45684b986fbe2f11a492ba44a82351acb097fed
Author
FreddleSpl0it <[email protected]>
Date
almost 3 years ago
Selected line
402
# Delete this file and restart postfix container to revert any changes.
Open commit View diff
402 # Delete this file and restart postfix container to revert any changes.
same change c45684b

[Postfix] rework dns_blocklists.cf generation

Full commit hash
c45684b986fbe2f11a492ba44a82351acb097fed
Author
FreddleSpl0it <[email protected]>
Date
almost 3 years ago
Selected line
403
postscreen_dnsbl_sites = wl.mailspike.net=127.0.0.[18;19;20]*-2
Open commit View diff
403 postscreen_dnsbl_sites = wl.mailspike.net=127.0.0.[18;19;20]*-2
same change c45684b

[Postfix] rework dns_blocklists.cf generation

Full commit hash
c45684b986fbe2f11a492ba44a82351acb097fed
Author
FreddleSpl0it <[email protected]>
Date
almost 3 years ago
Selected line
404
  hostkarma.junkemailfilter.com=127.0.0.1*-2
Open commit View diff
404 hostkarma.junkemailfilter.com=127.0.0.1*-2
same change c45684b

[Postfix] rework dns_blocklists.cf generation

Full commit hash
c45684b986fbe2f11a492ba44a82351acb097fed
Author
FreddleSpl0it <[email protected]>
Date
almost 3 years ago
Selected line
405
  list.dnswl.org=127.0.[0..255].0*-2
Open commit View diff
405 list.dnswl.org=127.0.[0..255].0*-2
same change c45684b

[Postfix] rework dns_blocklists.cf generation

Full commit hash
c45684b986fbe2f11a492ba44a82351acb097fed
Author
FreddleSpl0it <[email protected]>
Date
almost 3 years ago
Selected line
406
  list.dnswl.org=127.0.[0..255].1*-4
Open commit View diff
406 list.dnswl.org=127.0.[0..255].1*-4
same change c45684b

[Postfix] rework dns_blocklists.cf generation

Full commit hash
c45684b986fbe2f11a492ba44a82351acb097fed
Author
FreddleSpl0it <[email protected]>
Date
almost 3 years ago
Selected line
407
  list.dnswl.org=127.0.[0..255].2*-6
Open commit View diff
407 list.dnswl.org=127.0.[0..255].2*-6
same change c45684b

[Postfix] rework dns_blocklists.cf generation

Full commit hash
c45684b986fbe2f11a492ba44a82351acb097fed
Author
FreddleSpl0it <[email protected]>
Date
almost 3 years ago
Selected line
408
  list.dnswl.org=127.0.[0..255].3*-8
Open commit View diff
408 list.dnswl.org=127.0.[0..255].3*-8
same change c45684b

[Postfix] rework dns_blocklists.cf generation

Full commit hash
c45684b986fbe2f11a492ba44a82351acb097fed
Author
FreddleSpl0it <[email protected]>
Date
almost 3 years ago
Selected line
409
  bl.spamcop.net*2
Open commit View diff
409 bl.spamcop.net*2
same change c45684b

[Postfix] rework dns_blocklists.cf generation

Full commit hash
c45684b986fbe2f11a492ba44a82351acb097fed
Author
FreddleSpl0it <[email protected]>
Date
almost 3 years ago
Selected line
410
  bl.suomispam.net*2
Open commit View diff
410 bl.suomispam.net*2
same change c45684b

[Postfix] rework dns_blocklists.cf generation

Full commit hash
c45684b986fbe2f11a492ba44a82351acb097fed
Author
FreddleSpl0it <[email protected]>
Date
almost 3 years ago
Selected line
411
  hostkarma.junkemailfilter.com=127.0.0.2*3
Open commit View diff
411 hostkarma.junkemailfilter.com=127.0.0.2*3
same change c45684b

[Postfix] rework dns_blocklists.cf generation

Full commit hash
c45684b986fbe2f11a492ba44a82351acb097fed
Author
FreddleSpl0it <[email protected]>
Date
almost 3 years ago
Selected line
412
  hostkarma.junkemailfilter.com=127.0.0.4*2
Open commit View diff
412 hostkarma.junkemailfilter.com=127.0.0.4*2
same change c45684b

[Postfix] rework dns_blocklists.cf generation

Full commit hash
c45684b986fbe2f11a492ba44a82351acb097fed
Author
FreddleSpl0it <[email protected]>
Date
almost 3 years ago
Selected line
413
  hostkarma.junkemailfilter.com=127.0.1.2*1
Open commit View diff
413 hostkarma.junkemailfilter.com=127.0.1.2*1
same change c45684b

[Postfix] rework dns_blocklists.cf generation

Full commit hash
c45684b986fbe2f11a492ba44a82351acb097fed
Author
FreddleSpl0it <[email protected]>
Date
almost 3 years ago
Selected line
414
  backscatter.spameatingmonkey.net*2
Open commit View diff
414 backscatter.spameatingmonkey.net*2
same change c45684b

[Postfix] rework dns_blocklists.cf generation

Full commit hash
c45684b986fbe2f11a492ba44a82351acb097fed
Author
FreddleSpl0it <[email protected]>
Date
almost 3 years ago
Selected line
415
  bl.ipv6.spameatingmonkey.net*2
Open commit View diff
415 bl.ipv6.spameatingmonkey.net*2
same change c45684b

[Postfix] rework dns_blocklists.cf generation

Full commit hash
c45684b986fbe2f11a492ba44a82351acb097fed
Author
FreddleSpl0it <[email protected]>
Date
almost 3 years ago
Selected line
416
  bl.spameatingmonkey.net*2
Open commit View diff
416 bl.spameatingmonkey.net*2
same change c45684b

[Postfix] rework dns_blocklists.cf generation

Full commit hash
c45684b986fbe2f11a492ba44a82351acb097fed
Author
FreddleSpl0it <[email protected]>
Date
almost 3 years ago
Selected line
417
  b.barracudacentral.org=127.0.0.2*7
Open commit View diff
417 b.barracudacentral.org=127.0.0.2*7
same change c45684b

[Postfix] rework dns_blocklists.cf generation

Full commit hash
c45684b986fbe2f11a492ba44a82351acb097fed
Author
FreddleSpl0it <[email protected]>
Date
almost 3 years ago
Selected line
418
  bl.mailspike.net=127.0.0.2*5
Open commit View diff
418 bl.mailspike.net=127.0.0.2*5
same change c45684b

[Postfix] rework dns_blocklists.cf generation

Full commit hash
c45684b986fbe2f11a492ba44a82351acb097fed
Author
FreddleSpl0it <[email protected]>
Date
almost 3 years ago
Selected line
419
  bl.mailspike.net=127.0.0.[10;11;12]*4
Open commit View diff
419 bl.mailspike.net=127.0.0.[10;11;12]*4
same change c45684b

[Postfix] rework dns_blocklists.cf generation

Full commit hash
c45684b986fbe2f11a492ba44a82351acb097fed
Author
FreddleSpl0it <[email protected]>
Date
almost 3 years ago
Selected line
420
EOF
Open commit View diff
420 EOF
same change c45684b

[Postfix] rework dns_blocklists.cf generation

Full commit hash
c45684b986fbe2f11a492ba44a82351acb097fed
Author
FreddleSpl0it <[email protected]>
Date
almost 3 years ago
Selected line
421
fi
Open commit View diff
421 fi
same change c45684b

[Postfix] rework dns_blocklists.cf generation

Full commit hash
c45684b986fbe2f11a492ba44a82351acb097fed
Author
FreddleSpl0it <[email protected]>
Date
almost 3 years ago
Selected line
422
Open commit View diff
422
Peter over 1 year ago 7bce5d8

Move sed cmd to remove discontinued DNSBLs (#6315)

Full commit hash
7bce5d836b2e53a256b8e9c3f40b1942491227da
Author
Peter <[email protected]>
Date
over 1 year ago
Selected line
423
# Remove discontinued DNSBLs from existing dns_blocklists.cf
Open commit View diff
423 # Remove discontinued DNSBLs from existing dns_blocklists.cf
same change 7bce5d8

Move sed cmd to remove discontinued DNSBLs (#6315)

Full commit hash
7bce5d836b2e53a256b8e9c3f40b1942491227da
Author
Peter <[email protected]>
Date
over 1 year ago
Selected line
424
sed -i '/ix\.dnsbl\.manitu\.net\*2/d' /opt/postfix/conf/dns_blocklists.cf # Nixspam
Open commit View diff
424 sed -i '/ix\.dnsbl\.manitu\.net\*2/d' /opt/postfix/conf/dns_blocklists.cf # Nixspam
same change 7bce5d8

Move sed cmd to remove discontinued DNSBLs (#6315)

Full commit hash
7bce5d836b2e53a256b8e9c3f40b1942491227da
Author
Peter <[email protected]>
Date
over 1 year ago
Selected line
425
Open commit View diff
425
same change 7bce5d8

Move sed cmd to remove discontinued DNSBLs (#6315)

Full commit hash
7bce5d836b2e53a256b8e9c3f40b1942491227da
Author
Peter <[email protected]>
Date
over 1 year ago
Selected line
426
DNSBL_CONFIG=$(grep -v '^#' /opt/postfix/conf/dns_blocklists.cf | grep '\S')
Open commit View diff
426 DNSBL_CONFIG=$(grep -v '^#' /opt/postfix/conf/dns_blocklists.cf | grep '\S')
FreddleSpl0it over 1 year ago 45d1425

[Postfix] Remove discontinued Nixspam DNSBL from existing dns_blocklists.cf

Full commit hash
45d14254f292c498a23eaca7c9f6e02a9de26834
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
427
Open commit View diff
427
FreddleSpl0it almost 3 years ago 5d3491c

[Postfix] only apply DNSBL if dns_blocklists.cf is not empty

Full commit hash
5d3491c80192b14abce7ff71585a0c3b8b786855
Author
FreddleSpl0it <[email protected]>
Date
almost 3 years ago
Selected line
428
if [ ! -z "$DNSBL_CONFIG" ]; then
Open commit View diff
428 if [ ! -z "$DNSBL_CONFIG" ]; then
same change 5d3491c

[Postfix] only apply DNSBL if dns_blocklists.cf is not empty

Full commit hash
5d3491c80192b14abce7ff71585a0c3b8b786855
Author
FreddleSpl0it <[email protected]>
Date
almost 3 years ago
Selected line
429
  echo -e "\e[33mChecking if ASN for your IP is listed for Spamhaus Bad ASN List...\e[0m"
Open commit View diff
429 echo -e "\e[33mChecking if ASN for your IP is listed for Spamhaus Bad ASN List...\e[0m"
same change 5d3491c

[Postfix] only apply DNSBL if dns_blocklists.cf is not empty

Full commit hash
5d3491c80192b14abce7ff71585a0c3b8b786855
Author
FreddleSpl0it <[email protected]>
Date
almost 3 years ago
Selected line
430
  if [ -n "$SPAMHAUS_DQS_KEY" ]; then
Open commit View diff
430 if [ -n "$SPAMHAUS_DQS_KEY" ]; then
same change 5d3491c

[Postfix] only apply DNSBL if dns_blocklists.cf is not empty

Full commit hash
5d3491c80192b14abce7ff71585a0c3b8b786855
Author
FreddleSpl0it <[email protected]>
Date
almost 3 years ago
Selected line
431
    echo -e "\e[32mDetected SPAMHAUS_DQS_KEY variable from mailcow.conf...\e[0m"
Open commit View diff
431 echo -e "\e[32mDetected SPAMHAUS_DQS_KEY variable from mailcow.conf...\e[0m"
same change 5d3491c

[Postfix] only apply DNSBL if dns_blocklists.cf is not empty

Full commit hash
5d3491c80192b14abce7ff71585a0c3b8b786855
Author
FreddleSpl0it <[email protected]>
Date
almost 3 years ago
Selected line
432
    echo -e "\e[33mUsing DQS Blocklists from Spamhaus!\e[0m"
Open commit View diff
432 echo -e "\e[33mUsing DQS Blocklists from Spamhaus!\e[0m"
same change 5d3491c

[Postfix] only apply DNSBL if dns_blocklists.cf is not empty

Full commit hash
5d3491c80192b14abce7ff71585a0c3b8b786855
Author
FreddleSpl0it <[email protected]>
Date
almost 3 years ago
Selected line
433
    SPAMHAUS_DNSBL_CONFIG=$(cat <<EOF
Open commit View diff
433 SPAMHAUS_DNSBL_CONFIG=$(cat <<EOF
DerLinkman almost 3 years ago 0f33797

Reimplemented option for custom dnsbls

Full commit hash
0f337971ff12b89805bb58b14b858c74e8fdb7dd
Author
DerLinkman <[email protected]>
Date
almost 3 years ago
Selected line
434
  ${SPAMHAUS_DQS_KEY}.zen.dq.spamhaus.net=127.0.0.[4..7]*6
Open commit View diff
434 ${SPAMHAUS_DQS_KEY}.zen.dq.spamhaus.net=127.0.0.[4..7]*6
Hailer, Christian almost 3 years ago 3000da6

Fix spamhaus query domains (.net only)

Full commit hash
3000da6b880da04d4621bc9b1a93d86f1b6112e4
Author
Hailer, Christian <[email protected]>
Date
almost 3 years ago
Selected line
435
  ${SPAMHAUS_DQS_KEY}.zen.dq.spamhaus.net=127.0.0.[10;11]*8
Open commit View diff
435 ${SPAMHAUS_DQS_KEY}.zen.dq.spamhaus.net=127.0.0.[10;11]*8
same change 3000da6

Fix spamhaus query domains (.net only)

Full commit hash
3000da6b880da04d4621bc9b1a93d86f1b6112e4
Author
Hailer, Christian <[email protected]>
Date
almost 3 years ago
Selected line
436
  ${SPAMHAUS_DQS_KEY}.zen.dq.spamhaus.net=127.0.0.3*4
Open commit View diff
436 ${SPAMHAUS_DQS_KEY}.zen.dq.spamhaus.net=127.0.0.3*4
same change 3000da6

Fix spamhaus query domains (.net only)

Full commit hash
3000da6b880da04d4621bc9b1a93d86f1b6112e4
Author
Hailer, Christian <[email protected]>
Date
almost 3 years ago
Selected line
437
  ${SPAMHAUS_DQS_KEY}.zen.dq.spamhaus.net=127.0.0.2*3
Open commit View diff
437 ${SPAMHAUS_DQS_KEY}.zen.dq.spamhaus.net=127.0.0.2*3
FreddleSpl0it almost 3 years ago b050cb9

[Postfix] remove dnsbl_reply.map if not required

Full commit hash
b050cb9864c09bb78d747c4e0243f2ba4c144b43
Author
FreddleSpl0it <[email protected]>
Date
almost 3 years ago
Selected line
438
postscreen_dnsbl_reply_map = texthash:/opt/postfix/conf/dnsbl_reply.map
Open commit View diff
438 postscreen_dnsbl_reply_map = texthash:/opt/postfix/conf/dnsbl_reply.map
Christian Hailer almost 3 years ago 9f39af4

Add postscreen_dnsbl_reply_map to avoid disclosure of DQS key with Spamhaus setup

Full commit hash
9f39af46aa9952d192cb1aaea47a3785eb088fc7
Author
Christian Hailer <[email protected]>
Date
almost 3 years ago
Selected line
439
EOF
Open commit View diff
439 EOF
same change 9f39af4

Add postscreen_dnsbl_reply_map to avoid disclosure of DQS key with Spamhaus setup

Full commit hash
9f39af46aa9952d192cb1aaea47a3785eb088fc7
Author
Christian Hailer <[email protected]>
Date
almost 3 years ago
Selected line
440
Open commit View diff
440
FreddleSpl0it almost 3 years ago b050cb9

[Postfix] remove dnsbl_reply.map if not required

Full commit hash
b050cb9864c09bb78d747c4e0243f2ba4c144b43
Author
FreddleSpl0it <[email protected]>
Date
almost 3 years ago
Selected line
441
  cat <<EOF > /opt/postfix/conf/dnsbl_reply.map
Open commit View diff
441 cat <<EOF > /opt/postfix/conf/dnsbl_reply.map
DocFraggle almost 3 years ago 8f9ed9e

Merge branch 'staging' into staging

Full commit hash
8f9ed9e0df04247e029b7241165e44d1d3828719
Author
DocFraggle <[email protected]>
Date
almost 3 years ago
Selected line
442
# Autogenerated by mailcow, using Spamhaus DQS reply domains
Open commit View diff
442 # Autogenerated by mailcow, using Spamhaus DQS reply domains
Christian Hailer almost 3 years ago 9f39af4

Add postscreen_dnsbl_reply_map to avoid disclosure of DQS key with Spamhaus setup

Full commit hash
9f39af46aa9952d192cb1aaea47a3785eb088fc7
Author
Christian Hailer <[email protected]>
Date
almost 3 years ago
Selected line
443
${SPAMHAUS_DQS_KEY}.sbl.dq.spamhaus.net     sbl.spamhaus.org
Open commit View diff
443 ${SPAMHAUS_DQS_KEY}.sbl.dq.spamhaus.net sbl.spamhaus.org
same change 9f39af4

Add postscreen_dnsbl_reply_map to avoid disclosure of DQS key with Spamhaus setup

Full commit hash
9f39af46aa9952d192cb1aaea47a3785eb088fc7
Author
Christian Hailer <[email protected]>
Date
almost 3 years ago
Selected line
444
${SPAMHAUS_DQS_KEY}.xbl.dq.spamhaus.net     xbl.spamhaus.org
Open commit View diff
444 ${SPAMHAUS_DQS_KEY}.xbl.dq.spamhaus.net xbl.spamhaus.org
same change 9f39af4

Add postscreen_dnsbl_reply_map to avoid disclosure of DQS key with Spamhaus setup

Full commit hash
9f39af46aa9952d192cb1aaea47a3785eb088fc7
Author
Christian Hailer <[email protected]>
Date
almost 3 years ago
Selected line
445
${SPAMHAUS_DQS_KEY}.pbl.dq.spamhaus.net     pbl.spamhaus.org
Open commit View diff
445 ${SPAMHAUS_DQS_KEY}.pbl.dq.spamhaus.net pbl.spamhaus.org
same change 9f39af4

Add postscreen_dnsbl_reply_map to avoid disclosure of DQS key with Spamhaus setup

Full commit hash
9f39af46aa9952d192cb1aaea47a3785eb088fc7
Author
Christian Hailer <[email protected]>
Date
almost 3 years ago
Selected line
446
${SPAMHAUS_DQS_KEY}.zen.dq.spamhaus.net     zen.spamhaus.org
Open commit View diff
446 ${SPAMHAUS_DQS_KEY}.zen.dq.spamhaus.net zen.spamhaus.org
same change 9f39af4

Add postscreen_dnsbl_reply_map to avoid disclosure of DQS key with Spamhaus setup

Full commit hash
9f39af46aa9952d192cb1aaea47a3785eb088fc7
Author
Christian Hailer <[email protected]>
Date
almost 3 years ago
Selected line
447
${SPAMHAUS_DQS_KEY}.dbl.dq.spamhaus.net     dbl.spamhaus.org
Open commit View diff
447 ${SPAMHAUS_DQS_KEY}.dbl.dq.spamhaus.net dbl.spamhaus.org
same change 9f39af4

Add postscreen_dnsbl_reply_map to avoid disclosure of DQS key with Spamhaus setup

Full commit hash
9f39af46aa9952d192cb1aaea47a3785eb088fc7
Author
Christian Hailer <[email protected]>
Date
almost 3 years ago
Selected line
448
${SPAMHAUS_DQS_KEY}.zrd.dq.spamhaus.net     zrd.spamhaus.org
Open commit View diff
448 ${SPAMHAUS_DQS_KEY}.zrd.dq.spamhaus.net zrd.spamhaus.org
DerLinkman about 3 years ago 03b7a8d

Implemented Postfix Blocklist generation

Full commit hash
03b7a8d639adad2d380b235955c93c7e508d5e2e
Author
DerLinkman <[email protected]>
Date
about 3 years ago
Selected line
449
EOF
Open commit View diff
449 EOF
FreddleSpl0it almost 3 years ago 5d3491c

[Postfix] only apply DNSBL if dns_blocklists.cf is not empty

Full commit hash
5d3491c80192b14abce7ff71585a0c3b8b786855
Author
FreddleSpl0it <[email protected]>
Date
almost 3 years ago
Selected line
450
    )
Open commit View diff
450 )
same change 5d3491c

[Postfix] only apply DNSBL if dns_blocklists.cf is not empty

Full commit hash
5d3491c80192b14abce7ff71585a0c3b8b786855
Author
FreddleSpl0it <[email protected]>
Date
almost 3 years ago
Selected line
451
  else
Open commit View diff
451 else
FreddleSpl0it almost 3 years ago b050cb9

[Postfix] remove dnsbl_reply.map if not required

Full commit hash
b050cb9864c09bb78d747c4e0243f2ba4c144b43
Author
FreddleSpl0it <[email protected]>
Date
almost 3 years ago
Selected line
452
    if [ -f "/opt/postfix/conf/dnsbl_reply.map" ]; then
Open commit View diff
452 if [ -f "/opt/postfix/conf/dnsbl_reply.map" ]; then
same change b050cb9

[Postfix] remove dnsbl_reply.map if not required

Full commit hash
b050cb9864c09bb78d747c4e0243f2ba4c144b43
Author
FreddleSpl0it <[email protected]>
Date
almost 3 years ago
Selected line
453
      rm /opt/postfix/conf/dnsbl_reply.map
Open commit View diff
453 rm /opt/postfix/conf/dnsbl_reply.map
same change b050cb9

[Postfix] remove dnsbl_reply.map if not required

Full commit hash
b050cb9864c09bb78d747c4e0243f2ba4c144b43
Author
FreddleSpl0it <[email protected]>
Date
almost 3 years ago
Selected line
454
    fi
Open commit View diff
454 fi
FreddleSpl0it almost 3 years ago 5d3491c

[Postfix] only apply DNSBL if dns_blocklists.cf is not empty

Full commit hash
5d3491c80192b14abce7ff71585a0c3b8b786855
Author
FreddleSpl0it <[email protected]>
Date
almost 3 years ago
Selected line
455
    response=$(curl --connect-timeout 15 --max-time 30 -s -o /dev/null -w "%{http_code}" "https://asn-check.mailcow.email")
Open commit View diff
455 response=$(curl --connect-timeout 15 --max-time 30 -s -o /dev/null -w "%{http_code}" "https://asn-check.mailcow.email")
same change 5d3491c

[Postfix] only apply DNSBL if dns_blocklists.cf is not empty

Full commit hash
5d3491c80192b14abce7ff71585a0c3b8b786855
Author
FreddleSpl0it <[email protected]>
Date
almost 3 years ago
Selected line
456
    if [ "$response" -eq 503 ]; then
Open commit View diff
456 if [ "$response" -eq 503 ]; then
same change 5d3491c

[Postfix] only apply DNSBL if dns_blocklists.cf is not empty

Full commit hash
5d3491c80192b14abce7ff71585a0c3b8b786855
Author
FreddleSpl0it <[email protected]>
Date
almost 3 years ago
Selected line
457
      echo -e "\e[31mThe AS of your IP is listed as a banned AS from Spamhaus!\e[0m"
Open commit View diff
457 echo -e "\e[31mThe AS of your IP is listed as a banned AS from Spamhaus!\e[0m"
same change 5d3491c

[Postfix] only apply DNSBL if dns_blocklists.cf is not empty

Full commit hash
5d3491c80192b14abce7ff71585a0c3b8b786855
Author
FreddleSpl0it <[email protected]>
Date
almost 3 years ago
Selected line
458
      echo -e "\e[33mNo SPAMHAUS_DQS_KEY found... Skipping Spamhaus blocklists entirely!\e[0m"
Open commit View diff
458 echo -e "\e[33mNo SPAMHAUS_DQS_KEY found... Skipping Spamhaus blocklists entirely!\e[0m"
same change 5d3491c

[Postfix] only apply DNSBL if dns_blocklists.cf is not empty

Full commit hash
5d3491c80192b14abce7ff71585a0c3b8b786855
Author
FreddleSpl0it <[email protected]>
Date
almost 3 years ago
Selected line
459
      SPAMHAUS_DNSBL_CONFIG=""
Open commit View diff
459 SPAMHAUS_DNSBL_CONFIG=""
same change 5d3491c

[Postfix] only apply DNSBL if dns_blocklists.cf is not empty

Full commit hash
5d3491c80192b14abce7ff71585a0c3b8b786855
Author
FreddleSpl0it <[email protected]>
Date
almost 3 years ago
Selected line
460
    elif [ "$response" -eq 200 ]; then
Open commit View diff
460 elif [ "$response" -eq 200 ]; then
same change 5d3491c

[Postfix] only apply DNSBL if dns_blocklists.cf is not empty

Full commit hash
5d3491c80192b14abce7ff71585a0c3b8b786855
Author
FreddleSpl0it <[email protected]>
Date
almost 3 years ago
Selected line
461
      echo -e "\e[32mThe AS of your IP is NOT listed as a banned AS from Spamhaus!\e[0m"
Open commit View diff
461 echo -e "\e[32mThe AS of your IP is NOT listed as a banned AS from Spamhaus!\e[0m"
same change 5d3491c

[Postfix] only apply DNSBL if dns_blocklists.cf is not empty

Full commit hash
5d3491c80192b14abce7ff71585a0c3b8b786855
Author
FreddleSpl0it <[email protected]>
Date
almost 3 years ago
Selected line
462
      echo -e "\e[33mUsing the open Spamhaus blocklists.\e[0m"
Open commit View diff
462 echo -e "\e[33mUsing the open Spamhaus blocklists.\e[0m"
same change 5d3491c

[Postfix] only apply DNSBL if dns_blocklists.cf is not empty

Full commit hash
5d3491c80192b14abce7ff71585a0c3b8b786855
Author
FreddleSpl0it <[email protected]>
Date
almost 3 years ago
Selected line
463
      SPAMHAUS_DNSBL_CONFIG=$(cat <<EOF
Open commit View diff
463 SPAMHAUS_DNSBL_CONFIG=$(cat <<EOF
DerLinkman almost 3 years ago 0f33797

Reimplemented option for custom dnsbls

Full commit hash
0f337971ff12b89805bb58b14b858c74e8fdb7dd
Author
DerLinkman <[email protected]>
Date
almost 3 years ago
Selected line
464
  zen.spamhaus.org=127.0.0.[10;11]*8
Open commit View diff
464 zen.spamhaus.org=127.0.0.[10;11]*8
same change 0f33797

Reimplemented option for custom dnsbls

Full commit hash
0f337971ff12b89805bb58b14b858c74e8fdb7dd
Author
DerLinkman <[email protected]>
Date
almost 3 years ago
Selected line
465
  zen.spamhaus.org=127.0.0.[4..7]*6
Open commit View diff
465 zen.spamhaus.org=127.0.0.[4..7]*6
same change 0f33797

Reimplemented option for custom dnsbls

Full commit hash
0f337971ff12b89805bb58b14b858c74e8fdb7dd
Author
DerLinkman <[email protected]>
Date
almost 3 years ago
Selected line
466
  zen.spamhaus.org=127.0.0.3*4
Open commit View diff
466 zen.spamhaus.org=127.0.0.3*4
same change 0f33797

Reimplemented option for custom dnsbls

Full commit hash
0f337971ff12b89805bb58b14b858c74e8fdb7dd
Author
DerLinkman <[email protected]>
Date
almost 3 years ago
Selected line
467
  zen.spamhaus.org=127.0.0.2*3
Open commit View diff
467 zen.spamhaus.org=127.0.0.2*3
DerLinkman about 3 years ago 03b7a8d

Implemented Postfix Blocklist generation

Full commit hash
03b7a8d639adad2d380b235955c93c7e508d5e2e
Author
DerLinkman <[email protected]>
Date
about 3 years ago
Selected line
468
EOF
Open commit View diff
468 EOF
FreddleSpl0it almost 3 years ago 5d3491c

[Postfix] only apply DNSBL if dns_blocklists.cf is not empty

Full commit hash
5d3491c80192b14abce7ff71585a0c3b8b786855
Author
FreddleSpl0it <[email protected]>
Date
almost 3 years ago
Selected line
469
      )
Open commit View diff
469 )
DerLinkman almost 3 years ago 525364b

Implemented remote Bad AS lookup

Full commit hash
525364ba6541b59f98b4a6becdd09ab541b02729
Author
DerLinkman <[email protected]>
Date
almost 3 years ago
Selected line
470
Open commit View diff
470
FreddleSpl0it almost 3 years ago 5d3491c

[Postfix] only apply DNSBL if dns_blocklists.cf is not empty

Full commit hash
5d3491c80192b14abce7ff71585a0c3b8b786855
Author
FreddleSpl0it <[email protected]>
Date
almost 3 years ago
Selected line
471
    else
Open commit View diff
471 else
same change 5d3491c

[Postfix] only apply DNSBL if dns_blocklists.cf is not empty

Full commit hash
5d3491c80192b14abce7ff71585a0c3b8b786855
Author
FreddleSpl0it <[email protected]>
Date
almost 3 years ago
Selected line
472
      echo -e "\e[31mWe couldn't determine your AS... (maybe DNS/Network issue?) Response Code: $response\e[0m"
Open commit View diff
472 echo -e "\e[31mWe couldn't determine your AS... (maybe DNS/Network issue?) Response Code: $response\e[0m"
same change 5d3491c

[Postfix] only apply DNSBL if dns_blocklists.cf is not empty

Full commit hash
5d3491c80192b14abce7ff71585a0c3b8b786855
Author
FreddleSpl0it <[email protected]>
Date
almost 3 years ago
Selected line
473
      echo -e "\e[33mDeactivating Spamhaus DNS Blocklists to be on the safe site!\e[0m"
Open commit View diff
473 echo -e "\e[33mDeactivating Spamhaus DNS Blocklists to be on the safe site!\e[0m"
same change 5d3491c

[Postfix] only apply DNSBL if dns_blocklists.cf is not empty

Full commit hash
5d3491c80192b14abce7ff71585a0c3b8b786855
Author
FreddleSpl0it <[email protected]>
Date
almost 3 years ago
Selected line
474
      SPAMHAUS_DNSBL_CONFIG=""
Open commit View diff
474 SPAMHAUS_DNSBL_CONFIG=""
same change 5d3491c

[Postfix] only apply DNSBL if dns_blocklists.cf is not empty

Full commit hash
5d3491c80192b14abce7ff71585a0c3b8b786855
Author
FreddleSpl0it <[email protected]>
Date
almost 3 years ago
Selected line
475
    fi
Open commit View diff
475 fi
DerLinkman about 3 years ago 408381b

Update Postfix image to 1.69 + improvements

Full commit hash
408381bddb1fd1b2422aa89398ed5cea04981100
Author
DerLinkman <[email protected]>
Date
about 3 years ago
Selected line
476
  fi
Open commit View diff
476 fi
DerLinkman about 3 years ago 03b7a8d

Implemented Postfix Blocklist generation

Full commit hash
03b7a8d639adad2d380b235955c93c7e508d5e2e
Author
DerLinkman <[email protected]>
Date
about 3 years ago
Selected line
477
fi
Open commit View diff
477 fi
same change 03b7a8d

Implemented Postfix Blocklist generation

Full commit hash
03b7a8d639adad2d380b235955c93c7e508d5e2e
Author
DerLinkman <[email protected]>
Date
about 3 years ago
Selected line
478
Open commit View diff
478
FreddleSpl0it almost 3 years ago c45684b

[Postfix] rework dns_blocklists.cf generation

Full commit hash
c45684b986fbe2f11a492ba44a82351acb097fed
Author
FreddleSpl0it <[email protected]>
Date
almost 3 years ago
Selected line
479
# Reset main.cf
Open commit View diff
479 # Reset main.cf
same change c45684b

[Postfix] rework dns_blocklists.cf generation

Full commit hash
c45684b986fbe2f11a492ba44a82351acb097fed
Author
FreddleSpl0it <[email protected]>
Date
almost 3 years ago
Selected line
480
sed -i '/Overrides/q' /opt/postfix/conf/main.cf
Open commit View diff
480 sed -i '/Overrides/q' /opt/postfix/conf/main.cf
andryyy almost 7 years ago b4f159d

[Postfix] Allow to create an extra.cf file besides main.cf to merge overrides

Full commit hash
b4f159da86a8857bc541f560f1a7572d15a5f3c4
Author
andryyy <[email protected]>
Date
almost 7 years ago
Selected line
481
echo >> /opt/postfix/conf/main.cf
Open commit View diff
481 echo >> /opt/postfix/conf/main.cf
Sébastien RICCIO almost 3 years ago 5e7583c

Fix main.cf merging order

Full commit hash
5e7583c5e622ee264edb188b6259d668b8ad6b85
Author
Sébastien RICCIO <[email protected]>
Date
almost 3 years ago
Selected line
482
# Append postscreen dnsbl sites to main.cf
Open commit View diff
482 # Append postscreen dnsbl sites to main.cf
FreddleSpl0it almost 3 years ago 5d3491c

[Postfix] only apply DNSBL if dns_blocklists.cf is not empty

Full commit hash
5d3491c80192b14abce7ff71585a0c3b8b786855
Author
FreddleSpl0it <[email protected]>
Date
almost 3 years ago
Selected line
483
if [ ! -z "$DNSBL_CONFIG" ]; then
Open commit View diff
483 if [ ! -z "$DNSBL_CONFIG" ]; then
same change 5d3491c

[Postfix] only apply DNSBL if dns_blocklists.cf is not empty

Full commit hash
5d3491c80192b14abce7ff71585a0c3b8b786855
Author
FreddleSpl0it <[email protected]>
Date
almost 3 years ago
Selected line
484
  echo -e "${DNSBL_CONFIG}\n${SPAMHAUS_DNSBL_CONFIG}" >> /opt/postfix/conf/main.cf
Open commit View diff
484 echo -e "${DNSBL_CONFIG}\n${SPAMHAUS_DNSBL_CONFIG}" >> /opt/postfix/conf/main.cf
same change 5d3491c

[Postfix] only apply DNSBL if dns_blocklists.cf is not empty

Full commit hash
5d3491c80192b14abce7ff71585a0c3b8b786855
Author
FreddleSpl0it <[email protected]>
Date
almost 3 years ago
Selected line
485
fi
Open commit View diff
485 fi
Sébastien RICCIO almost 3 years ago 7cda9f0

Fix for fix

Full commit hash
7cda9f063f900f216e32785bdbb2ddb7bdc3814b
Author
Sébastien RICCIO <[email protected]>
Date
almost 3 years ago
Selected line
486
# Append user overrides
Open commit View diff
486 # Append user overrides
FreddleSpl0it almost 3 years ago c45684b

[Postfix] rework dns_blocklists.cf generation

Full commit hash
c45684b986fbe2f11a492ba44a82351acb097fed
Author
FreddleSpl0it <[email protected]>
Date
almost 3 years ago
Selected line
487
echo -e "\n# User Overrides" >> /opt/postfix/conf/main.cf
Open commit View diff
487 echo -e "\n# User Overrides" >> /opt/postfix/conf/main.cf
andryyy over 5 years ago 835c4ee

[Postfix] Fix HELO name

Full commit hash
835c4eebb86a32ab6ff7a1cfe744654265b27028
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
488
touch /opt/postfix/conf/extra.cf
Open commit View diff
488 touch /opt/postfix/conf/extra.cf
Habetdin almost 3 years ago 5bf29e6

[Postfix] fix extra.cf updating

Full commit hash
5bf29e6ac1ecf365828ef8e7bf13833b0ec4fc63
Author
Habetdin <[email protected]>
Date
almost 3 years ago
Selected line
489
sed -i '/\$myhostname/! { /myhostname/d }' /opt/postfix/conf/extra.cf
Open commit View diff
489 sed -i '/\$myhostname/! { /myhostname/d }' /opt/postfix/conf/extra.cf
andryyy over 5 years ago 835c4ee

[Postfix] Fix HELO name

Full commit hash
835c4eebb86a32ab6ff7a1cfe744654265b27028
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
490
echo -e "myhostname = ${MAILCOW_HOSTNAME}\n$(cat /opt/postfix/conf/extra.cf)" > /opt/postfix/conf/extra.cf
Open commit View diff
490 echo -e "myhostname = ${MAILCOW_HOSTNAME}\n$(cat /opt/postfix/conf/extra.cf)" > /opt/postfix/conf/extra.cf
same change 835c4ee

[Postfix] Fix HELO name

Full commit hash
835c4eebb86a32ab6ff7a1cfe744654265b27028
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
491
cat /opt/postfix/conf/extra.cf >> /opt/postfix/conf/main.cf
Open commit View diff
491 cat /opt/postfix/conf/extra.cf >> /opt/postfix/conf/main.cf
andryyy almost 7 years ago b4f159d

[Postfix] Allow to create an extra.cf file besides main.cf to merge overrides

Full commit hash
b4f159da86a8857bc541f560f1a7572d15a5f3c4
Author
andryyy <[email protected]>
Date
almost 7 years ago
Selected line
492
Open commit View diff
492
andryyy over 6 years ago e1fdbba

[Postfix] Add custom_transport.pcre

Full commit hash
e1fdbba0f71fb996b6d9b2dd45044cd05b3691cb
Author
andryyy <[email protected]>
Date
over 6 years ago
Selected line
493
if [ ! -f /opt/postfix/conf/custom_transport.pcre ]; then
Open commit View diff
493 if [ ! -f /opt/postfix/conf/custom_transport.pcre ]; then
same change e1fdbba

[Postfix] Add custom_transport.pcre

Full commit hash
e1fdbba0f71fb996b6d9b2dd45044cd05b3691cb
Author
andryyy <[email protected]>
Date
over 6 years ago
Selected line
494
  echo "Creating dummy custom_transport.pcre"
Open commit View diff
494 echo "Creating dummy custom_transport.pcre"
same change e1fdbba

[Postfix] Add custom_transport.pcre

Full commit hash
e1fdbba0f71fb996b6d9b2dd45044cd05b3691cb
Author
andryyy <[email protected]>
Date
over 6 years ago
Selected line
495
  touch /opt/postfix/conf/custom_transport.pcre
Open commit View diff
495 touch /opt/postfix/conf/custom_transport.pcre
same change e1fdbba

[Postfix] Add custom_transport.pcre

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

[Postfix] Add custom_transport.pcre

Full commit hash
e1fdbba0f71fb996b6d9b2dd45044cd05b3691cb
Author
andryyy <[email protected]>
Date
over 6 years ago
Selected line
497
Open commit View diff
497
andryyy over 6 years ago 06df5f3

[Postfix] Added custom_postscreen_whitelist.cidr for a custom Postscreen wl, fixes #3313

Full commit hash
06df5f301723e9d7151f483355dbeb5024699be3
Author
andryyy <[email protected]>
Date
over 6 years ago
Selected line
498
if [[ ! -f /opt/postfix/conf/custom_postscreen_whitelist.cidr ]]; then
Open commit View diff
498 if [[ ! -f /opt/postfix/conf/custom_postscreen_whitelist.cidr ]]; then
same change 06df5f3

[Postfix] Added custom_postscreen_whitelist.cidr for a custom Postscreen wl, fixes #3313

Full commit hash
06df5f301723e9d7151f483355dbeb5024699be3
Author
andryyy <[email protected]>
Date
over 6 years ago
Selected line
499
  echo "Creating dummy custom_postscreen_whitelist.cidr"
Open commit View diff
499 echo "Creating dummy custom_postscreen_whitelist.cidr"
ValdikSS over 5 years ago 9c55968

Add postscreen whitelist syntax and examples (#3931)

Full commit hash
9c559680a6277cc741b469fb45c156e63dfa02a3
Author
ValdikSS <[email protected]>
Date
over 5 years ago
Selected line
500
  cat <<EOF > /opt/postfix/conf/custom_postscreen_whitelist.cidr
Open commit View diff
500 cat <<EOF > /opt/postfix/conf/custom_postscreen_whitelist.cidr
same change 9c55968

Add postscreen whitelist syntax and examples (#3931)

Full commit hash
9c559680a6277cc741b469fb45c156e63dfa02a3
Author
ValdikSS <[email protected]>
Date
over 5 years ago
Selected line
501
# Autogenerated by mailcow
Open commit View diff
501 # Autogenerated by mailcow
same change 9c55968

Add postscreen whitelist syntax and examples (#3931)

Full commit hash
9c559680a6277cc741b469fb45c156e63dfa02a3
Author
ValdikSS <[email protected]>
Date
over 5 years ago
Selected line
502
# Rules are evaluated in the order as specified.
Open commit View diff
502 # Rules are evaluated in the order as specified.
same change 9c55968

Add postscreen whitelist syntax and examples (#3931)

Full commit hash
9c559680a6277cc741b469fb45c156e63dfa02a3
Author
ValdikSS <[email protected]>
Date
over 5 years ago
Selected line
503
# Blacklist 192.168.* except 192.168.0.1.
Open commit View diff
503 # Blacklist 192.168.* except 192.168.0.1.
same change 9c55968

Add postscreen whitelist syntax and examples (#3931)

Full commit hash
9c559680a6277cc741b469fb45c156e63dfa02a3
Author
ValdikSS <[email protected]>
Date
over 5 years ago
Selected line
504
# 192.168.0.1          permit
Open commit View diff
504 # 192.168.0.1 permit
same change 9c55968

Add postscreen whitelist syntax and examples (#3931)

Full commit hash
9c559680a6277cc741b469fb45c156e63dfa02a3
Author
ValdikSS <[email protected]>
Date
over 5 years ago
Selected line
505
# 192.168.0.0/16       reject
Open commit View diff
505 # 192.168.0.0/16 reject
same change 9c55968

Add postscreen whitelist syntax and examples (#3931)

Full commit hash
9c559680a6277cc741b469fb45c156e63dfa02a3
Author
ValdikSS <[email protected]>
Date
over 5 years ago
Selected line
506
EOF
Open commit View diff
506 EOF
andryyy over 6 years ago 06df5f3

[Postfix] Added custom_postscreen_whitelist.cidr for a custom Postscreen wl, fixes #3313

Full commit hash
06df5f301723e9d7151f483355dbeb5024699be3
Author
andryyy <[email protected]>
Date
over 6 years ago
Selected line
507
fi
Open commit View diff
507 fi
same change 06df5f3

[Postfix] Added custom_postscreen_whitelist.cidr for a custom Postscreen wl, fixes #3313

Full commit hash
06df5f301723e9d7151f483355dbeb5024699be3
Author
andryyy <[email protected]>
Date
over 6 years ago
Selected line
508
Open commit View diff
508
andryyy over 9 years ago 2b955d0

Base on Stretch, add Zeyple

Full commit hash
2b955d08ab31e3aa16c02a596dd9982b80e672f4
Author
andryyy <[email protected]>
Date
over 9 years ago
Selected line
509
# Fix Postfix permissions
Open commit View diff
509 # Fix Postfix permissions
andryyy over 6 years ago e1fdbba

[Postfix] Add custom_transport.pcre

Full commit hash
e1fdbba0f71fb996b6d9b2dd45044cd05b3691cb
Author
andryyy <[email protected]>
Date
over 6 years ago
Selected line
510
chown -R root:postfix /opt/postfix/conf/sql/ /opt/postfix/conf/custom_transport.pcre
Open commit View diff
510 chown -R root:postfix /opt/postfix/conf/sql/ /opt/postfix/conf/custom_transport.pcre
same change e1fdbba

[Postfix] Add custom_transport.pcre

Full commit hash
e1fdbba0f71fb996b6d9b2dd45044cd05b3691cb
Author
andryyy <[email protected]>
Date
over 6 years ago
Selected line
511
chmod 640 /opt/postfix/conf/sql/*.cf /opt/postfix/conf/custom_transport.pcre
Open commit View diff
511 chmod 640 /opt/postfix/conf/sql/*.cf /opt/postfix/conf/custom_transport.pcre
andryyy over 9 years ago 2b955d0

Base on Stretch, add Zeyple

Full commit hash
2b955d08ab31e3aa16c02a596dd9982b80e672f4
Author
andryyy <[email protected]>
Date
over 9 years ago
Selected line
512
chgrp -R postdrop /var/spool/postfix/public
Open commit View diff
512 chgrp -R postdrop /var/spool/postfix/public
same change 2b955d0

Base on Stretch, add Zeyple

Full commit hash
2b955d08ab31e3aa16c02a596dd9982b80e672f4
Author
andryyy <[email protected]>
Date
over 9 years ago
Selected line
513
chgrp -R postdrop /var/spool/postfix/maildrop
Open commit View diff
513 chgrp -R postdrop /var/spool/postfix/maildrop
same change 2b955d0

Base on Stretch, add Zeyple

Full commit hash
2b955d08ab31e3aa16c02a596dd9982b80e672f4
Author
andryyy <[email protected]>
Date
over 9 years ago
Selected line
514
postfix set-permissions
Open commit View diff
514 postfix set-permissions
andryyy over 9 years ago e03136b

Add description to command

Full commit hash
e03136bf214f4f2fdc3050bfbadcd1e549567969
Author
andryyy <[email protected]>
Date
over 9 years ago
Selected line
515
Open commit View diff
515
DerLinkman over 1 year ago aac4c6b

postfix: added master.pid removal and startsecs to supervisord (#6284)

Full commit hash
aac4c6b5f41abd640436fcb75b9376fedfce5d15
Author
DerLinkman <[email protected]>
Date
over 1 year ago
Selected line
516
# Checking if there is a leftover of a crashed postfix container before starting a new one
Open commit View diff
516 # Checking if there is a leftover of a crashed postfix container before starting a new one
same change aac4c6b

postfix: added master.pid removal and startsecs to supervisord (#6284)

Full commit hash
aac4c6b5f41abd640436fcb75b9376fedfce5d15
Author
DerLinkman <[email protected]>
Date
over 1 year ago
Selected line
517
if [ -e /var/spool/postfix/pid/master.pid ]; then
Open commit View diff
517 if [ -e /var/spool/postfix/pid/master.pid ]; then
same change aac4c6b

postfix: added master.pid removal and startsecs to supervisord (#6284)

Full commit hash
aac4c6b5f41abd640436fcb75b9376fedfce5d15
Author
DerLinkman <[email protected]>
Date
over 1 year ago
Selected line
518
  rm -rf /var/spool/postfix/pid/master.pid
Open commit View diff
518 rm -rf /var/spool/postfix/pid/master.pid
same change aac4c6b

postfix: added master.pid removal and startsecs to supervisord (#6284)

Full commit hash
aac4c6b5f41abd640436fcb75b9376fedfce5d15
Author
DerLinkman <[email protected]>
Date
over 1 year ago
Selected line
519
fi
Open commit View diff
519 fi
same change aac4c6b

postfix: added master.pid removal and startsecs to supervisord (#6284)

Full commit hash
aac4c6b5f41abd640436fcb75b9376fedfce5d15
Author
DerLinkman <[email protected]>
Date
over 1 year ago
Selected line
520
Open commit View diff
520
andryyy over 9 years ago e03136b

Add description to command

Full commit hash
e03136bf214f4f2fdc3050bfbadcd1e549567969
Author
andryyy <[email protected]>
Date
over 9 years ago
Selected line
521
# Check Postfix configuration
Open commit View diff
521 # Check Postfix configuration
andryyy almost 7 years ago b4f159d

[Postfix] Allow to create an extra.cf file besides main.cf to merge overrides

Full commit hash
b4f159da86a8857bc541f560f1a7572d15a5f3c4
Author
andryyy <[email protected]>
Date
almost 7 years ago
Selected line
522
postconf -c /opt/postfix/conf > /dev/null
Open commit View diff
522 postconf -c /opt/postfix/conf > /dev/null
andryyy over 9 years ago e03136b

Add description to command

Full commit hash
e03136bf214f4f2fdc3050bfbadcd1e549567969
Author
andryyy <[email protected]>
Date
over 9 years ago
Selected line
523
Open commit View diff
523
andryyy over 9 years ago d891bc8

Docs

Full commit hash
d891bc88945e2be5b2af4a3db6f9ec5457705b7b
Author
andryyy <[email protected]>
Date
over 9 years ago
Selected line
524
if [[ $? != 0 ]]; then
Open commit View diff
524 if [[ $? != 0 ]]; then
andryyy almost 9 years ago e107cbe

[Postfix] Fix sending as alias, when alias is in alias domains, cleanup

Full commit hash
e107cbef5e4d0674df4d4de3836f1c72b84beccc
Author
andryyy <[email protected]>
Date
almost 9 years ago
Selected line
525
  echo "Postfix configuration error, refusing to start."
Open commit View diff
525 echo "Postfix configuration error, refusing to start."
same change e107cbe

[Postfix] Fix sending as alias, when alias is in alias domains, cleanup

Full commit hash
e107cbef5e4d0674df4d4de3836f1c72b84beccc
Author
andryyy <[email protected]>
Date
almost 9 years ago
Selected line
526
  exit 1
Open commit View diff
526 exit 1
andryyy over 9 years ago d891bc8

Docs

Full commit hash
d891bc88945e2be5b2af4a3db6f9ec5457705b7b
Author
andryyy <[email protected]>
Date
over 9 years ago
Selected line
527
else
Open commit View diff
527 else
andryyy almost 9 years ago e107cbe

[Postfix] Fix sending as alias, when alias is in alias domains, cleanup

Full commit hash
e107cbef5e4d0674df4d4de3836f1c72b84beccc
Author
andryyy <[email protected]>
Date
almost 9 years ago
Selected line
528
  postfix -c /opt/postfix/conf start
Open commit View diff
528 postfix -c /opt/postfix/conf start
same change e107cbe

[Postfix] Fix sending as alias, when alias is in alias domains, cleanup

Full commit hash
e107cbef5e4d0674df4d4de3836f1c72b84beccc
Author
andryyy <[email protected]>
Date
almost 9 years ago
Selected line
529
  sleep 126144000
Open commit View diff
529 sleep 126144000
Josh 8 months ago 0413d26

Allow making spam aliases permanent (#6888)

Full commit hash
0413d268552b845916b94eda54bc3dba0ee12798
Author
Josh <[email protected]>
Date
8 months ago
Selected line
530
fi
Open commit View diff
530 fi