Report this

What is the reason for this report?

Can't change hostname or FQDN on Ubuntu 14.04 LEMP droplet

Posted on March 4, 2015

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!

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

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

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.