- Edited
even before after I add every records to DNS management still in aapanel mail server showing not set, i tried for 2days and still same not set.
even before after I add every records to DNS management still in aapanel mail server showing not set, i tried for 2days and still same not set.
Hello, are you trying to use this website to check whether the relevant records are valid? If it takes effect, is it normal to click Refresh Domain Name on the mail server interface?
https://dnschecker.org/port-scanner.php
aaPanel_Kern yes here showing sorry no record found, but i add those in my dns management , how did it possible
shouvik
Hello, if you use the DNS manager of the panel, it is recommended that you use a third-party domain name provider or domain name provider for management. It is known that some records will not be disseminated.
aaPanel_Kern but now everything ok but some time message send some time not send, and when s send into Gmail spam folder and when not send showing this message. maximum time not send
shouvik
Use this website to check whether the records of DKIM and SPF are correct?
https://www.dmarcanalyzer.com/dkim/dkim-checker/
https://dnschecker.org/spf-record-validation.php
Check the mail score and troubleshoot according to its error message
https://www.mail-tester.com/
Check blacklists
https://mxtoolbox.com/
Sending to gmail needs to configure SSL, do DKIM, SPF, it is best to let the network provider make the PTRRDNS record of ip
please watch my result
shouvik
it is best to let the network provider make the PTRRDNS record of ip
aaPanel_Kern how to PTRRDNS record of ip, currently using godaddy
Can you go to the server provider's management backend to see if it can be set? If not, it is recommended to consult the server provider
aaPanel_Kern godaddy told me that they have no reverse dns ptr service available for domain right now, so now how it is possible?
aaPanel_Kern it is recommended to consult the server provider
Hey guys...
I'm looking at this article and the friend's situation above is the same as mine, but I still haven't been able to resolve email signatures with DKIM. Anyone who can help me, I would be grateful.
I'm using Contabo + Ubuntu + Aapanel.
gabrielribeiro
Unable to send dkim headers
Troubleshoot log /var/log/rspamd/rspamd.log
Prompt for permission issues:
2022-04-20 00:27:56 #1363(rspamd_proxy) <6795e9>; proxy; dkim_module_load_key_format: cannot load dkim key /www/server/dkim/xx.com/default.private: cannot map key file: '/www /server/dkim/xx.com/default.private' Permission denied
Set 640 to 644, then restart rspamd to send emails to view the email source code, please replace xxx.com with your domain name.
chmod 644 /www/server/dkim/xx.com/default.private
systemctl restart rspamd
thank you!