stalwartlabs / mail-server

Secure & Modern All-in-One Mail Server (IMAP, JMAP, POP3, SMTP)
https://stalw.art
3.55k stars 135 forks source link

[bug]: ra= is not valid spf syntax #469

Closed jip149 closed 1 month ago

jip149 commented 1 month ago

What happened?

Suggested spf record is v=spf1 mx ra=postmaster -all

Checking against several online spf record validators, all of them say the syntax is invalid.

Removing the ra=postmaster part solves the syntax problem.

How can we reproduce the problem?

I can reproduce the problem by doing the following steps:

Version

v0.7.x

What database are you using?

RocksDB

What blob storage are you using?

RocksDB

Where is your directory located?

Internal

What operating system are you using?

Linux

Relevant log output

No response

Code of Conduct

mightyBroccoli commented 1 month ago

Duplicate of #459 and #447 and invalid mxtoolbox is incorrect.