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 | 2005-08-01 (5649 days ago) |
Due | |
Updated | 2005-08-02 (5648 days ago) |
Assigned | |
Resolved | 2005-08-02 (5648 days ago) |
Milestone | |
Patch | No |
State ⇒ Resolved
using preg_match().
Type ⇒ Bug
State ⇒ Unconfirmed
Priority ⇒ 3. High
Summary ⇒ Creating mailbox with Cyrus and unixhierarchy=on
Queue ⇒ Horde Framework Packages
New Attachment: framework.diff
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,