DNS verification fluctuates #2383
Replies: 2 comments 15 replies
-
You might need to change this value in case it is struggling to reach public DNS servers and Postal shows that as misconfigured postal/config/postal.defaults.yml Line 17 in 87e9b3e |
Beta Was this translation helpful? Give feedback.
-
I have the same problem. Any idea? Sometimes fail SPF, sometimes DKIM. The provider of DNS is cloudflare. This is my config YAML general:
use_ip_pools: false
use_local_ns_for_domains: true # failed with default 'false' too
web:
host: appsrv101.wandu.net.ar
protocol: https
web_server:
bind_address: 127.0.0.1
port: 5000
smtp_server:
port: 25
tls_enabled: true
tls_certificate_path: /config/certs/appsrv101.wandu.net.ar/fullchain.pem
tls_private_key_path: /config/certs/appsrv101.wandu.net.ar/privkey.pem
logging:
stdout: true
main_db:
host: 127.0.0.1
username: xxxxx
password: xxxxx
database: postal
message_db:
host: 127.0.0.1
username: xxxxx
password: xxxxx
prefix: postal
rabbitmq:
host: 127.0.0.1
username: xxxxx
password: xxxxx
vhost: postal
dns:
mx_records:
- appsrv101.wandu.net.ar
smtp_server_hostname: appsrv101.wandu.net.ar
spf_include: spf.appsrv101.wandu.net.ar
return_path: rp.appsrv101.wandu.net.ar
route_domain: routes.appsrv101.wandu.net.ar
track_domain: track.appsrv101.wandu.net.ar
dkim_identifier: appsrv101
domain_verify_prefix: appsrv101-verification
custom_return_path_prefix: appsrv101-rp
smtp:
host: 127.0.0.1
port: 2525
username: # Complete when Postal is running and you can
password: # generate the credentials within the interface.
from_name: Postal
from_address: appsrv101.wandu.net.ar
rails:
secret_key: xxxxx Postal server: appsrv101.wandu.net.ar May be is possible disable auto-check DNS in the cron? The problem is that when fail DKIM, the mails are not signed and are rejected. The records are OK, but auto check fail... Manual check from the ui works immediately. In the server, Thanks for your help! |
Beta Was this translation helpful? Give feedback.
-
Hi,
DNS verification fluctuates sometimes its shows "DKIM & SPF configured correctly on 1 domain" After some time it shows "1 domain has misconfigured DNS records". This is happening to one domain and another domain it is stable(different server). I have tweaked all DNS records, but it is still fluctuating.
I want to know whether it is a server problem or a Postal Server issue.
it would be a great help to resolve.
Regards
Maurya
Beta Was this translation helpful? Give feedback.
All reactions