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

Root URL Settings, SSL, HELO hostname #448

Closed
candideu opened this issue Aug 31, 2021 · 3 comments
Closed

Root URL Settings, SSL, HELO hostname #448

candideu opened this issue Aug 31, 2021 · 3 comments
Labels
question Further information is requested

Comments

@candideu
Copy link
Contributor

Hello! I've deployed the app in Heroku and I'm filling out the Settings. I'm still pretty new to this.

Under the "General" tab, I'm not sure what to put for "Root URL - Public URL of the installation".

I have a domain name for my site already -- should I create a subdomain with my registrar? If so, are there any resources on doing so, and what I should be pointing things to?

Is the root URL the same thing that I would enter in the "HELO hostname" field of the "SMTP" tab in the settings?

Lastly, I have SSL set up through my registrar. If I set up this root URL to a subdomain, will it apply to Listmonk?

@knadh knadh added the question Further information is requested label Sep 1, 2021
@knadh
Copy link
Owner

knadh commented Sep 1, 2021

Under the "General" tab, I'm not sure what to put for "Root URL - Public URL of the installation".

It's the URL of your Heroku app, the default Heroku domain or whatever custom domain you may have assigned to it. So either your-site.herokuapp.com or yourcustomsite.com (or a subdomain if that's what you're assigning)

Is the root URL the same thing that I would enter in the "HELO hostname" field of the "SMTP" tab in the settings?

HELO is SMTP specific. If your SMTP server does not ask for it, it should be left blank.

Lastly, I have SSL set up through my registrar. If I set up this root URL to a subdomain, will it apply to Listmonk?

hm, I'm not sure what this means. You should refer to Heroku docs on SSL for custom domains.

@knadh knadh closed this as completed Sep 1, 2021
@candideu
Copy link
Contributor Author

candideu commented Sep 1, 2021

Thanks for your help @knadh! Using the Heroku domain worked. 😄

For Heroku: since I'm on the free plan, the SSL only works if I use the Heroku-provided domain.

@MaximilianKohler
Copy link
Contributor

MaximilianKohler commented Dec 15, 2023

HELO is SMTP specific. If your SMTP server does not ask for it, it should be left blank.

I was searching for "HELO hostname amazon ses", and Amazon seems to reference EHLO instead.

This says they're the same:

The EHLO procedure allows the client to identify itself to the SMTP server. The HELO procedure performs the equivalent functionality, but returns less information about the server.

I had mine on listmonk.mydomain.com, the same as the "root URL", but I guess I'll remove it.

EDIT:

I don't see much info on "LOGIN, PLAIN, CRAM", but these say CRAM is the most secure:

CRAM didn't work with SES though. 504 The requested authentication mechanism is not supported

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

No branches or pull requests

3 participants