Thanks for your effort, I will check that. I still can't believe that Zimbra does not release a fix for NE Customers for more than a month... and now waiting for another moth just that if fits in there release cycle.zmcontrol wrote: ↑Thu Oct 10, 2024 12:03 amoetiker,oetiker wrote: ↑Tue Oct 08, 2024 5:18 pm ZBUG-4317 (Autocomplete failure after updating to 10.1.1) is still not fixed in this release (classic and modern ui)
Product Management's comments on the bug: This bug has been classified as an S2 severity issue. We acknowledge its impact, and our engineering team is working on fixing the issue.
The current commits for the fix found here
https://github.com/Zimbra/zm-mailbox/pull/1660/commits
patch two files in the zm-mailbox repository
Provisioning.java
LdapProvisioning.java
...
...
Zimbra 10.1.2 Released - Please Post Patch/Upgrade Results Here
- oetiker
- Outstanding Member
- Posts: 313
- Joined: Fri Mar 07, 2014 1:05 pm
- Location: Switzerland
- ZCS/ZD Version: Release 10.1.2.GA.4633.UBUNTU20_64
- Contact:
Re: Zimbra 10.1.2 Released - Please Post Patch/Upgrade Results Here
Re: Send later not working
Hi, is this a known and confirmed bug?zmcontrol wrote: ↑Fri Oct 11, 2024 8:19 pm Hello,
While testing 10.1.2 FOSS on unbuntu 20.04, it appears the 'send later' feature is broken.
After checking mailbox.log this might have started with 10.1.1.
If an email is scheduled to send later on the same day it will successfully deliver.
However if the scheduled date is the next day or later, the email will be deleted from the drafts folder without sending.
When a scheduled email is successfully delivered the log entries areWhen the scheduled delivery date is later than the current day the only entry isCode: Select all
[ScheduledTask-1] [] mailop - Adding Message:... [ScheduledTask-1] [] smtp - Sending message to MTA at mail:... [ScheduledTask-1] [] mailop - Deleting Message ...
Code: Select all
[ScheduledTask-2] [] mailop - Deleting Message ...
Re: Send later not working
bulletxt,
My only access is to search zimbra's github repositories.
At a glance I didn't notice any references to this bug.
I also searched the forums without success.
Are you able to confirm this bug in your environment?
I'm testing 10.1.2 FOSS on ubuntu 20.04.
Re: Zimbra 10.1.2 Released - Please Post Patch/Upgrade Results Here
oetiker,
Upon further testing this bug is now showing up on multiple accounts running 10.1.2 FOSS on ubuntu 20.04.
After replacing zimbrastore.jar with the patched version the bug remains.
When I have some time I will parse through the problematic accounts contacts to determine which fields are still causing this issue.
- L. Mark Stone
- Ambassador
- Posts: 2843
- Joined: Wed Oct 09, 2013 11:35 am
- Location: Portland, Maine, US
- ZCS/ZD Version: 10.0.10 Network Edition
- Contact:
Re: Send later not working
We too have had reports of Send Later not working as expected, resulting in data loss.zmcontrol wrote: ↑Tue Oct 15, 2024 7:14 pmbulletxt,
My only access is to search zimbra's github repositories.
At a glance I didn't notice any references to this bug.
I also searched the forums without success.
Are you able to confirm this bug in your environment?
I'm testing 10.1.2 FOSS on ubuntu 20.04.
Specifically, a message queued up to be Sent Later is saved in the Drafts folder. The time for sending the message comes and goes. At the to-be-sent time the message is removed from the Drafts folder, but not sent. The message is not saved in Sent nor in Trash; the message is irretrievably lost.
We have advised our hosting customers that we are turning off the Send Later feature, and that they should either send those queued up messages now, or, save the contents somewhere else. It's not clear what happens when a message to be Sent Later is in the Drafts folder, and the feature is turned off before the message's time to be sent arrives.
Hope that helps,
Mark
___________________________________
L. Mark Stone
Mission Critical Email - Zimbra VAR/BSP/Training Partner https://www.missioncriticalemail.com/
AWS Certified Solutions Architect-Associate
L. Mark Stone
Mission Critical Email - Zimbra VAR/BSP/Training Partner https://www.missioncriticalemail.com/
AWS Certified Solutions Architect-Associate
Re: Send later not working
L. Mark Stone,L. Mark Stone wrote: ↑Wed Oct 16, 2024 2:22 pm We too have had reports of Send Later not working as expected, resulting in data loss.
Thanks for your feedback and confirmation.
autocomplete failed - ZBUG-4317
Hello,
After testing it appears the commits related to ZBUG-4317 (autocomplete failed) found here
https://github.com/Zimbra/zm-mailbox/pull/1660/commits
do resolve some of the problematic contacts fields but not all.
After applying the commits above the issue was resolved with some accounts, however it remained with others.
--
After applying the fixes, one way to determine which field(s) in a user's contacts that itriggers this bug is to:
Export the separate Contacts folders (Contact, Emailed Contacts, etc..) with type 'Account Contacts'.
Search the exported csv(s) for """ (three double quotes in a row).
Move all entries containing """ to the trash folder (contacts in the trash won't populate when autocompleting).
Verify if this resolves the issue.
--
Some observations..
'Contact Groups' will contain """ but shouldn't trigger this bug.
Since contacts in the trash folder are excluded from autocomplete, it's fast to test which entries are bad/good.
If a user creates a single contact, but includes more than one email address in the 'Email1' field it will trigger this bug.
Some entries in 'Emailed Contacts' had jacked up addresses in the 'Email' field that triggered this bug. For example:
,"""firstpart1@domain1.comfirstpart2""@domain2.com",
Somehow this field was parsed improperly at the time it was created.
Re: Send later not working
Hello,zmcontrol wrote: ↑Fri Oct 18, 2024 11:35 pmL. Mark Stone,L. Mark Stone wrote: ↑Wed Oct 16, 2024 2:22 pm We too have had reports of Send Later not working as expected, resulting in data loss.
Thanks for your feedback and confirmation.
Since version 8.8.15, we have a similar bug: if we restart the mailbox servers, the messages waiting in the drafts are lost.
Otherwise, even in version 10.1.2, if you don't restart the mailbox servers, the “send later” function works even the next day.
Do you restart mailbox servers every night?
- L. Mark Stone
- Ambassador
- Posts: 2843
- Joined: Wed Oct 09, 2013 11:35 am
- Location: Portland, Maine, US
- ZCS/ZD Version: 10.0.10 Network Edition
- Contact:
Re: Zimbra 10.1.2 Released - Please Post Patch/Upgrade Results Here
To my understanding, the Send Later defect has been assigned ZBUG-4384.
All users should be able to check its status in pm.zimbra.com shortly I would expect.
Network Edition users can check the status of any bug (but not a ZRFE) through the Support Portal.
Hope that helps,
Mark
All users should be able to check its status in pm.zimbra.com shortly I would expect.
Network Edition users can check the status of any bug (but not a ZRFE) through the Support Portal.
Hope that helps,
Mark
___________________________________
L. Mark Stone
Mission Critical Email - Zimbra VAR/BSP/Training Partner https://www.missioncriticalemail.com/
AWS Certified Solutions Architect-Associate
L. Mark Stone
Mission Critical Email - Zimbra VAR/BSP/Training Partner https://www.missioncriticalemail.com/
AWS Certified Solutions Architect-Associate