mirror of
https://github.com/modoboa/modoboa.git
synced 2026-04-26 01:16:01 +03:00
[GH-ISSUE #1671] Can't connect with mail client thunderbird #1312
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#1312
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 @minaeid90 on GitHub (Feb 11, 2019).
Original GitHub issue: https://github.com/modoboa/modoboa/issues/1671
I can't connect to mail client like Thunderbird or on my android mail. I got a connection time out. The mail works fine on the web.
@tonioo commented on GitHub (Feb 25, 2019):
@minaeid90 Looks like a firewall issue...
@fpiccinali commented on GitHub (Sep 5, 2019):
@minaeid90
Do you still have the issue ?
If it is ok, can you close this issue ?
@Siriuo commented on GitHub (Sep 29, 2019):
Seems to be an issue with SMTP authentication.
IMAP authentication seems to validate on android devices (Specifically using Boxer Mail) however SMTP doesn't appear to authenticate.
@Siriuo commented on GitHub (Oct 1, 2019):
Okay found a solution to the issue. Turns out I was able to connect with one of my domains.
I had to duplicate the autoconfig.domain.com nginx config for the other domains. Following that I had to duplicate the mail.domain.com nginx config for the other domains.
I then had to add the other domains to the ALLOWED_HOSTS section of /srv/modoboa/instance/instance/settings.py
This essentially resolves a few issues. Firstly the autoconfig/autodiscover for third party clients (android mail, thunderbird etc) and the webmail access for other domains.