mirror of
https://git.myvelabs.com/lab/myvemail.git
synced 2025-12-17 21:36:14 +00:00
Update mail-aio.sh
This commit is contained in:
parent
7410990d26
commit
0f77e0bc45
1 changed files with 2 additions and 2 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue