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

helper-scripts/expiry-dates.sh

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

expiry-dates.sh on main
Author Date Commit Line Code
andryyy about 6 years ago 443cc89

[Helper] expiry-dates.sh to check expiry dates

Full commit hash
443cc894985d856f42c353313e94a54b86230a8d
Author
andryyy <[email protected]>
Date
about 6 years ago
Selected line
1
#!/usr/bin/env bash
Open commit View diff
1 #!/usr/bin/env bash
same change 443cc89

[Helper] expiry-dates.sh to check expiry dates

Full commit hash
443cc894985d856f42c353313e94a54b86230a8d
Author
andryyy <[email protected]>
Date
about 6 years ago
Selected line
2
Open commit View diff
2
same change 443cc89

[Helper] expiry-dates.sh to check expiry dates

Full commit hash
443cc894985d856f42c353313e94a54b86230a8d
Author
andryyy <[email protected]>
Date
about 6 years ago
Selected line
3
[[ -f mailcow.conf ]] && source mailcow.conf
Open commit View diff
3 [[ -f mailcow.conf ]] && source mailcow.conf
same change 443cc89

[Helper] expiry-dates.sh to check expiry dates

Full commit hash
443cc894985d856f42c353313e94a54b86230a8d
Author
andryyy <[email protected]>
Date
about 6 years ago
Selected line
4
[[ -f ../mailcow.conf ]] && source ../mailcow.conf
Open commit View diff
4 [[ -f ../mailcow.conf ]] && source ../mailcow.conf
same change 443cc89

[Helper] expiry-dates.sh to check expiry dates

Full commit hash
443cc894985d856f42c353313e94a54b86230a8d
Author
andryyy <[email protected]>
Date
about 6 years ago
Selected line
5
Open commit View diff
5
Sven Gottwald over 3 years ago d11d356

[Helper] Update expiry-dates.sh

Full commit hash
d11d3568036b7b99d4e2089da94e950aa418695f
Author
Sven Gottwald <[email protected]>
Date
over 3 years ago
Selected line
6
POSTFIX=$(echo | openssl s_client -connect ${MAILCOW_HOSTNAME}:${SMTP_PORT} -starttls smtp 2>/dev/null | openssl x509 -inform pem -noout -enddate | cut -d "=" -f 2)
Open commit View diff
6 POSTFIX=$(echo | openssl s_client -connect ${MAILCOW_HOSTNAME}:${SMTP_PORT} -starttls smtp 2>/dev/null | openssl x509 -inform pem -noout -enddate | cut -d "=" -f 2)
same change d11d356

[Helper] Update expiry-dates.sh

Full commit hash
d11d3568036b7b99d4e2089da94e950aa418695f
Author
Sven Gottwald <[email protected]>
Date
over 3 years ago
Selected line
7
DOVECOT=$(echo | openssl s_client -connect ${MAILCOW_HOSTNAME}:${IMAP_PORT} -starttls imap 2>/dev/null | openssl x509 -inform pem -noout -enddate | cut -d "=" -f 2)
Open commit View diff
7 DOVECOT=$(echo | openssl s_client -connect ${MAILCOW_HOSTNAME}:${IMAP_PORT} -starttls imap 2>/dev/null | openssl x509 -inform pem -noout -enddate | cut -d "=" -f 2)
same change d11d356

[Helper] Update expiry-dates.sh

Full commit hash
d11d3568036b7b99d4e2089da94e950aa418695f
Author
Sven Gottwald <[email protected]>
Date
over 3 years ago
Selected line
8
NGINX=$(echo | openssl s_client -connect ${MAILCOW_HOSTNAME}:${HTTPS_PORT} 2>/dev/null | openssl x509 -inform pem -noout -enddate | cut -d "=" -f 2)
Open commit View diff
8 NGINX=$(echo | openssl s_client -connect ${MAILCOW_HOSTNAME}:${HTTPS_PORT} 2>/dev/null | openssl x509 -inform pem -noout -enddate | cut -d "=" -f 2)
same change d11d356

[Helper] Update expiry-dates.sh

Full commit hash
d11d3568036b7b99d4e2089da94e950aa418695f
Author
Sven Gottwald <[email protected]>
Date
over 3 years ago
Selected line
9
Open commit View diff
9
same change d11d356

[Helper] Update expiry-dates.sh

Full commit hash
d11d3568036b7b99d4e2089da94e950aa418695f
Author
Sven Gottwald <[email protected]>
Date
over 3 years ago
Selected line
10
echo "TLS expiry dates:"
Open commit View diff
10 echo "TLS expiry dates:"
same change d11d356

[Helper] Update expiry-dates.sh

Full commit hash
d11d3568036b7b99d4e2089da94e950aa418695f
Author
Sven Gottwald <[email protected]>
Date
over 3 years ago
Selected line
11
echo "Postfix: ${POSTFIX}"
Open commit View diff
11 echo "Postfix: ${POSTFIX}"
same change d11d356

[Helper] Update expiry-dates.sh

Full commit hash
d11d3568036b7b99d4e2089da94e950aa418695f
Author
Sven Gottwald <[email protected]>
Date
over 3 years ago
Selected line
12
echo "Dovecot: ${DOVECOT}"
Open commit View diff
12 echo "Dovecot: ${DOVECOT}"
same change d11d356

[Helper] Update expiry-dates.sh

Full commit hash
d11d3568036b7b99d4e2089da94e950aa418695f
Author
Sven Gottwald <[email protected]>
Date
over 3 years ago
Selected line
13
echo "Nginx:   ${NGINX}"
Open commit View diff
13 echo "Nginx: ${NGINX}"