In the process of adding a new ActiveDirectory domain controller to our network, we decided to rename the domain from "domain.local" to "domain.priv." I scoured all parts of our application server for instances of "domain.local," replacing them with "domain.priv." I did change hostname and change the content of files in /etc/mail which had "domain.local" in them.
I also navigated to /etc/mail and rebuilt sendmail using make. New files with our new domain were generated, which was promising.
I then restarted sendmail and sent test emails, but none are being successfully sent.
Pertinent entry from /var/log/maillog:
Authentication-Warning: server_name.domain.priv: deploy set sender to
user@company.com using -f
Which other places on the server could contain the old domain name? What should I configure/reconfigure to ready this application server for the domain name change? At this point I'm not sure if it's sendmail, a DNS issue or simply the contents of some file on the application server
Thanks and cheers!
