Dear HTF friends, I am currenlty running in to an issue where any mails sent to the current domain keeps bouncing back because the name show that the tld/hostname is added at the end of it. Any one have an idea as to why it keeps adding .website.com to the name? Settings : https://helpdesk.mijndomein.nl/hc/nl/articles/200426862-Nameservers-doorverwijzen Yes CNAME mail mail.mijndomein.nl. 0 3600 Yes MX website.com. mailfilter1.mijndomein.nl. 10 3600 Yes MX website.com. mailfilter2.mijndomein.nl. 20 3600 ErrorInfo : The mail system info@website.com : Host or domain name not found. Name service error for name=mailfilter2.mijndomein.nl.website.com type=AAAA: Host not found Setup : Multi server stup running nginx + postfix + dovecot Any help would be greatly appreciated. Thanks
What name server is that host using? If that name server has record for mailfilter2.mijndomein.nl with ORIGIN se to website.com, that error happens if mailfilter2.mijndomein.nl is not marked as FQDN by writing dot "." at the end. Check what that name server answers when querying for mailfilter2.mijndomein.nl. Testing instructions: https://www.howtoforge.com/tutorial/setting-up-your-own-name-service-with-ispconfig/#nbsptesting
Thanks Taleman. Was a combination of two, the "." was missing at the end and i needed to resync the domain DNS settings. This has got me wondering, is there anyway to avoid having to resync all my DNS settings to my second DNS server every time i add/modify a DNS setting? Maybe i need to open a new thread if necessary.
Resyncing should not be required, especially as the resync does exactly the same that happens when you edit and save the DNS record. Is the second DNS server an ispconfig mirror of the first one? Or is it an external third party server which runs a BIND slave?
Yes, it's actually a mirror of the first DNS server. Strange thing it doesn't work properly unless i resync. Could it be that i have to re-check if the SSH key is working or need to re-generate one?
If second DNS server is in ISPConfig set as mirror of the first SSH is not used in mirroring. Check the setup, is it really marked as mirror, and does the database connection work from that host.
That's what i tought. Yes, it's mirror and database connection works. Aha! I just did a little reading up. I think his problem was unique to this domain name because the DNS data existed before the second server was installed : https://git.ispconfig.org/ispconfig/ispconfig3/issues/1483