mirror of
https://github.com/cypht-org/cypht.git
synced 2026-04-25 04:56:03 +03:00
[GH-ISSUE #282] IMAP Authentication Failure #242
Labels
No labels
2fa
I18N
PGP
Security
Security
account
advanced_search
advanced_search
announcement
api_login
authentication
awaiting feedback
blocker
bug
bug
bug
calendar
config
contacts
core
core
devops
docker
docs
duplicate
dynamic_login
enhancement
epic
feature
feeds
framework
github
github
gmail_contacts
good first issue
help wanted
history
history
imap
imap_folders
inline_message
installation
keyboard_shortcuts
keyboard_shortcuts
ldap_contacts
mobile
need-ssh-access
new module set
nux
pop3
profiles
pull-request
question
refactor
release
research
saved_searches
smtp
strategic
tags
tests
themes
website
wordpress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/cypht#242
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 @ghost on GitHub (Sep 23, 2018).
Original GitHub issue: https://github.com/cypht-org/cypht/issues/282
Originally assigned to: @jasonmunro on GitHub.
Stock install, set IMAP as the authentication mechanism. No information in the debug of cypht, however did catch these in mail.log:
resist dovecot: imap-login: Disconnected: Too many invalid commands (no auth attempts in 0 secs): user=<>, rip=X.X.X.X[my_ip], lip=X.X.X.X[my_ip], secured, session=<t9Ntp4t28tQtPtOq>Every time I try and login using a system user and mail account for IMAP, it produces this. Almost as if it's not sending the proper commands.
@jasonmunro commented on GitHub (Sep 24, 2018):
Can you try again with Cypht in debug mode? It will send failed authentication details to the PHP log that will likely provide a clue. Info on debug mode is here:
https://github.com/jasonmunro/cypht/wiki/Troubleshooting-Login-Issues
Also if you are running the latest release code, it's pretty old - I would recommend running the latest git checkout (need to get around to another release!).
Thanks for the feedback.
@jasonmunro commented on GitHub (Nov 29, 2018):
Without additional feedback I can't address this issue. Obviously IMAP authentication is working for me :) If you still are having problems please re-open this issue or file a new one. Thanks!