Fixed welcome e-mail

This commit is contained in:
root 2023-06-16 20:58:45 +00:00
parent 16b58328f7
commit 41314b5a10

View File

@ -196,6 +196,7 @@ start_service() {
print_details() { print_details() {
cat > /federated/apps/mail/data/root/certs/mailfile <<EOF cat > /federated/apps/mail/data/root/certs/mailfile <<EOF
<html> <html>
<img src="https://www.federated.computer/images/logo.png" alt="" />
Dear Federated Customer, Dear Federated Customer,
<p> <p>
Please read this note in its entirety since it has some important information for you to get the best use Please read this note in its entirety since it has some important information for you to get the best use
@ -219,15 +220,15 @@ We also need to know the domain.com you will be using.
<p> <p>
For setting DNS records you will need to set your glue records for your own domain.com to be: For setting DNS records you will need to set your glue records for your own domain.com to be:
<p> <p>
<li>ns1.$DOMAIN - $EXTERNALIP</li> ns1.$DOMAIN - $EXTERNALIP<br>
<li>ns2.$DOMAIN - $EXTERNALIP</li> ns2.$DOMAIN - $EXTERNALIP<br>
<p> <p>
<p> <p>
</p> </p>
And your authoritative: And your authoritative:
<p> <p>
<li>ns1.$DOMAIN</li> ns1.$DOMAIN<br>
<li>ns2.$DOMAIN</li> ns2.$DOMAIN<br>
<p> <p>
<p> <p>
The information in this document is for the Admin User only. See the documentation pages for The information in this document is for the Admin User only. See the documentation pages for
@ -246,7 +247,7 @@ Password = "$ADMINPASS"
<p> <p>
You should log into "Panel" (see next section) and change the password. You should log into "Panel" (see next section) and change the password.
<p> <p>
<h4>Panel: https://panel.$DOMAIN</h4> <h4>Panel: <a href="https://panel.$DOMAIN">https://panel.$DOMAIN</a></h4>
<p> <p>
Your control panel for users for most Federated Core apps and services is here: https://panel.$DOMAIN Your control panel for users for most Federated Core apps and services is here: https://panel.$DOMAIN
<p> <p>