Luke Smith
há 3 anos
ascendente
cometimento
0499eac5d2
Não foi encontrada uma chave conhecida para esta assinatura, na base de dados
ID da chave GPG: 4C50B54A911F6252
2 ficheiros alterados com
4 adições e
2 eliminações
-
FUNDING.yml
-
emailwiz.sh
|
|
@@ -1,3 +1,2 @@ |
|
|
|
custom: ["https://lukesmith.xyz/donate.html"] |
|
|
|
github: lukesmithxyz |
|
|
|
custom: ["https://lukesmith.xyz/donate", "https://paypal.me/lukemsmith", "https://lukesmith.xyz/crypto"] |
|
|
|
patreon: lukesmith |
|
|
@@ -283,6 +283,9 @@ for x in spamassassin opendkim dovecot postfix; do |
|
|
|
service "$x" restart && printf " ...done\\n" |
|
|
|
done |
|
|
|
|
|
|
|
service ufw disable |
|
|
|
service ufw stop |
|
|
|
|
|
|
|
pval="$(tr -d "\n" </etc/postfix/dkim/$subdom.txt | sed "s/k=rsa.* \"p=/k=rsa; p=/;s/\"\s*\"//;s/\"\s*).*//" | grep -o "p=.*")" |
|
|
|
dkimentry="$subdom._domainkey.$domain TXT v=DKIM1; k=rsa; $pval" |
|
|
|
dmarcentry="_dmarc.$domain TXT v=DMARC1; p=reject; rua=mailto:dmarc@$domain; fo=1" |
|
|
|