NobGit
public nobgit read

NobMail

Based on mailcow: dockerized

Languages

Repository composition by tracked source files.

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

Trace

data/Dockerfiles/sogo/bootstrap-sogo.sh

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

bootstrap-sogo.sh on main
Author Date Commit Line Code
andryyy over 9 years ago d891bc8

Docs

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

Docs

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

Docs

Full commit hash
d891bc88945e2be5b2af4a3db6f9ec5457705b7b
Author
andryyy <[email protected]>
Date
over 9 years ago
Selected line
3
# Wait for MySQL to warm-up
Open commit View diff
3 # 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
4
while ! mariadb-admin status --ssl=false --socket=/var/run/mysqld/mysqld.sock -u${DBUSER} -p${DBPASS} --silent; do
Open commit View diff
4 while ! mariadb-admin status --ssl=false --socket=/var/run/mysqld/mysqld.sock -u${DBUSER} -p${DBPASS} --silent; do
Michael Kuron over 8 years ago cde250a

Properly wait for MySQL to come up before starting SOGo

Full commit hash
cde250a989e9a9d72c6856663e383d0a8e73d770
Author
Michael Kuron <[email protected]>
Date
over 8 years ago
Selected line
5
  echo "Waiting for database to come up..."
Open commit View diff
5 echo "Waiting for database to come up..."
same change cde250a

Properly wait for MySQL to come up before starting SOGo

Full commit hash
cde250a989e9a9d72c6856663e383d0a8e73d770
Author
Michael Kuron <[email protected]>
Date
over 8 years ago
Selected line
6
  sleep 2
Open commit View diff
6 sleep 2
same change cde250a

Properly wait for MySQL to come up before starting SOGo

Full commit hash
cde250a989e9a9d72c6856663e383d0a8e73d770
Author
Michael Kuron <[email protected]>
Date
over 8 years ago
Selected line
7
done
Open commit View diff
7 done
andryyy over 9 years ago d891bc8

Docs

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

[SOGo] Rename reconf-domains to bootstrap-sogo and exec sogod after a successful bootstrap; Wait for SOGo to die and free listener

Full commit hash
b629089ff8d0947b12ccf5054c3a9f06ca041da7
Author
andryyy <[email protected]>
Date
almost 9 years ago
Selected line
9
# Wait until port becomes free and send sig
Open commit View diff
9 # Wait until port becomes free and send sig
same change b629089

[SOGo] Rename reconf-domains to bootstrap-sogo and exec sogod after a successful bootstrap; Wait for SOGo to die and free listener

Full commit hash
b629089ff8d0947b12ccf5054c3a9f06ca041da7
Author
andryyy <[email protected]>
Date
almost 9 years ago
Selected line
10
until ! nc -z sogo-mailcow 20000;
Open commit View diff
10 until ! nc -z sogo-mailcow 20000;
same change b629089

[SOGo] Rename reconf-domains to bootstrap-sogo and exec sogod after a successful bootstrap; Wait for SOGo to die and free listener

Full commit hash
b629089ff8d0947b12ccf5054c3a9f06ca041da7
Author
andryyy <[email protected]>
Date
almost 9 years ago
Selected line
11
do
Open commit View diff
11 do
André about 8 years ago cfb0d3b

[SOGo] Create a sogo_update_password trigger in SQL

Full commit hash
cfb0d3b62caaa42154e459467361411ba3d0568e
Author
André <[email protected]>
Date
about 8 years ago
Selected line
12
  killall -TERM sogod
Open commit View diff
12 killall -TERM sogod
same change cfb0d3b

[SOGo] Create a sogo_update_password trigger in SQL

Full commit hash
cfb0d3b62caaa42154e459467361411ba3d0568e
Author
André <[email protected]>
Date
about 8 years ago
Selected line
13
  sleep 3
Open commit View diff
13 sleep 3
andryyy almost 9 years ago b629089

[SOGo] Rename reconf-domains to bootstrap-sogo and exec sogod after a successful bootstrap; Wait for SOGo to die and free listener

Full commit hash
b629089ff8d0947b12ccf5054c3a9f06ca041da7
Author
andryyy <[email protected]>
Date
almost 9 years ago
Selected line
14
done
Open commit View diff
14 done
same change b629089

[SOGo] Rename reconf-domains to bootstrap-sogo and exec sogod after a successful bootstrap; Wait for SOGo to die and free listener

Full commit hash
b629089ff8d0947b12ccf5054c3a9f06ca041da7
Author
andryyy <[email protected]>
Date
almost 9 years ago
Selected line
15
Open commit View diff
15
andryyy over 7 years ago f011db3

[SOGo] Wait for updated db schema before bootstrapping

Full commit hash
f011db317ef64e84b2c8696007415829d292ba61
Author
andryyy <[email protected]>
Date
over 7 years ago
Selected line
16
# Wait for updated schema
Open commit View diff
16 # Wait for updated schema
DerLinkman over 1 year ago 2f93f1d

os: fixes for newer mariadb-client versions (especially on alpine 3.21)

Full commit hash
2f93f1d0c5b9642190c1358a03038be4c3f4bb43
Author
DerLinkman <[email protected]>
Date
over 1 year ago
Selected line
17
DBV_NOW=$(mariadb --skip-ssl --socket=/var/run/mysqld/mysqld.sock -u ${DBUSER} -p${DBPASS} ${DBNAME} -e "SELECT version FROM versions WHERE application = 'db_schema';" -BN)
Open commit View diff
17 DBV_NOW=$(mariadb --skip-ssl --socket=/var/run/mysqld/mysqld.sock -u ${DBUSER} -p${DBPASS} ${DBNAME} -e "SELECT version FROM versions WHERE application = 'db_schema';" -BN)
andryyy over 7 years ago f011db3

[SOGo] Wait for updated db schema before bootstrapping

