mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced 2025-04-18 02:32:09 +00:00
debug checks
This commit is contained in:
parent
523194b524
commit
06eff454b7
@ -21,6 +21,8 @@
|
|||||||
# Diffie-Hellman cipher is selected during TLS negotiation. Diffie-Hellman
|
# Diffie-Hellman cipher is selected during TLS negotiation. Diffie-Hellman
|
||||||
# provides Perfect Forward Secrecy.
|
# provides Perfect Forward Secrecy.
|
||||||
|
|
||||||
|
echo "Starting ssl.sh"
|
||||||
|
|
||||||
source setup/functions.sh # load our functions
|
source setup/functions.sh # load our functions
|
||||||
source /etc/mailinabox.conf # load global vars
|
source /etc/mailinabox.conf # load global vars
|
||||||
|
|
||||||
@ -96,3 +98,5 @@ fi
|
|||||||
if [ ! -f $STORAGE_ROOT/ssl/dh2048.pem ]; then
|
if [ ! -f $STORAGE_ROOT/ssl/dh2048.pem ]; then
|
||||||
openssl dhparam -out $STORAGE_ROOT/ssl/dh2048.pem 2048
|
openssl dhparam -out $STORAGE_ROOT/ssl/dh2048.pem 2048
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
echo "Finished ssl.sh"
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
echo "Starting system.sh"
|
||||||
|
|
||||||
source /etc/mailinabox.conf
|
source /etc/mailinabox.conf
|
||||||
source setup/functions.sh # load our functions
|
source setup/functions.sh # load our functions
|
||||||
|
|
||||||
@ -374,3 +376,5 @@ cp -f conf/fail2ban/filter.d/* /etc/fail2ban/filter.d/
|
|||||||
# scripts will ensure the files exist and then fail2ban is given another
|
# scripts will ensure the files exist and then fail2ban is given another
|
||||||
# restart at the very end of setup.
|
# restart at the very end of setup.
|
||||||
restart_service fail2ban
|
restart_service fail2ban
|
||||||
|
|
||||||
|
echo "Finsihed system.sh"
|
||||||
|
Loading…
Reference in New Issue
Block a user