Ticket #2052 (closed defect: fixed)
SPF registry error
| Reported by: | anonymous | Owned by: | kilburn |
|---|---|---|---|
| Priority: | critical | Milestone: | ispCP ω 1.1.0 |
| Component: | Config Files | Version: | ispCP ω nightly build |
| Severity: | Easy | Keywords: | |
| Cc: |
Description
I've been testing and I do not know if I am right:
First, the primary IP server is the IP A.A.A.A.
The SPF record that is created with each domain is created on the IP the domain is. Then:
- I create domain.com on IP A.A.A.A. The SPF record is on IP A.A.A.A. Correct.
- I create domain.es on the IP B.B.B.B. The SPF record is on IP B.B.B.B. Wrong. It should be the primary IP (A.A.A.A) the IP that SPF is created, that is what is responsible for sending the emails, the IP that the mail server using postfix.
Am I right?
The solution? Change the template where SPF record is created to use ALWAYS the main server IP address (A.A.A.A), although the domain has been created on B.B.B.B.
Regards.
