| Summary | Creating mailbox with Cyrus and unixhierarchy=on |
| Queue | Horde Framework Packages |
| Type | Bug |
| State | Resolved |
| Priority | 3. High |
| Owners | |
| Requester | sgrondin (at) csbf (dot) qc (dot) ca |
| Created | 08/01/2005 (1256 days ago) |
| Due | |
| Updated | 08/02/2005 (1255 days ago) |
| Assigned | |
| Resolved | 08/02/2005 (1255 days ago) |
| Attachments | framework.diff ![]() |
| Milestone | |
| Patch | No |
State ⇒ Resolved
using preg_match().
Type ⇒ Bug
Summary ⇒ Creating mailbox with Cyrus and unixhierarchy=on
New Attachment: framework.diff
Queue ⇒ Horde Framework Packages
Priority ⇒ 3. High
State ⇒ Unconfirmed
When I create a new user, the unixhierarchy is not respected.
This patch update Auth/cyrsql.php and IMAP/Admin.php
1st: Adding params to unixhierarchy for creating mailbox. (cyrsql.php)
2nd: Create params 'hostspec', 'port' and 'protocol' from 'dsn'
because some function don't use 'dsn' in that file. (Admin.php)
I'm not a very good programmer in PHP but this patch permit me to
create mailbox without error or warning.
Thanks,