View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0004919 | SOGo | sogo-tool | public | 2020-01-02 15:37 | 2020-05-05 14:53 |
Reporter | Jacek | Assigned To | francis | ||
Priority | high | Severity | major | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Platform | [Server] Linux | OS | RHEL/CentOS | OS Version | 7 |
Product Version | 4.2.0 | ||||
Fixed in Version | 4.3.2 | ||||
Summary | 0004919: sogo-tool update-autoreply fails to retrieve IMAP delimiter and uses empty one | ||||
Description | Per Installation Guide we have the following crontab entry set up: /etc/sogo/sieve.creds contains Dovecot master credentials, that may be used to login to sieve daemon as any user, but not as the master itself (only "master=yes" entry present per https://doc.dovecot.org/configuration_manual/authentication/master_users/). Unfortunately SOGo tries to log in to IMAP as this user, which obviously fails. This failure to fetch IMAP delimiter causes generated Sieve rules not to contain delimiters at all! Either SOGo should log in as master*user or just use/fallback to NGImap4ConnectionStringSeparator If I was to guess, root cause is related to fix of https://sogo.nu/bugs/view.php?id=4846 | ||||
Steps To Reproduce |
| ||||
Additional Information | 2020-01-02 13:49:30.123 sogo-tool[4935] Checking user SOMEUSER S[0x34cc7d0]: OK "Logged in." S[0x34cc7d0]: OK "PUTSCRIPT completed." | ||||
Tags | No tags attached. | ||||
sogo: master 5da7903c 2020-05-05 10:48 Details Diff |
chore(tool): fallback to NGImap4ConnectionStringSeparator When using a master user to update the Sieve scripts through sogo-tool, we may not be able to detect the IMAP delimiter. Therefore, we must fallback to the default NGImap4ConnectionStringSeparator. Fixes 0004919 |
Affected Issues 0004919 |
|
mod - SoObjects/SOGo/SOGoSieveManager.m | Diff File |
Date Modified | Username | Field | Change |
---|---|---|---|
2020-01-02 15:37 | Jacek | New Issue | |
2020-05-04 12:56 | Hy3n4 | Note Added: 0014304 | |
2020-05-05 14:53 | francis | Changeset attached | => sogo master 5da7903c |
2020-05-05 14:53 | francis | Assigned To | => francis |
2020-05-05 14:53 | francis | Resolution | open => fixed |
2020-05-05 14:53 | francis | Status | new => resolved |
2020-05-05 14:53 | francis | Fixed in Version | => 4.3.2 |