By thisguy
When I set up the droplet (for lack of an imagination at the time), I set the name to “main”. I have one droplet, so that seemed fairly logical. So I set up root ssh access and type “hostname” and it gives me “main”. Same deal when I type “hostname -f”. Well, I’m trying to set up Exim4 to send mail from my Django app (I only need to send, not receive) and I added “127.0.1.1 main.mydomain.com main” and “<myip> main.mydomain.com main” to /etc/hosts. I then executed “service hostname restart” and “hostname -f” only returned “main”. I even rebooted (something I try to avoid doing) and it still comes back “main”. Not sure why this is…
I’m guessing, but I’m not 100% sure, that’s why when I use the command “echo test message | mail -s test email@email.com” I’m not getting an email at email@email.com (too many emails???). If it isn’t absolutely necessary to have hostnames set up to use exim or sendmail (does anybody know if sendmail is installed by default on Ubuntu LEMP droplets), I’d like to avoid it because its caused me such a headache.
Any help will render me eternally grateful to your apparent awesomeness.
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
for others coming here like me… you don’t need to run service hostname restart if you are using
hostnamectl command.
This comment has been deleted
You’ll want to update the hostname in both /etc/hostname and /etc/hosts before running service hostname restart
On newer systems running systemd (e.g. Ubuntu 16.04), you should use:
sudo hostnamectl set-hostname new-name
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.