Troubleshooting Tip: How to troubleshoot the ‘SPF=PERM-ERROR the SPF record is invalid’ error
| Description | This article describes how to troubleshoot the 'SPF=PERM-ERROR the SPF record is invalid' error. |
| Scope | FortiMail. |
| Solution |
exec nslookup name example.com type txt
Verify if the result is the same as the TXT record configured in the domain DNS.
Example output as below :
To specify a particular server, add the server option to the nslookup command. exec nslookup name example.com type txt server [x.x.x.x] Verify the correct format for the SPF or if is there any typo error in the above output.
|
