fix for feedback URL

This commit is contained in:
Andreas Knuth 2025-03-20 14:14:47 +01:00
parent 2174fe4869
commit 67e37f8985
1 changed files with 1 additions and 1 deletions

View File

@ -142,7 +142,7 @@ create_dns_record "TXT" "_amazonses.${DOMAIN_NAME}" "${VERIFICATION_TOKEN}" "fal
# MX-Einträge anlegen # MX-Einträge anlegen
echo "MX-Einträge anlegen bei Cloudflare..." echo "MX-Einträge anlegen bei Cloudflare..."
create_dns_record "MX" "${DOMAIN_NAME}" "inbound-smtp.${AWS_REGION}.amazonaws.com" "false" 3600 10 create_dns_record "MX" "${DOMAIN_NAME}" "inbound-smtp.${AWS_REGION}.amazonaws.com" "false" 3600 10
create_dns_record "MX" "mail.${DOMAIN_NAME}" "feedback-smtp.${AWS_REGION}.amazonaws.com" "false" 3600 10 create_dns_record "MX" "mail.${DOMAIN_NAME}" "feedback-smtp.${AWS_REGION}.amazonses.com" "false" 3600 10
# SPF-Eintrag anlegen # SPF-Eintrag anlegen
echo "SPF-Eintrag anlegen bei Cloudflare..." echo "SPF-Eintrag anlegen bei Cloudflare..."