Recipient address rejected: Rejected by SPF

vlsdtv

New Member
Jun 28, 2024
2
0
1
Доброго всем дня!
Подскажите - как исправить эту ошибку?



This is the mail system at host mx01.r.ru.

I'm sorry to have to inform you that your message could not be delivered to one or more recipients. It's attached below.
For further assistance, please send mail to postmaster.
If you do so, please include this problem report. You can delete your own text from the attached returned message.

The mail system

<liv1@r-i.ru>: host mx03.r-i.ru[xxx.xxx.xxx.xxx] said: 554 5.7.1 <liv1@r-i.ru>: Recipient address rejected: Rejected by SPF:
xxx.xxx.xxx.xxx is not a designated mailserver for m@r-i.ru (context mfrom, on mx03.r-inkas.ru) (in reply to RCPT TO command)
<p@r-i.ru>: host mx03.r-i.ru[xxx.xxx.xxx.xxx] said: 554 5.7.1 <p@r-i.ru>: Recipient address rejected: Rejected by SPF: xxx.xxx.xxx.xxx
is not a designated mailserver for melikyan%40r-inkas.ru (context mfrom, on mx03.r-i.ru) (in reply to RCPT TO command)
 
Hey,

the allowed IPs appear to be
Code:
r-inkas.ru.        86400    IN    TXT    "v=spf1 mx ip4:185.86.134.11 ip4:194.84.103.61 ip4:194.84.103.188 ip4:81.9.114.34 ip4:81.9.122.86 ip4:81.9.122.87 ip4:81.9.122.88 ip4:185.86.134.242 -all"
you'll have to update the SPF DNS record and either
- add one to this list, so mails for r-inkas.ru can be sent from mx03.r-i.ru
- or, replace the -all with ~all (or +all) [1]


[1] https://www.cloudflare.com/learning/dns/dns-records/dns-spf-record/
 
Спасибо, все боле-менее понятно, но mx03.r-i.ru - это 185.86.134.242 в списке присутствует
В proxmox указан мой домен

- add one to this list, so mails for r-inkas.ru can be sent from mx03.r-i.ru (mx03 - это и есть Proxmox Mail Gateway)

как мне правильно и где указать это?

или проще поменять -all на другие записи?