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

Fix app mail - Add main domain into hosts file #1780

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from

Commits on Feb 22, 2024

  1. Add main domain into hosts file

    For apps which send mail (or receive) which need a valid TLS certificate the way to make it work is to pass a valid domain (and not localhost), so the target domain match with the provided certificate.
    But postfix and dovecot refuse app authentication from external IP. So we need to force the request on local interface (with the public domain).
    Josue-T committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    2aae4d8 View commit details
    Browse the repository at this point in the history