Setting Hostname after full config - Impact?

Hi all,

I am trying to set up a send-only mail solution using Exim per the following instructions:

https://www.linode.com/docs/email/exim/ … -lts-lucid">https://www.linode.com/docs/email/exim/sendonly-mail-server-with-exim-on-ubuntu-10-04-lts-lucid

The first thing it says to do is to set my hostname per these instructions:

https://www.linode.com/docs/getting-sta … e-hostname">https://www.linode.com/docs/getting-started#sph_set-the-hostname

My question - I never set the hostname in the first place and have been running a full LAMP system with a half a dozen domains on it for the past 2 years. I don't want to impact anything by changing the hostname.

When I do a "hostname -F" I get "liXXX-XXX.members.linode.com" which I imagine was a default of some sort, but it's not specified in any hostname file that I can find. If I'm fine with that hostname, can I just keep it? I've never noticed if it changes since I always use the IP address for connections.

If I do need to set my hostname as per the instructions, do I need to be aware of apache or anything else needing reconfiguration as well?

Thanks!

1 Reply

If everything has been working fine with your default hostname (liXXX-XXX.members.linode.com), there's no reason to change it at all. Some hosting companies don't have reasonable defaults, so it's necessary to manually set the hostname in such cases. But Linode is not one of them.

In most cases, the hostname is purely cosmetic and therefore should have no impact on anything. Some programs, however, may be more sensitive to hostname changes. You should be particularly careful with email software such as exim and postfix, because you don't want them to suddenly start HELO'ing with a different hostname. The hostname tends to get hardcoded all over the place in various email-related configuration files, so it's important to find them all.

Reply

Please enter an answer
Tips:

You can mention users to notify them: @username

You can use Markdown to format your question. For more examples see the Markdown Cheatsheet.

> I’m a blockquote.

I’m a blockquote.

[I'm a link] (https://www.google.com)

I'm a link

**I am bold** I am bold

*I am italicized* I am italicized

Community Code of Conduct