I cannot for the life of me, disable da branded url

rhiannon

New member
Joined
May 14, 2025
Messages
1
we have a domain, server-x.x.x.x.da.direct:2222 and I have done everything I can think of to disable the branded domain. We have it setup on a subdomain just fine but these domains at da.direct can be programmatically scanned and I want to reduce the attack surface. I have removed all certs, changed the hostname on the server, readded certs, not sure what do here. Please advise.
 
 
Don't forget if you're changing your hostname, make sure you set up an rDNS record at your host and also corresponding A / AAAA records. If you have more than 1 IP pointing to your server that you use, also make sure they have A and rDNS records, and create the /etc/virtual/helo_data file
Code:
nano /etc/virtual/helo_data #enter your ip addresses and FQDNs in this file.
chmod 644 /etc/virtual/helo_data #set correct file parameters
da build exim_conf #this will update exim conf file
da build exim # this will reset and restart exim with new config"
This will update the config files and really help EXIM with mail deliverability. If not you can run the risk of getting blacklisted on Spamhaus and the likes.
Also as said before, make sure your DKIM is enabled, and also consider putting a _DMARC TXT record in your DNS
 
Back
Top