Full commit hash
f011db317ef64e84b2c8696007415829d292ba61
Author
andryyy <[email protected]>
Date
over 7 years ago
Selected line
18
DBV_NEW=$(grep -oE '\$db_version = .*;' init_db.inc.php | sed 's/$db_version = //g;s/;//g' | cut -d \" -f2)
Open commit View diff
18 DBV_NEW=$(grep -oE '\$db_version = .*;' init_db.inc.php | sed 's/$db_version = //g;s/;//g' | cut -d \" -f2)
andryyy over 6 years ago 76d75ed

[SOGo] Fix for whitespaces in mysql return; Order aliases

Full commit hash
76d75edb644ddf6416c9275d4c635fafa7c22cd1
Author
andryyy <[email protected]>
Date
over 6 years ago
Selected line
19
while [[ "${DBV_NOW}" != "${DBV_NEW}" ]]; do
Open commit View diff
19 while [[ "${DBV_NOW}" != "${DBV_NEW}" ]]; do
andryyy over 7 years ago f011db3

[SOGo] Wait for updated db schema before bootstrapping

Full commit hash
f011db317ef64e84b2c8696007415829d292ba61
Author
andryyy <[email protected]>
Date
over 7 years ago
Selected line
20
  echo "Waiting for schema update..."
Open commit View diff
20 echo "Waiting for schema update..."
DerLinkman over 1 year ago 2f93f1d

os: fixes for newer mariadb-client versions (especially on alpine 3.21)

Full commit hash
2f93f1d0c5b9642190c1358a03038be4c3f4bb43
Author
DerLinkman <[email protected]>
Date
over 1 year ago
Selected line
21
  DBV_NOW=$(mariadb --skip-ssl --socket=/var/run/mysqld/mysqld.sock -u ${DBUSER} -p${DBPASS} ${DBNAME} -e "SELECT version FROM versions WHERE application = 'db_schema';" -BN)
Open commit View diff
21 DBV_NOW=$(mariadb --skip-ssl --socket=/var/run/mysqld/mysqld.sock -u ${DBUSER} -p${DBPASS} ${DBNAME} -e "SELECT version FROM versions WHERE application = 'db_schema';" -BN)
andryyy over 7 years ago f011db3

[SOGo] Wait for updated db schema before bootstrapping

Full commit hash
f011db317ef64e84b2c8696007415829d292ba61
Author
andryyy <[email protected]>
Date
over 7 years ago
Selected line
22
  DBV_NEW=$(grep -oE '\$db_version = .*;' init_db.inc.php | sed 's/$db_version = //g;s/;//g' | cut -d \" -f2)
Open commit View diff
22 DBV_NEW=$(grep -oE '\$db_version = .*;' init_db.inc.php | sed 's/$db_version = //g;s/;//g' | cut -d \" -f2)
same change f011db3

[SOGo] Wait for updated db schema before bootstrapping

Full commit hash
f011db317ef64e84b2c8696007415829d292ba61
Author
andryyy <[email protected]>
Date
over 7 years ago
Selected line
23
  sleep 5
Open commit View diff
23 sleep 5
same change f011db3

[SOGo] Wait for updated db schema before bootstrapping

Full commit hash
f011db317ef64e84b2c8696007415829d292ba61
Author
andryyy <[email protected]>
Date
over 7 years ago
Selected line
24
done
Open commit View diff
24 done
same change f011db3

[SOGo] Wait for updated db schema before bootstrapping

Full commit hash
f011db317ef64e84b2c8696007415829d292ba61
Author
andryyy <[email protected]>
Date
over 7 years ago
Selected line
25
echo "DB schema is ${DBV_NOW}"
Open commit View diff
25 echo "DB schema is ${DBV_NOW}"
same change f011db3

[SOGo] Wait for updated db schema before bootstrapping

Full commit hash
f011db317ef64e84b2c8696007415829d292ba61
Author
andryyy <[email protected]>
Date
over 7 years ago
Selected line
26
Open commit View diff
26
FreddleSpl0it 10 months ago 0d900d4

[SOGo] Drop deprecated `sogo_update_password` sql trigger if it still exists

Full commit hash
0d900d4fc8559072c5365f374f6025ebe1961638
Author
FreddleSpl0it <[email protected]>
Date
10 months ago
Selected line
27
if [[ "${MASTER}" =~ ^([yY][eE][sS]|[yY])+$ ]]; then
Open commit View diff
27 if [[ "${MASTER}" =~ ^([yY][eE][sS]|[yY])+$ ]]; then
same change 0d900d4

[SOGo] Drop deprecated `sogo_update_password` sql trigger if it still exists

Full commit hash
0d900d4fc8559072c5365f374f6025ebe1961638
Author
FreddleSpl0it <[email protected]>
Date
10 months ago
Selected line
28
  mariadb --skip-ssl --socket=/var/run/mysqld/mysqld.sock -u ${DBUSER} -p${DBPASS} ${DBNAME} -e "DROP TRIGGER IF EXISTS sogo_update_password"
Open commit View diff
28 mariadb --skip-ssl --socket=/var/run/mysqld/mysqld.sock -u ${DBUSER} -p${DBPASS} ${DBNAME} -e "DROP TRIGGER IF EXISTS sogo_update_password"
same change 0d900d4

[SOGo] Drop deprecated `sogo_update_password` sql trigger if it still exists

Full commit hash
0d900d4fc8559072c5365f374f6025ebe1961638
Author
FreddleSpl0it <[email protected]>
Date
10 months ago
Selected line
29
fi
Open commit View diff
29 fi
same change 0d900d4

[SOGo] Drop deprecated `sogo_update_password` sql trigger if it still exists

Full commit hash
0d900d4fc8559072c5365f374f6025ebe1961638
Author
FreddleSpl0it <[email protected]>
Date
10 months ago
Selected line
30
Open commit View diff
30
Marcel Hofer over 7 years ago e2f39df

remove obsolete code, use openssl instead of `cat /dev/urandom`

Full commit hash
e2f39df7d84c96885e807c2216b8b062dcc75ebe
Author
Marcel Hofer <[email protected]>
Date
over 7 years ago
Selected line
31
# cat /dev/urandom seems to hang here occasionally and is not recommended anyway, better use openssl
Open commit View diff
31 # cat /dev/urandom seems to hang here occasionally and is not recommended anyway, better use openssl
same change e2f39df

remove obsolete code, use openssl instead of `cat /dev/urandom`

Full commit hash
e2f39df7d84c96885e807c2216b8b062dcc75ebe
Author
Marcel Hofer <[email protected]>
Date
over 7 years ago
Selected line
32
RAND_PASS=$(openssl rand -base64 16 | tr -dc _A-Z-a-z-0-9)
Open commit View diff
32 RAND_PASS=$(openssl rand -base64 16 | tr -dc _A-Z-a-z-0-9)
Marcel Hofer over 7 years ago dd6d253

add random masterpass for sogo admin login

Full commit hash
dd6d253ac07e40bc8e4b6e9f5f53ef208c0b18cb
Author
Marcel Hofer <[email protected]>
Date
over 7 years ago
Selected line
33
Open commit View diff
33
andryyy over 9 years ago d891bc8

Docs

Full commit hash
d891bc88945e2be5b2af4a3db6f9ec5457705b7b
Author
andryyy <[email protected]>
Date
over 9 years ago
Selected line
34
# Generate plist header with timezone data
Open commit View diff
34 # Generate plist header with timezone data
Marcel Hofer over 7 years ago e2f39df

remove obsolete code, use openssl instead of `cat /dev/urandom`

Full commit hash
e2f39df7d84c96885e807c2216b8b062dcc75ebe
Author
Marcel Hofer <[email protected]>
Date
over 7 years ago
Selected line
35
mkdir -p /var/lib/sogo/GNUstep/Defaults/
Open commit View diff
35 mkdir -p /var/lib/sogo/GNUstep/Defaults/
andryyy over 9 years ago d891bc8

Docs

Full commit hash
d891bc88945e2be5b2af4a3db6f9ec5457705b7b
Author
andryyy <[email protected]>
Date
over 9 years ago
Selected line
36
cat <<EOF > /var/lib/sogo/GNUstep/Defaults/sogod.plist
Open commit View diff
36 cat <<EOF > /var/lib/sogo/GNUstep/Defaults/sogod.plist
same change d891bc8

Docs

Full commit hash
d891bc88945e2be5b2af4a3db6f9ec5457705b7b
Author
andryyy <[email protected]>
Date
over 9 years ago
Selected line
37
<?xml version="1.0" encoding="UTF-8"?>
Open commit View diff
37 <?xml version="1.0" encoding="UTF-8"?>
same change d891bc8

Docs

Full commit hash
d891bc88945e2be5b2af4a3db6f9ec5457705b7b
Author
andryyy <[email protected]>
Date
over 9 years ago
Selected line
38
<!DOCTYPE plist PUBLIC "-//GNUstep//DTD plist 0.9//EN" "http://www.gnustep.org/plist-0_9.xml">
Open commit View diff
38 <!DOCTYPE plist PUBLIC "-//GNUstep//DTD plist 0.9//EN" "http://www.gnustep.org/plist-0_9.xml">
same change d891bc8

Docs

Full commit hash
d891bc88945e2be5b2af4a3db6f9ec5457705b7b
Author
andryyy <[email protected]>
Date
over 9 years ago
Selected line
39
<plist version="0.9">
Open commit View diff
39 <plist version="0.9">
same change d891bc8

Docs

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

Docs

Full commit hash
d891bc88945e2be5b2af4a3db6f9ec5457705b7b
Author
andryyy <[email protected]>
Date
over 9 years ago
Selected line
41
    <key>OCSAclURL</key>
Open commit View diff
41 <key>OCSAclURL</key>
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
42
    <string>mysql://${DBUSER}:${DBPASS}@%2Fvar%2Frun%2Fmysqld%2Fmysqld.sock/${DBNAME}/sogo_acl</string>
Open commit View diff
42 <string>mysql://${DBUSER}:${DBPASS}@%2Fvar%2Frun%2Fmysqld%2Fmysqld.sock/${DBNAME}/sogo_acl</string>
andryyy over 7 years ago 57312ad

[Compose] Add ALLOW_ADMIN_EMAIL_LOGIN to sogo-mailcow to trigger bootstrap on change

Full commit hash
57312ad605b1e0b2a996b07cde6280299ae8025c
Author
andryyy <[email protected]>
Date
over 7 years ago
Selected line
43
    <key>SOGoIMAPServer</key>
Open commit View diff
43 <key>SOGoIMAPServer</key>
andryyy almost 6 years ago c3c9834

[SOGo] Re-enable TLS for internal IMAP connections, enable TLS for internal SMTP connections

Full commit hash
c3c98348e2cf22cff70952e6ba95b91abbcf66b6
Author
andryyy <[email protected]>
Date
almost 6 years ago
Selected line
44
    <string>imap://${IPV4_NETWORK}.250:143/?TLS=YES&amp;tlsVerifyMode=none</string>
Open commit View diff
44 <string>imap://${IPV4_NETWORK}.250:143/?TLS=YES&amp;tlsVerifyMode=none</string>
FreddleSpl0it almost 4 years ago 72e204f

fix sogo bugs after 2022-08 update

Full commit hash
72e204f8fdec80ef4692a070bff35b6c8645d57d
Author
FreddleSpl0it <[email protected]>
Date
almost 4 years ago
Selected line
45
    <key>SOGoSieveServer</key>
Open commit View diff
45 <key>SOGoSieveServer</key>
same change 72e204f

fix sogo bugs after 2022-08 update

Full commit hash
72e204f8fdec80ef4692a070bff35b6c8645d57d
Author
FreddleSpl0it <[email protected]>
Date
almost 4 years ago
Selected line
46
    <string>sieve://${IPV4_NETWORK}.250:4190/?TLS=YES&amp;tlsVerifyMode=none</string>
Open commit View diff
46 <string>sieve://${IPV4_NETWORK}.250:4190/?TLS=YES&amp;tlsVerifyMode=none</string>
same change 72e204f

fix sogo bugs after 2022-08 update

Full commit hash
72e204f8fdec80ef4692a070bff35b6c8645d57d
Author
FreddleSpl0it <[email protected]>
Date
almost 4 years ago
Selected line
47
    <key>SOGoSMTPServer</key>
Open commit View diff
47 <key>SOGoSMTPServer</key>
FreddleSpl0it almost 4 years ago 8f6099e

add &amp; to smtp url

Full commit hash
8f6099e3e4044e60e8f966ed5f29f840aee2bd8e
Author
FreddleSpl0it <[email protected]>
Date
almost 4 years ago
Selected line
48
    <string>smtp://${IPV4_NETWORK}.253:588/?TLS=YES&amp;tlsVerifyMode=none</string>
Open commit View diff
48 <string>smtp://${IPV4_NETWORK}.253:588/?TLS=YES&amp;tlsVerifyMode=none</string>
Marcel Hofer over 7 years ago dd6d253

add random masterpass for sogo admin login

Full commit hash
dd6d253ac07e40bc8e4b6e9f5f53ef208c0b18cb
Author
Marcel Hofer <[email protected]>
Date
over 7 years ago
Selected line
49
    <key>SOGoTrustProxyAuthentication</key>
Open commit View diff
49 <key>SOGoTrustProxyAuthentication</key>
andryyy about 5 years ago 1cedef1

[SOGo] Add trusted proxy by default

Full commit hash
1cedef173f42bb2c3d9345c067e4600f7dc77533
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
50
    <string>YES</string>
Open commit View diff
50 <string>YES</string>
Marcel Hofer over 7 years ago dd6d253

add random masterpass for sogo admin login

Full commit hash
dd6d253ac07e40bc8e4b6e9f5f53ef208c0b18cb
Author
Marcel Hofer <[email protected]>
Date
over 7 years ago
Selected line
51
    <key>SOGoEncryptionKey</key>
Open commit View diff
51 <key>SOGoEncryptionKey</key>
same change dd6d253

add random masterpass for sogo admin login

Full commit hash
dd6d253ac07e40bc8e4b6e9f5f53ef208c0b18cb
Author
Marcel Hofer <[email protected]>
Date
over 7 years ago
Selected line
52
    <string>${RAND_PASS}</string>
Open commit View diff
52 <string>${RAND_PASS}</string>
FreddleSpl0it about 2 years ago f7ae2a6

[Nightly][SOGo] Update 5.10.0

Full commit hash
f7ae2a6162958907bbfdd2df5237f343564080c8
Author
FreddleSpl0it <[email protected]>
Date
about 2 years ago
Selected line
53
    <key>OCSAdminURL</key>
Open commit View diff
53 <key>OCSAdminURL</key>
same change f7ae2a6

[Nightly][SOGo] Update 5.10.0

Full commit hash
f7ae2a6162958907bbfdd2df5237f343564080c8
Author
FreddleSpl0it <[email protected]>
Date
about 2 years ago
Selected line
54
    <string>mysql://${DBUSER}:${DBPASS}@%2Fvar%2Frun%2Fmysqld%2Fmysqld.sock/${DBNAME}/sogo_admin</string>
Open commit View diff
54 <string>mysql://${DBUSER}:${DBPASS}@%2Fvar%2Frun%2Fmysqld%2Fmysqld.sock/${DBNAME}/sogo_admin</string>
andryyy over 9 years ago d891bc8

Docs

Full commit hash
d891bc88945e2be5b2af4a3db6f9ec5457705b7b
Author
andryyy <[email protected]>
Date
over 9 years ago
Selected line
55
    <key>OCSCacheFolderURL</key>
Open commit View diff
55 <key>OCSCacheFolderURL</key>
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
56
    <string>mysql://${DBUSER}:${DBPASS}@%2Fvar%2Frun%2Fmysqld%2Fmysqld.sock/${DBNAME}/sogo_cache_folder</string>
Open commit View diff
56 <string>mysql://${DBUSER}:${DBPASS}@%2Fvar%2Frun%2Fmysqld%2Fmysqld.sock/${DBNAME}/sogo_cache_folder</string>
andryyy over 9 years ago d891bc8

Docs

Full commit hash
d891bc88945e2be5b2af4a3db6f9ec5457705b7b
Author
andryyy <[email protected]>
Date
over 9 years ago
Selected line
57
    <key>OCSEMailAlarmsFolderURL</key>
Open commit View diff
57 <key>OCSEMailAlarmsFolderURL</key>
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
58
    <string>mysql://${DBUSER}:${DBPASS}@%2Fvar%2Frun%2Fmysqld%2Fmysqld.sock/${DBNAME}/sogo_alarms_folder</string>
Open commit View diff
58 <string>mysql://${DBUSER}:${DBPASS}@%2Fvar%2Frun%2Fmysqld%2Fmysqld.sock/${DBNAME}/sogo_alarms_folder</string>
andryyy over 9 years ago d891bc8

Docs

Full commit hash
d891bc88945e2be5b2af4a3db6f9ec5457705b7b
Author
andryyy <[email protected]>
Date
over 9 years ago
Selected line
59
    <key>OCSFolderInfoURL</key>
Open commit View diff
59 <key>OCSFolderInfoURL</key>
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
60
    <string>mysql://${DBUSER}:${DBPASS}@%2Fvar%2Frun%2Fmysqld%2Fmysqld.sock/${DBNAME}/sogo_folder_info</string>
Open commit View diff
60 <string>mysql://${DBUSER}:${DBPASS}@%2Fvar%2Frun%2Fmysqld%2Fmysqld.sock/${DBNAME}/sogo_folder_info</string>
andryyy over 9 years ago d891bc8

Docs

Full commit hash
d891bc88945e2be5b2af4a3db6f9ec5457705b7b
Author
andryyy <[email protected]>
Date
over 9 years ago
Selected line
61
    <key>OCSSessionsFolderURL</key>
Open commit View diff
61 <key>OCSSessionsFolderURL</key>
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
62
    <string>mysql://${DBUSER}:${DBPASS}@%2Fvar%2Frun%2Fmysqld%2Fmysqld.sock/${DBNAME}/sogo_sessions_folder</string>
Open commit View diff
62 <string>mysql://${DBUSER}:${DBPASS}@%2Fvar%2Frun%2Fmysqld%2Fmysqld.sock/${DBNAME}/sogo_sessions_folder</string>
andryyy over 9 years ago d891bc8

Docs

Full commit hash
d891bc88945e2be5b2af4a3db6f9ec5457705b7b
Author
andryyy <[email protected]>
Date
over 9 years ago
Selected line
63
    <key>OCSStoreURL</key>
Open commit View diff
63 <key>OCSStoreURL</key>
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
64
    <string>mysql://${DBUSER}:${DBPASS}@%2Fvar%2Frun%2Fmysqld%2Fmysqld.sock/${DBNAME}/sogo_store</string>
Open commit View diff
64 <string>mysql://${DBUSER}:${DBPASS}@%2Fvar%2Frun%2Fmysqld%2Fmysqld.sock/${DBNAME}/sogo_store</string>
andryyy over 9 years ago d891bc8

Docs

Full commit hash
d891bc88945e2be5b2af4a3db6f9ec5457705b7b
Author
andryyy <[email protected]>
Date
over 9 years ago
Selected line
65
    <key>SOGoProfileURL</key>
Open commit View diff
65 <key>SOGoProfileURL</key>
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
    <string>mysql://${DBUSER}:${DBPASS}@%2Fvar%2Frun%2Fmysqld%2Fmysqld.sock/${DBNAME}/sogo_user_profile</string>
Open commit View diff
66 <string>mysql://${DBUSER}:${DBPASS}@%2Fvar%2Frun%2Fmysqld%2Fmysqld.sock/${DBNAME}/sogo_user_profile</string>
andryyy over 9 years ago d891bc8

Docs

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

Docs

Full commit hash
d891bc88945e2be5b2af4a3db6f9ec5457705b7b
Author
andryyy <[email protected]>
Date
over 9 years ago
Selected line
68
    <string>${TZ}</string>
Open commit View diff
68 <string>${TZ}</string>
same change d891bc8

Docs

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

Docs

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

Docs

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

Docs

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

Docs

Full commit hash
d891bc88945e2be5b2af4a3db6f9ec5457705b7b
Author
andryyy <[email protected]>
Date
over 9 years ago
Selected line
73
# Generate multi-domain setup
Open commit View diff
73 # Generate multi-domain setup
andryyy over 7 years ago 62ccd42

[SOGo] Allow to turn off GAL for each domain

Full commit hash
62ccd4215e38c5411e1f11f9998bdc1bb7cb3910
Author
andryyy <[email protected]>
Date
over 7 years ago
Selected line
74
while read -r line gal
Open commit View diff
74 while read -r line gal
andryyy over 7 years ago 9acd9c7

[SOGo] Read plist_ldap for dual auth via ldap, unsupported

Full commit hash
9acd9c719d2b22bd353f0d13602c989a7aa9c33e
Author
andryyy <[email protected]>
Date
over 7 years ago
Selected line
75
  do
Open commit View diff
75 do
same change 9acd9c7

[SOGo] Read plist_ldap for dual auth via ldap, unsupported

Full commit hash
9acd9c719d2b22bd353f0d13602c989a7aa9c33e
Author
andryyy <[email protected]>
Date
over 7 years ago
Selected line
76
  echo "        <key>${line}</key>
Open commit View diff
76 echo " <key>${line}</key>
andryyy over 9 years ago d891bc8

Docs

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

Docs

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

Docs

Full commit hash
d891bc88945e2be5b2af4a3db6f9ec5457705b7b
Author
andryyy <[email protected]>
Date
over 9 years ago
Selected line
79
            <string>${line}</string>
Open commit View diff
79 <string>${line}</string>
same change d891bc8

Docs

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

Docs

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

Docs

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

Docs

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

Docs

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

Docs

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

Docs

Full commit hash
d891bc88945e2be5b2af4a3db6f9ec5457705b7b
Author
andryyy <[email protected]>
Date
over 9 years ago
Selected line
86
                        <string>ad_aliases</string>
Open commit View diff
86 <string>ad_aliases</string>
andryyy almost 7 years ago e6609ff

[SOGo] Add ext_acl to SOGo view to allow to select external sender addresses

Full commit hash
e6609ffe5c748df91994611a7213c8c870d3037b
Author
andryyy <[email protected]>
Date
almost 7 years ago
Selected line
87
                        <string>ext_acl</string>
Open commit View diff
87 <string>ext_acl</string>
andryyy over 9 years ago d891bc8

Docs

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

Docs

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

Docs

Full commit hash
d891bc88945e2be5b2af4a3db6f9ec5457705b7b
Author
andryyy <[email protected]>
Date
over 9 years ago
Selected line
90
                    <string>kind</string>
Open commit View diff
90 <string>kind</string>
andryyy over 9 years ago 489b1ff

Fix domain visibility in SOGo (domains should _not_ see each other)

Full commit hash
489b1ff1c06dd62588abc53221f36c036c89881f
Author
andryyy <[email protected]>
Date
over 9 years ago
Selected line
91
                    <key>DomainFieldName</key>
Open commit View diff
91 <key>DomainFieldName</key>
same change 489b1ff

Fix domain visibility in SOGo (domains should _not_ see each other)

Full commit hash
489b1ff1c06dd62588abc53221f36c036c89881f
Author
andryyy <[email protected]>
Date
over 9 years ago
Selected line
92
                    <string>domain</string>
Open commit View diff
92 <string>domain</string>
andryyy over 9 years ago d891bc8

Docs

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

Docs

Full commit hash
d891bc88945e2be5b2af4a3db6f9ec5457705b7b
Author
andryyy <[email protected]>
Date
over 9 years ago
Selected line
94
                    <string>multiple_bookings</string>
Open commit View diff
94 <string>multiple_bookings</string>
André about 8 years ago 7400873

[SOGo] Always show GAL contacts

Full commit hash
74008735cac13333eaf5baab2a1bcaba6355580b
Author
André <[email protected]>
Date
about 8 years ago
Selected line
95
                    <key>listRequiresDot</key>
Open commit View diff
95 <key>listRequiresDot</key>
same change 7400873

[SOGo] Always show GAL contacts

Full commit hash
74008735cac13333eaf5baab2a1bcaba6355580b
Author
André <[email protected]>
Date
about 8 years ago
Selected line
96
                    <string>NO</string>
Open commit View diff
96 <string>NO</string>
andryyy over 9 years ago d891bc8

Docs

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

Docs

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

Docs

Full commit hash
d891bc88945e2be5b2af4a3db6f9ec5457705b7b
Author
andryyy <[email protected]>
Date
over 9 years ago
Selected line
99
                    <key>displayName</key>
Open commit View diff
99 <key>displayName</key>
andryyy over 7 years ago 62ccd42

[SOGo] Allow to turn off GAL for each domain

Full commit hash
62ccd4215e38c5411e1f11f9998bdc1bb7cb3910
Author
andryyy <[email protected]>
Date
over 7 years ago
Selected line
100
                    <string>GAL ${line}</string>
Open commit View diff
100 <string>GAL ${line}</string>
andryyy over 9 years ago d891bc8

Docs

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

Docs

Full commit hash
d891bc88945e2be5b2af4a3db6f9ec5457705b7b
Author
andryyy <[email protected]>
Date
over 9 years ago
Selected line
102
                    <string>${line}</string>
Open commit View diff
102 <string>${line}</string>
same change d891bc8

Docs

Full commit hash
d891bc88945e2be5b2af4a3db6f9ec5457705b7b
Author
andryyy <[email protected]>
Date
over 9 years ago
Selected line
103
                    <key>isAddressBook</key>
Open commit View diff
103 <key>isAddressBook</key>
andryyy over 7 years ago 62ccd42

[SOGo] Allow to turn off GAL for each domain

Full commit hash
62ccd4215e38c5411e1f11f9998bdc1bb7cb3910
Author
andryyy <[email protected]>
Date
over 7 years ago
Selected line
104
                    <string>${gal}</string>
Open commit View diff
104 <string>${gal}</string>
andryyy over 9 years ago d891bc8

Docs

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

Docs

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

Docs

Full commit hash
d891bc88945e2be5b2af4a3db6f9ec5457705b7b
Author
andryyy <[email protected]>
Date
over 9 years ago
Selected line
107
                    <key>userPasswordAlgorithm</key>
Open commit View diff
107 <key>userPasswordAlgorithm</key>
Lukas Schreiner over 5 years ago d96bf91

Support of different default pass schemes + support of BLF-CRYPT (#3832)

Full commit hash
d96bf91a0dfc45109e0396546f57ea9297071c03
Author
Lukas Schreiner <[email protected]>
Date
over 5 years ago
Selected line
108
                    <string>${MAILCOW_PASS_SCHEME}</string>
Open commit View diff
108 <string>${MAILCOW_PASS_SCHEME}</string>
André about 8 years ago cfb0d3b

[SOGo] Create a sogo_update_password trigger in SQL

Full commit hash
cfb0d3b62caaa42154e459467361411ba3d0568e
Author
André <[email protected]>
Date
about 8 years ago
Selected line
109
                    <key>prependPasswordScheme</key>
Open commit View diff
109 <key>prependPasswordScheme</key>
same change cfb0d3b

[SOGo] Create a sogo_update_password trigger in SQL

Full commit hash
cfb0d3b62caaa42154e459467361411ba3d0568e
Author
André <[email protected]>
Date
about 8 years ago
Selected line
110
                    <string>YES</string>
Open commit View diff
110 <string>YES</string>
andryyy over 9 years ago d891bc8

Docs

Full commit hash
d891bc88945e2be5b2af4a3db6f9ec5457705b7b
Author
andryyy <[email protected]>
Date
over 9 years ago
Selected line
111
                    <key>viewURL</key>
Open commit View diff
111 <key>viewURL</key>
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
                    <string>mysql://${DBUSER}:${DBPASS}@%2Fvar%2Frun%2Fmysqld%2Fmysqld.sock/${DBNAME}/_sogo_static_view</string>
Open commit View diff
112 <string>mysql://${DBUSER}:${DBPASS}@%2Fvar%2Frun%2Fmysqld%2Fmysqld.sock/${DBNAME}/_sogo_static_view</string>
andryyy over 7 years ago 9acd9c7

[SOGo] Read plist_ldap for dual auth via ldap, unsupported

Full commit hash
9acd9c719d2b22bd353f0d13602c989a7aa9c33e
Author
andryyy <[email protected]>
Date
over 7 years ago
Selected line
113
                </dict>" >> /var/lib/sogo/GNUstep/Defaults/sogod.plist
Open commit View diff
113 </dict>" >> /var/lib/sogo/GNUstep/Defaults/sogod.plist
same change 9acd9c7

[SOGo] Read plist_ldap for dual auth via ldap, unsupported

Full commit hash
9acd9c719d2b22bd353f0d13602c989a7aa9c33e
Author
andryyy <[email protected]>
Date
over 7 years ago
Selected line
114
  # Generate alternative LDAP authentication dict, when SQL authentication fails
Open commit View diff
114 # Generate alternative LDAP authentication dict, when SQL authentication fails
same change 9acd9c7

[SOGo] Read plist_ldap for dual auth via ldap, unsupported

Full commit hash
9acd9c719d2b22bd353f0d13602c989a7aa9c33e
Author
andryyy <[email protected]>
Date
over 7 years ago
Selected line
115
  # This will nevertheless read attributes from LDAP
Open commit View diff
115 # This will nevertheless read attributes from LDAP
FreddleSpl0it over 2 years ago 132e37b

[SOGo] use bash script for ldap plist template

Full commit hash
132e37bfec5fa51765a01c02154f9940c213c938
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
116
  /etc/sogo/plist_ldap.sh ${line} ${gal} >> /var/lib/sogo/GNUstep/Defaults/sogod.plist
Open commit View diff
116 /etc/sogo/plist_ldap.sh ${line} ${gal} >> /var/lib/sogo/GNUstep/Defaults/sogod.plist
andryyy over 7 years ago 9acd9c7

[SOGo] Read plist_ldap for dual auth via ldap, unsupported

Full commit hash
9acd9c719d2b22bd353f0d13602c989a7aa9c33e
Author
andryyy <[email protected]>
Date
over 7 years ago
Selected line
117
  echo "            </array>
Open commit View diff
117 echo " </array>
andryyy over 9 years ago d891bc8

Docs

Full commit hash
d891bc88945e2be5b2af4a3db6f9ec5457705b7b
Author
andryyy <[email protected]>
Date
over 9 years ago
Selected line
118
        </dict>" >> /var/lib/sogo/GNUstep/Defaults/sogod.plist
Open commit View diff
118 </dict>" >> /var/lib/sogo/GNUstep/Defaults/sogod.plist
DerLinkman over 1 year ago 2f93f1d

os: fixes for newer mariadb-client versions (especially on alpine 3.21)

Full commit hash
2f93f1d0c5b9642190c1358a03038be4c3f4bb43
Author
DerLinkman <[email protected]>
Date
over 1 year ago
Selected line
119
done < <(mariadb --skip-ssl --socket=/var/run/mysqld/mysqld.sock -u ${DBUSER} -p${DBPASS} ${DBNAME} -e "SELECT domain, CASE gal WHEN '1' THEN 'YES' ELSE 'NO' END AS gal FROM domain;" -B -N)
Open commit View diff
119 done < <(mariadb --skip-ssl --socket=/var/run/mysqld/mysqld.sock -u ${DBUSER} -p${DBPASS} ${DBNAME} -e "SELECT domain, CASE gal WHEN '1' THEN 'YES' ELSE 'NO' END AS gal FROM domain;" -B -N)
andryyy over 9 years ago d891bc8

Docs

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

Docs

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

Docs

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

Docs

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

Docs

Full commit hash
d891bc88945e2be5b2af4a3db6f9ec5457705b7b
Author
andryyy <[email protected]>
Date
over 9 years ago
Selected line
124
</plist>' >> /var/lib/sogo/GNUstep/Defaults/sogod.plist
Open commit View diff
124 </plist>' >> /var/lib/sogo/GNUstep/Defaults/sogod.plist
same change d891bc8

Docs

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

Docs

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

Docs

Full commit hash
d891bc88945e2be5b2af4a3db6f9ec5457705b7b
Author
andryyy <[email protected]>
Date
over 9 years ago
Selected line
127
chown sogo:sogo -R /var/lib/sogo/
Open commit View diff
127 chown sogo:sogo -R /var/lib/sogo/
same change d891bc8

Docs

Full commit hash
d891bc88945e2be5b2af4a3db6f9ec5457705b7b
Author
andryyy <[email protected]>
Date
over 9 years ago
Selected line
128
chmod 600 /var/lib/sogo/GNUstep/Defaults/sogod.plist
Open commit View diff
128 chmod 600 /var/lib/sogo/GNUstep/Defaults/sogod.plist
same change d891bc8

Docs

Full commit hash
d891bc88945e2be5b2af4a3db6f9ec5457705b7b
Author
andryyy <[email protected]>
Date
over 9 years ago
Selected line
129
Open commit View diff
129
Markus Heberling over 7 years ago 4755bb3

Allow setting ACL_ANYONE in the configuration

Full commit hash
4755bb323b1d16f593c45c7695b2ff1645b455e9
Author
Markus Heberling <[email protected]>
Date
over 7 years ago
Selected line
130
# Patch ACLs
Open commit View diff
130 # Patch ACLs
andryyy almost 7 years ago bd46941

[SOGo] Do not modify UIxAclEditor

Full commit hash
bd469412ca9eada690d80933158c9c46ee29bf04
Author
andryyy <[email protected]>
Date
almost 7 years ago
Selected line
131
#if [[ ${ACL_ANYONE} == 'allow' ]]; then
Open commit View diff
131 #if [[ ${ACL_ANYONE} == 'allow' ]]; then
same change bd46941

[SOGo] Do not modify UIxAclEditor

Full commit hash
bd469412ca9eada690d80933158c9c46ee29bf04
Author
andryyy <[email protected]>
Date
almost 7 years ago
Selected line
132
#  #enable any or authenticated targets for ACL
Open commit View diff
132 # #enable any or authenticated targets for ACL
FreddleSpl0it 5 months ago fe71f84

[SOGo] Fix custom UI patches after moving to source-compiled SOGo

Full commit hash
fe71f84c822c69104c61ac8f6bc9c6f299366d76
Author
FreddleSpl0it <[email protected]>
Date
5 months ago
Selected line
133
#  if patch -R -sfN --dry-run /usr/local/lib/GNUstep/SOGo/Templates/UIxAclEditor.wox < /acl.diff > /dev/null; then
Open commit View diff
133 # if patch -R -sfN --dry-run /usr/local/lib/GNUstep/SOGo/Templates/UIxAclEditor.wox < /acl.diff > /dev/null; then
same change fe71f84

[SOGo] Fix custom UI patches after moving to source-compiled SOGo

Full commit hash
fe71f84c822c69104c61ac8f6bc9c6f299366d76
Author
FreddleSpl0it <[email protected]>
Date
5 months ago
Selected line
134
#    patch -R /usr/local/lib/GNUstep/SOGo/Templates/UIxAclEditor.wox < /acl.diff;
Open commit View diff
134 # patch -R /usr/local/lib/GNUstep/SOGo/Templates/UIxAclEditor.wox < /acl.diff;
andryyy almost 7 years ago bd46941

[SOGo] Do not modify UIxAclEditor

Full commit hash
bd469412ca9eada690d80933158c9c46ee29bf04
Author
andryyy <[email protected]>
Date
almost 7 years ago
Selected line
135
#  fi
Open commit View diff
135 # fi
same change bd46941

[SOGo] Do not modify UIxAclEditor

Full commit hash
bd469412ca9eada690d80933158c9c46ee29bf04
Author
andryyy <[email protected]>
Date
almost 7 years ago
Selected line
136
#else
Open commit View diff
136 #else
same change bd46941

[SOGo] Do not modify UIxAclEditor

Full commit hash
bd469412ca9eada690d80933158c9c46ee29bf04
Author
andryyy <[email protected]>
Date
almost 7 years ago
Selected line
137
#  #disable any or authenticated targets for ACL
Open commit View diff
137 # #disable any or authenticated targets for ACL
FreddleSpl0it 5 months ago fe71f84

[SOGo] Fix custom UI patches after moving to source-compiled SOGo

Full commit hash
fe71f84c822c69104c61ac8f6bc9c6f299366d76
Author
FreddleSpl0it <[email protected]>
Date
5 months ago
Selected line
138
#  if patch -sfN --dry-run /usr/local/lib/GNUstep/SOGo/Templates/UIxAclEditor.wox < /acl.diff > /dev/null; then
Open commit View diff
138 # if patch -sfN --dry-run /usr/local/lib/GNUstep/SOGo/Templates/UIxAclEditor.wox < /acl.diff > /dev/null; then
same change fe71f84

[SOGo] Fix custom UI patches after moving to source-compiled SOGo

Full commit hash
fe71f84c822c69104c61ac8f6bc9c6f299366d76
Author
FreddleSpl0it <[email protected]>
Date
5 months ago
Selected line
139
#    patch /usr/local/lib/GNUstep/SOGo/Templates/UIxAclEditor.wox < /acl.diff;
Open commit View diff
139 # patch /usr/local/lib/GNUstep/SOGo/Templates/UIxAclEditor.wox < /acl.diff;
andryyy almost 7 years ago bd46941

[SOGo] Do not modify UIxAclEditor

Full commit hash
bd469412ca9eada690d80933158c9c46ee29bf04
Author
andryyy <[email protected]>
Date
almost 7 years ago
Selected line
140
#  fi
Open commit View diff
140 # fi
same change bd46941

[SOGo] Do not modify UIxAclEditor

Full commit hash
bd469412ca9eada690d80933158c9c46ee29bf04
Author
andryyy <[email protected]>
Date
almost 7 years ago
Selected line
141
#fi
Open commit View diff
141 #fi
André almost 8 years ago 66ee11c

[SOGo] Disable display of ACL "any/authenticated" by default

Full commit hash
66ee11c03d53aa3c70ca2718da6aed15f14439c3
Author
André <[email protected]>
Date
almost 8 years ago
Selected line
142
Open commit View diff
142
FreddleSpl0it 5 months ago fe71f84

[SOGo] Fix custom UI patches after moving to source-compiled SOGo

Full commit hash
fe71f84c822c69104c61ac8f6bc9c6f299366d76
Author
FreddleSpl0it <[email protected]>
Date
5 months ago
Selected line
143
# Apply custom UI patch (reverse patch to ADD buttons)
Open commit View diff
143 # Apply custom UI patch (reverse patch to ADD buttons)
same change fe71f84

[SOGo] Fix custom UI patches after moving to source-compiled SOGo

Full commit hash
fe71f84c822c69104c61ac8f6bc9c6f299366d76
Author
FreddleSpl0it <[email protected]>
Date
5 months ago
Selected line
144
if patch -R -sfN --dry-run /usr/local/lib/GNUstep/SOGo/Templates/UIxTopnavToolbar.wox < /navMailcowBtns.diff > /dev/null; then
Open commit View diff
144 if patch -R -sfN --dry-run /usr/local/lib/GNUstep/SOGo/Templates/UIxTopnavToolbar.wox < /navMailcowBtns.diff > /dev/null; then
same change fe71f84

[SOGo] Fix custom UI patches after moving to source-compiled SOGo

Full commit hash
fe71f84c822c69104c61ac8f6bc9c6f299366d76
Author
FreddleSpl0it <[email protected]>
Date
5 months ago
Selected line
145
  echo "Applying navMailcowBtns patch (reverse to add buttons)..."
Open commit View diff
145 echo "Applying navMailcowBtns patch (reverse to add buttons)..."
same change fe71f84

[SOGo] Fix custom UI patches after moving to source-compiled SOGo

Full commit hash
fe71f84c822c69104c61ac8f6bc9c6f299366d76
Author
FreddleSpl0it <[email protected]>
Date
5 months ago
Selected line
146
  patch -R /usr/local/lib/GNUstep/SOGo/Templates/UIxTopnavToolbar.wox < /navMailcowBtns.diff;
Open commit View diff
146 patch -R /usr/local/lib/GNUstep/SOGo/Templates/UIxTopnavToolbar.wox < /navMailcowBtns.diff;
same change fe71f84

[SOGo] Fix custom UI patches after moving to source-compiled SOGo

Full commit hash
fe71f84c822c69104c61ac8f6bc9c6f299366d76
Author
FreddleSpl0it <[email protected]>
Date
5 months ago
Selected line
147
else
Open commit View diff
147 else
same change fe71f84

[SOGo] Fix custom UI patches after moving to source-compiled SOGo

Full commit hash
fe71f84c822c69104c61ac8f6bc9c6f299366d76
Author
FreddleSpl0it <[email protected]>
Date
5 months ago
Selected line
148
  echo "navMailcowBtns patch already applied or cannot be applied"
Open commit View diff
148 echo "navMailcowBtns patch already applied or cannot be applied"
FreddleSpl0it over 1 year ago 1e70a20

[SOGo] Add mailcow Buttons to SOGo navbar

Full commit hash
1e70a2018858b24047ebeb5e4c08a8f4689d2520
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
149
fi
Open commit View diff
149 fi
same change 1e70a20

[SOGo] Add mailcow Buttons to SOGo navbar

Full commit hash
1e70a2018858b24047ebeb5e4c08a8f4689d2520
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
150
Open commit View diff
150
FreddleSpl0it over 1 year ago 3912341

[SOGo] rename custom logo

Full commit hash
3912341b326fab912ddf47260640cde89fce3bf5
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
151
# Rename custom logo, if any
Open commit View diff
151 # Rename custom logo, if any
same change 3912341

[SOGo] rename custom logo

Full commit hash
3912341b326fab912ddf47260640cde89fce3bf5
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
152
[[ -f /etc/sogo/sogo-full.svg ]] && mv /etc/sogo/sogo-full.svg /etc/sogo/custom-fulllogo.svg
Open commit View diff
152 [[ -f /etc/sogo/sogo-full.svg ]] && mv /etc/sogo/sogo-full.svg /etc/sogo/custom-fulllogo.svg
andryyy over 7 years ago fbe46e3

[SOGo] Copy logo from config dir, no need to rebuild image

Full commit hash
fbe46e39e57b11ebc78603fe5f4c73cb5f899397
Author
andryyy <[email protected]>
Date
over 7 years ago
Selected line
153
Open commit View diff
153
andryyy over 7 years ago 9378a34

[SOGo] Remove unnamed volume and rsync web content to named volume

Full commit hash
9378a34adb607d49e4314dd52164ca32984f0b17
Author
andryyy <[email protected]>
Date
over 7 years ago
Selected line
154
# Rsync web content
Open commit View diff
154 # Rsync web content
same change 9378a34

[SOGo] Remove unnamed volume and rsync web content to named volume

Full commit hash
9378a34adb607d49e4314dd52164ca32984f0b17
Author
andryyy <[email protected]>
Date
over 7 years ago
Selected line
155
echo "Syncing web content with named volume"
Open commit View diff
155 echo "Syncing web content with named volume"
FreddleSpl0it 5 months ago fe71f84

[SOGo] Fix custom UI patches after moving to source-compiled SOGo

Full commit hash
fe71f84c822c69104c61ac8f6bc9c6f299366d76
Author
FreddleSpl0it <[email protected]>
Date
5 months ago
Selected line
156
rsync -a /usr/local/lib/GNUstep/SOGo/. /sogo_web/
Open commit View diff
156 rsync -a /usr/local/lib/GNUstep/SOGo/. /sogo_web/
andryyy over 7 years ago 9378a34

[SOGo] Remove unnamed volume and rsync web content to named volume

Full commit hash
9378a34adb607d49e4314dd52164ca32984f0b17
Author
andryyy <[email protected]>
Date
over 7 years ago
Selected line
157
Open commit View diff
157
andryyy over 6 years ago 3784cdd

[SOGo] Cronjob for backup, chown sogo_backup

Full commit hash
3784cdd42c92d3028d84842d577d7bccf0c1c255
Author
andryyy <[email protected]>
Date
over 6 years ago
Selected line
158
# Chown backup path
Open commit View diff
158 # Chown backup path
same change 3784cdd

[SOGo] Cronjob for backup, chown sogo_backup

Full commit hash
3784cdd42c92d3028d84842d577d7bccf0c1c255
Author
andryyy <[email protected]>
Date
over 6 years ago
Selected line
159
chown -R sogo:sogo /sogo_backup
Open commit View diff
159 chown -R sogo:sogo /sogo_backup
same change 3784cdd

[SOGo] Cronjob for backup, chown sogo_backup

Full commit hash
3784cdd42c92d3028d84842d577d7bccf0c1c255
Author
andryyy <[email protected]>
Date
over 6 years ago
Selected line
160
Open commit View diff
160
andryyy almost 9 years ago b629089

[SOGo] Rename reconf-domains to bootstrap-sogo and exec sogod after a successful bootstrap; Wait for SOGo to die and free listener

Full commit hash
b629089ff8d0947b12ccf5054c3a9f06ca041da7
Author
andryyy <[email protected]>
Date
almost 9 years ago
Selected line
161
exec gosu sogo /usr/sbin/sogod
Open commit View diff
161 exec gosu sogo /usr/sbin/sogod