mirror of
https://github.com/modoboa/modoboa.git
synced 2026-04-26 01:16:01 +03:00
[GH-ISSUE #1428] Untrusted TLS connection established ... #1132
Labels
No labels
bug
bug
dependencies
design
documentation
duplicate
enhancement
enhancement
enhancement
feedback-needed
help-needed
help-needed
installer
invalid
looking-for-sponsors
modoboa-contacts
new-ui
new-ui
pr
pull-request
pyconfr
python
question
security
stale
webmail
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/modoboa-modoboa#1132
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Gravity-87 on GitHub (Mar 6, 2018).
Original GitHub issue: https://github.com/modoboa/modoboa/issues/1428
Impacted versions
Steps to reproduce
Current behavior
Sometimes I have log-messages like:
Expected behavior
I don't know. I just want to ask, if these messages are a hint for an assumed mal-configuration in the modoboa-mailserver or not (= it simply happens and it's OK)? Researching the internet, I found the following hint:
Would you recommend this modification in /etc/postfix/main.cf or will this depend on another aspects, not yet considered here?
Video/Screenshot link (optional)
@ghost commented on GitHub (Mar 6, 2018):
You only need to add
smtp_tls_CApathtomain.cfto fix these log messages@Toniob commented on GitHub (Mar 6, 2018):
Or it could just mean that the peer is using a self-signed certificate or that the hostname doesn't match with the certificate.
@tonioo commented on GitHub (Mar 7, 2018):
I think that's something we can add to the configuration deployed by the installer.