public
nobgit
read
NobMail
Based on mailcow: dockerized
Languages
Repository composition by tracked source files.
PHP
49%
JavaScript
35%
HTML
9%
CSS
4%
Shell
2%
Python
1%
Lua
0%
Perl
0%
Ruby
0%
SCSS
0%
Create file
Wiki Documentation
Clone
https://nobgit.com/orgs/nobgit/nobmail.git
ssh://[email protected]:2222/orgs/nobgit/nobmail.git
Trace
data/Dockerfiles/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
#!/bin/bash
same change
d891bc8
Docs
- Full commit hash
d891bc88945e2be5b2af4a3db6f9ec5457705b7b- Author
- andryyy <[email protected]>
- Date
- over 9 years ago
- Selected line
- 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
trap "postfix stop" EXIT
same change
d891bc8
Docs
- Full commit hash
d891bc88945e2be5b2af4a3db6f9ec5457705b7b- Author
- andryyy <[email protected]>
- Date
- over 9 years ago
- Selected line
- 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/
[[ ! -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
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
# 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
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..."
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
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
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
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
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..."
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
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
done
same change
c75fd9a
[Postfix] Wait for DNS
- Full commit hash
c75fd9ac407c451a606f0dac137a0c74b7460a94- Author
- andryyy <[email protected]>
- Date
- over 6 years ago
- Selected line
- 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
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
# 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
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
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"
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"
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
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;
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
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
# 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
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
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
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;
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
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
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;
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
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")"
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
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;
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;
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
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
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
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;
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
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
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
# 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}
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}
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
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}
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
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'
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 (
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
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'
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'
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')
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
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'
), '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
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
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
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
# 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}
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}
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
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}
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
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 (
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
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
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'
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
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
)
)
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 (
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'
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
)
)
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;
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
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
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
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
# 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}
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}
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
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}
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'
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
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
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
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
# 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}
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}
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
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}
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(
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
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
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'
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 (
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
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'
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
)
)
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'
) 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';
), '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
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
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
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
# 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}
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}
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
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}
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
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 (
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
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
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'
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 (
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
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'
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
)
)
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
)
)
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'
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'
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'
), '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
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(
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
(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
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'
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 (
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
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
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'
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'
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 '@%%'
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
)
)
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
)
)
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
),
),
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
(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
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'
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'
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 (
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
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'
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
)
)
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
)
)
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
)
)
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
)
)
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;
) 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
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
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
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
# 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}
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}
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
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}
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
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'
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';
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
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
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
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
# 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}
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}
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
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}
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
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';
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
EOF
same change
e25e9c7
[Postfix] Create resource maps
- Full commit hash
e25e9c7b4002e985bf93f095f7aef9ca1b56be2b- Author
- andryyy <[email protected]>
- Date
- about 7 years ago
- Selected line
- 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
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
# 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}
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}
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
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}
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
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 (
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(
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
(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
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'
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'
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 (
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
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'
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
)
)
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
)
)
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
),
),
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
(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
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'
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 (
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 (
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
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
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'
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'
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 '@%%'
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
)
)
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
)
)
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
)
)
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
)
)
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
)
)
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'
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 != '';
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
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
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
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
# 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}
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}
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
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}
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
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'
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'
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 != ''
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;
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
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
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
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
# 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}
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}
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
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}
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
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'
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)
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')
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'
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
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
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
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
# 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}
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}
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
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}
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
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'
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');
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
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
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
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
# 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}
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}
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
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}
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
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'
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'
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';
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
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
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
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
# 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}
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}
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
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}
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
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'
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'
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';
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
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
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
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
# 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}
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}
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
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}
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
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'
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';
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
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
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
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
# 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}
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}
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
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}
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'
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
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
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'
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'
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'
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
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
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
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
# 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}
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}
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
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}
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')
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
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
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
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
# 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}
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}
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
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}
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'
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
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
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
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
# 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}
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}
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
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}
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.
# 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
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 (
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 (
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
(
(
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
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'
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')
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'
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
), (
), (
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
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'
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')
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'
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
)
)
same change
b985ba4
Improve send-as behaviour
- Full commit hash
b985ba4f0e2f9c6b658413d38fa08b7aa4e985ea- Author
- macwinnie <[email protected]>
- Date
- almost 4 years ago
- Selected line
- 339
)
)
same change
b985ba4
Improve send-as behaviour
- Full commit hash
b985ba4f0e2f9c6b658413d38fa08b7aa4e985ea- Author
- macwinnie <[email protected]>
- Date
- almost 4 years ago
- Selected line
- 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'
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'
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
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
(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'
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')
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 (
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
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'
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'
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
)
)
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
)
)
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
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
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'
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'
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='*'
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 (
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
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')
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 (
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
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')
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 (
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
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')
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
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
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'
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)
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')
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';
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
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
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
# 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
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
# 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}
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}
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
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}
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
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
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'
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';
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
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
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
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
# 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}
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}
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
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}
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
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'
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)
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
EOF
andryyy
over 9 years ago
d891bc8
Docs
- Full commit hash
d891bc88945e2be5b2af4a3db6f9ec5457705b7b- Author
- andryyy <[email protected]>
- Date
- over 9 years ago
- Selected line
- 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
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
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.
# 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.
# 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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
# 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
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
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')
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
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
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"
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
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"
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"
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
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
${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
${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
${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
${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
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
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
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
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
# 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
${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
${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
${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
${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
${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
${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
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
)
)
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
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
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
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
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")
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
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"
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"
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=""
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
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"
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"
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
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
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
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
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
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
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
)
)
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
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
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"
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"
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=""
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
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
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
fi
same change
03b7a8d
Implemented Postfix Blocklist generation
- Full commit hash
03b7a8d639adad2d380b235955c93c7e508d5e2e- Author
- DerLinkman <[email protected]>
- Date
- about 3 years ago
- Selected line
- 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
# 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
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
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
# 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
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
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
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
# 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
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
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
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
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
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
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
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"
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
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
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
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
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"
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
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
# 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.
# 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.
# 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
# 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
# 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
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
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
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
# 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
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
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
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
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
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
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
# 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
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
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
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
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
# 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
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
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
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."
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
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
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
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
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
fi