Update mailSetup.sh

This commit is contained in:
Stewart Bennell 2020-05-29 20:24:18 +10:00 committed by GitHub
parent 09a6d1b341
commit df305bc0a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -30,6 +30,6 @@ echo "subject:New Server Setup Info $Serverfqdn" >> /etc/postfix/emailsetupinfo.
echo "Hostname: $Serverfqdn" >> /etc/postfix/emailsetupinfo.txt echo "Hostname: $Serverfqdn" >> /etc/postfix/emailsetupinfo.txt
echo "IP Address: $IP" >> /etc/postfix/emailsetupinfo.txt echo "IP Address: $IP" >> /etc/postfix/emailsetupinfo.txt
sendmail -v server@lab-network.xyz < /etc/postfix/mailtest.txt sendmail -v server@lab-network.xyz < /etc/postfix/emailsetupinfo.txt
echo "- done!" echo "- done!"