Summary | IMP Compose Page Need to login to send email |
Queue | IMP |
Queue Version | 4.1.6 |
Type | Bug |
State | No Feedback |
Priority | 2. Medium |
Owners | |
Requester | sas (at) salman (dot) or (dot) id |
Created | 01/12/2009 (6021 days ago) |
Due | |
Updated | 01/24/2009 (6009 days ago) |
Assigned | 01/12/2009 (6021 days ago) |
Resolved | 01/24/2009 (6009 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
Summary ⇒ IMP Compose Page Need to login to send email
Priority ⇒ 2. Medium
State ⇒ Feedback
Priority ⇒ 3. High
Type ⇒ Bug
Summary ⇒ IMP Compose Page Need to login to send email!
Queue ⇒ IMP
Milestone ⇒
Patch ⇒ No
State ⇒ Unconfirmed
feature activate.
Sending process failed because row locking on table horde_sessionhandler.
This is my conclussion to the problem, after trial-error and view the
log file:
- the autoexpand process (for email address) is lock the session
record in table horde_sessionhandler
- when we try to send the email, this processs can not access the
session record (since autoexpand process locked it)
- then imp force user to relogin, new session id will be generated i guess!
How to regenerate the problem?
- setup more than one turba address book with external LDAP/Active Directory
- make sure all address book working
- activate autoexpand feature
- set imp mail composition option to using pop-up window
- shutdown one of the address book server
- compose mail from imp
- fill "To" field with random destination email addressan move cursor
to subject, the red block "Expanding" will be showed for a long time!
(May be it need to connect to LDAP/Active Directory Server that we
shutdown earlier.)
- klik "Send Message" button, if the timeout value exceeded (i don't
know what the value and where is it) the pop-up window show login page.
thanks