|
Hi all,
I use the Cyrus imap server with
postfix.
When i set this in my config file:
global
$auto_create_special;
$auto_create_special = true; I get the following error:
FOUT: Kan opdracht niet
verwerken.
Verzoek:CREATE "INBOX.Sent" Reden: Permission denied When i set it again to:
global
$auto_create_special;
$auto_create_special = false; It works, but no send or trash map :(
Other settings:
global $imap_server_type;
$imap_server_type = 'cyrus'; global
$default_folder_prefix;
$default_folder_prefix = ''; global $default_move_to_trash,
$default_move_to_sent, $default_save_as_draft;
global $trash_folder, $sent_folder, $draft_folder, $auto_expunge; global $delete_folder; $default_move_to_trash = true; $default_move_to_sent = true; $default_save_as_draft = true; $trash_folder = 'INBOX.Trash'; $sent_folder = 'INBOX.Sent'; $draft_folder = 'INBOX.Drafts'; $auto_expunge = true; $delete_folder = false; /* Whether or not to list the special folders first
(true/false). */
global $list_special_folders_first; $list_special_folders_first = true; /**
* Are all your folders subfolders of INBOX (i.e. cyrus IMAP server). * If you are unsure, set it to false. */ global $default_sub_of_inbox; $default_sub_of_inbox = true; /**
* This enables the no select fix for Cyrus when subfolders * exist but parent folders do not */ global
$noselect_fix_enable;
$noselect_fix_enable = true; I hope you guys know an answer ;)
Greetz,
Tom
|
- Re: [SM-USERS] Bug: Cyrus - Squirelmail ? Tom Myny
- Re: [SM-USERS] Bug: Cyrus - Squirelmail ? Chris Hilts
- Re: [SM-USERS] Bug: Cyrus - Squirelmail ? Jonathan Angliss
- Re: [SM-USERS] Bug: Cyrus - Squirelmail ? Alexandros Vellis
