diff --git a/mail-aio.sh b/mail-aio.sh index e09b2f6..2ea4ef6 100644 --- a/mail-aio.sh +++ b/mail-aio.sh @@ -734,7 +734,7 @@ unset postfixadmindbpass postmap /etc/postfix/helo_access /etc/postfix/rbl_override /etc/postfix/smtp_header_checks /etc/postfix/header_checks /etc/postfix/body_checks /etc/postfix/postscreen_access.cidr # Dovecot -echo -e '\n\e[1;34mConfiguring Dovecot\e[0m' +echo -e '\e[1;34mConfiguring Dovecot\e[0m' echo -e '\nprotocols = imap lmtp' | tee -a /etc/dovecot/dovecot.conf >/dev/null sed -i 's|^mail_location =.*|mail_location = maildir:~/Maildir\ @@ -1039,7 +1039,7 @@ dhparam CHANGEUSER # In your DNS manager, create a TXT record, enter default._domainkey in the name field -echo -e "\e[1;34mUpdate DKIM TXT on DNS registrar and press any key to continue\e[5m...\e[0m" +echo -e "\n\e[1;34mUpdate DKIM TXT on DNS registrar and press any key to continue\e[5m...\e[0m" echo -e "\e[3m# Use default._domainkey in the host field" echo -e "# Check with 'sudo opendkim-testkey -d ${domain} -s default'" echo -e "# Or visit https://www.dmarcanalyzer.com/dkim/dkim-checker/\e[0m"