From edb03b78628ece64343157150251e0b1185f46af Mon Sep 17 00:00:00 2001 From: David Duque Date: Sun, 12 Apr 2020 23:54:35 +0100 Subject: [PATCH] Misc changes --- management/templates/system-status.html | 281 ++++++++++++------------ setup/mail-postfix.sh | 4 +- 2 files changed, 147 insertions(+), 138 deletions(-) diff --git a/management/templates/system-status.html b/management/templates/system-status.html index dc9233a5..a56d0cd5 100644 --- a/management/templates/system-status.html +++ b/management/templates/system-status.html @@ -1,160 +1,169 @@

System Status Checks

-
+
- + - + -
-
+
+
- - - - - -
+ + + + + +
-
+
diff --git a/setup/mail-postfix.sh b/setup/mail-postfix.sh index 0a66cb0f..f7641b5b 100755 --- a/setup/mail-postfix.sh +++ b/setup/mail-postfix.sh @@ -58,7 +58,7 @@ tools/editconf.py /etc/postfix/main.cf \ smtp_bind_address=$PRIVATE_IP \ smtp_bind_address6=$PRIVATE_IPV6 \ myhostname=$PRIMARY_HOSTNAME\ - smtpd_banner="\$myhostname ESMTP Hi, I'm a Mail-in-a-Box (Ubuntu/Postfix; see https://mailinabox.email/)" \ + smtpd_banner="\$myhostname ESMTP Hi, I'm a Power Mail-in-a-Box (Debian/Postfix)" \ mydestination=localhost # Tweak some queue settings: @@ -100,7 +100,7 @@ tools/editconf.py /etc/postfix/master.cf -s -w \ # Install the `outgoing_mail_header_filters` file required by the new 'authclean' service. cp conf/postfix_outgoing_mail_header_filters /etc/postfix/outgoing_mail_header_filters -# Modify the `outgoing_mail_header_filters` file to use the local machine name and ip +# Modify the `outgoing_mail_header_filters` file to use the local machine name and ip # on the first received header line. This may help reduce the spam score of email by # removing the 127.0.0.1 reference. sed -i "s/PRIMARY_HOSTNAME/$PRIMARY_HOSTNAME/" /etc/postfix/outgoing_mail_header_filters