Skip to content

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SPF Record Check not working with multiple SMTP providers [Issue with multiple items in DNS TXT SPF record Check] #3007

Closed
leoncool opened this issue Jun 17, 2024 · 0 comments

Comments

@leoncool
Copy link

Using multiple SMTP providers is common, in case any SMTP goes down or has an issue. If an email domain uses multiple SMTP providers, in my case both Mailgun and Postal. I would have to insert multiple "include" items for TXT DNS record.
Such as:
v=spf1 include:mailgun.org include:spf.MYDOMAIN.com ~all

Issues:

  1. Postal will not accept this, it keeps showing "No SPF record exists for this domain". If the SPF checks fails, the "DKIM Record" section will NOT work either.
  2. There is issue with DKIM if the SPF check fails. Emails will be sent using "s=postal", it should be "postal-jU41dp" in my case.
    Example headers of email sent:
    v=1; a=rsa-sha256; c=relaxed/relaxed; d=rp.MYDOMAIN.com; s=postal; t=1718545679; bh=hYItP7NurVhVzkP3RFZRGgILj1Xi4nsyC1aUf6MI7x4=; h=date:from:to:message-id:subject:mime-version:content-type:content-transfer-encoding; b=ForR6fTwwsXRBAN5oI5MzY4p3yi654VO6dTn/Vn2w8Wf/tOKbw+tvz0O3LknNSBBNekni0g7 iiOQRh8OUO/EAQZgTeF9CD/xPR9/S+E2KxD2vDIfyeC/N0kIgAM+RaCA0k4zM033MQS6lO3Q 9198QEJNu9zlT/xZ1BKoWoM8XCg=

Screenshots

20240617132134

@willpower232 willpower232 converted this issue into discussion #3008 Jun 17, 2024

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant