Skip to main content
USAePay

How to set up DMARC for USAePay in Valimail

Updated over a week ago
SPF(supported)
DKIM(not supported)

This article covers the SPF and DKIM authentication processes for USAePay and how they are managed in Valimail. While only one of the two authentication methods is required for an email to pass DMARC, our recommendation is to configure both whenever possible.

Configuring SPF authentication for your USAePay emails

If a merchant is going to list their own email in the Email From setting, they will need to add usaepay to their SPF record. If the merchant does not control their domain and the domain owner is not willing to make the change, the merchant should either use a different email address or leave the from address blank.

The easiest way to list the usaepay mail servers is to add include:spf.usaepay.com somewhere before the ~all or -all. For example, if your SPF record is currently:

acme.org TXT "v=spf1 a mx ~all"

you would change it to:

acme.org TXT "v=spf1 a mx include:spf.usaepay.com ~all"

If you prefer not to use our include, you can also list the mail server IPs directly. This approach is not recommended as your record will be out of date when our network expands/changes.

acme.org TXT "v=spf1 a mx ip4:209.239.233.124 ip4:209.239.233.125 ip4:64.0.146.124 ip4:64.0.146.125 ip4:209.220.191.124 ~all""

You can also find the instructions on how to set up SPF for USAePay, here.

Once you establish that USAePay is an authorized sender for your domain, you will need to add the service in your Enabled Senders.

You will find more detailed information on how to add a service for your domain in Valimail, here:

Note: We encourage you to use the comment section for any useful information about your sending service, such as the name of the service owner, change request ticket numbers, etc.

Did this answer your question?