View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0003779 | SOGo | Backend Mail | public | 2016-07-26 10:14 | 2016-12-20 16:01 |
Reporter | zhb | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | always |
Status | new | Resolution | open | ||
Product Version | 3.1.4 | ||||
Summary | 0003779: Cannot delete email from public folder with SOGo webmail | ||||
Description |
Server is an iRedMail server, accessing public folder works fine with both Roundcube webmail (1.2.0) and SOGo. Deleting email in public folder works fine in Roundcube webmail, but not SOGo (when you click the "Delete" button, the mail disappears, seems like deleted, but if you refresh the folder, it appears again, so not deleted at all). With 'ImapDebugEnabled = YES;' in sogo.conf, i just get one log line while deleting mail, seems it didn't perform any IMAP command to actually delete the mail. Jul 26 06:09:23 sogod [2525]: 172.16.100.1 "POST /SOGo/so/<login_user@mydomain>/Mail/0/folderPublic/folderTestUser/batchDelete HTTP/1.0" 204 0/12 0.308 - - 0 | ||||
Tags | No tags attached. | ||||
Sniff the IMAP traffic to identify which IMAP command fails. Thanks! |
|
As mentioned in my report: "With 'ImapDebugEnabled = YES;' in sogo.conf, i just get ONE log line while deleting mail, seems it didn't perform any IMAP command to actually delete the mail." There's no IMAP command sent by SOGO. |
|
UPDATE: With Dovecot debug, it shows SOGo did execute IMAP command 'copy' to move email from public folder to Trash, but the mail was not actually moved. Dovecot log: Aug 05 07:47:27 imap(postmaster@a.cn): Info: copy from Public/TestFolder: box=Trash, uid=12, msgid=, size=504 ) No error in Dovecot log. |
|
Use tcpflow to sniff the TCP packets on port 143. You could perform the same operation on both Roundcube and SOGo and compare the results. Also show the configuration of your shared namespace in Dovecot. |
|
Here's the full Dovecot config i used to test public folder, it works fine with Roundcube, but not SOGo: And we have tutorial to show you how to manage public folder here: I will try the tcpflow later. But maybe you guys can try to reproduce it too? |
|
No tcpflow provided, lowering importance. |
|
Date Modified | Username | Field | Change |
---|---|---|---|
2016-07-26 10:14 | zhb | New Issue | |
2016-08-04 18:46 | francis | Note Added: 0010567 | |
2016-08-04 23:43 | zhb | Note Added: 0010569 | |
2016-08-04 23:52 | zhb | Note Added: 0010570 | |
2016-08-05 01:07 | francis | Note Added: 0010571 | |
2016-08-05 03:23 | zhb | Note Added: 0010572 | |
2016-12-20 16:01 | ludovic | Note Added: 0011051 | |
2016-12-20 16:01 | ludovic | Severity | major => minor |