Pārlūkot izejas kodu

Merge pull request #276 from drunderscore/fix/use-single-quotes-to-prevent-interpolation

Use single-quotes to prevent interpolation when configuring Postfix
pull/284/head
Luke Smith pirms 1 gada
committed by GitHub
vecāks
revīzija
a85e423075
Šim parakstam datu bāzē netika atrasta zināma atslēga GPG atslēgas ID: 4AEE18F83AFDEB23
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. +1
    -1
      emailwiz.sh

+ 1
- 1
emailwiz.sh Parādīt failu

@@ -57,7 +57,7 @@ echo "Configuring Postfix's main.cf..."
postconf -e "myhostname = $maildomain"
postconf -e "mail_name = $domain" #This is for the smtpd_banner
postconf -e "mydomain = $domain"
postconf -e "mydestination = $myhostname, $mydomain, mail, localhost.localdomain, localhost, localhost.$mydomain"
postconf -e 'mydestination = $myhostname, $mydomain, mail, localhost.localdomain, localhost, localhost.$mydomain'

# Change the cert/key files to the default locations of the Let's Encrypt cert/key
postconf -e "smtpd_tls_key_file=$certdir/privkey.pem"


Notiek ielāde…
Atcelt
Saglabāt