Procházet zdrojové kódy

Merge branch 'master' of github.com:LukeSmithxyz/emailwiz

pull/276/head
Luke Smith před 1 rokem
rodič
revize
4414b31a4a
V databázi nebyl nalezen žádný známý klíč pro tento podpis ID GPG klíče: 4C50B54A911F6252
2 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. +1
    -1
      README.md
  2. +1
    -1
      emailwiz.sh

+ 1
- 1
README.md Zobrazit soubor

@@ -129,7 +129,7 @@ this script or documentation has saved you some frustration, donate here:

## Sites for Troubleshooting

Can send or receive mail? Getting marked as spam? There are tools to double-check your DNS records and more:
Can't send or receive mail? Getting marked as spam? There are tools to double-check your DNS records and more:

- Always check `journalctl -xe` first for specific errors.
- [Check your DNS](https://intodns.com/)


+ 1
- 1
emailwiz.sh Zobrazit soubor

@@ -286,7 +286,7 @@ sed -i '/^SOCKET/d' /etc/default/opendkim && echo "SOCKET=\"inet:12301@localhost
echo 'Configuring Postfix with OpenDKIM settings...'
postconf -e 'smtpd_sasl_security_options = noanonymous, noplaintext'
postconf -e 'smtpd_sasl_tls_security_options = noanonymous'
postconf -e "myhostname = $domain"
postconf -e "myhostname = $maildomain"
postconf -e 'milter_default_action = accept'
postconf -e 'milter_protocol = 6'
postconf -e 'smtpd_milters = inet:localhost:12301'


Načítá se…
Zrušit
Uložit