Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use "localhost" or "127.0.0.1" but not both #797

Closed
JoshData opened this issue Apr 13, 2016 · 0 comments
Closed

Use "localhost" or "127.0.0.1" but not both #797

JoshData opened this issue Apr 13, 2016 · 0 comments

Comments

@JoshData
Copy link
Member

Most machines define localhost as 127.0.0.1 and so they are equivalent but some machines define localhost as some other loopback address (like 127.0.1.1), and on those machines they are not equivalent. Since we use localhost and 127.0.0.1 in different parts of the setup, we may be configuring things inconsistently.

We should use "localhost" consistently throughout.

See https://discourse.mailinabox.email/t/opendkim-is-not-running-port-8891/1188/12.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant