Displaying 5 results from an estimated 5 matches for "default_folder_prefix".
2003 Aug 19
1
Squirrelmail and Dovecot folder namespace
...It works well, however folder subscriptions in Squirrelmail annoyingly
end up with "./" prefixes because Squirrelmail refuses to work without
overriding the folder namespace. All of my other IMAP clients work fine
without setting that option.
Squirrelmail's default setting is this:
$default_folder_prefix = './mail';
This setting breaks Squirrelmail:
$default_folder_prefix = '';
This setting becomes default if you attempt to blank that user's
preference:
$default_folder_prefix = './';
The end result of this is duplicate entries in .subscripti...
2007 Dec 19
4
Squirrelmail + Dovecot + Maildir
..., it writes the mail to the right place, so it has to be squirrelmail config or dovecot config. I want to use .Sent for sent-mail
(~user/Maildir/.Sent) and .Drafts for drafts (~user/Maildir/.Drafts).
Here is what I see in /etc/squirrelmail/config.php
$optional_delimiter = '.';
[snip]
$default_folder_prefix = '';
$trash_folder = 'Trash';
$sent_folder = 'Sent';
$draft_folder = 'Drafts';
$default_move_to_trash = true;
$default_move_to_sent = true;
$default_save_as_draft = true;
Th...
2011 Apr 05
1
squirrelmail doesn't display share
...map_client_workarounds = delay-newmail
}
# cat config_local.php
<?php
####################
# Local configuration for Qmail Toaster
# configure to suit your requirements
$hide_sm_attributions = true;
$useSendmail = false;
$imap_server_type = 'courier';
$optional_delimiter = '.';
$default_folder_prefix = 'INBOX.';
$show_prefix_option = false;
$show_contain_subfolders_option = false;
$delete_folder = true;
$plugins[] = 'calendar';
$plugins[] = 'notes';
$plugins[] = 'filters';
$plugins[] = 'quota_usage';
$plugins[] = 'unsafe_image_rules';
$plugins[] =...
2014 Aug 05
1
prefix behavior with Dovecot / Squirrelmail
...l 1.4.8 + Imapproxy
New: Dovecot 2.2.10 + Squirrelmail 1.4.22 (no Imapproxy)
In both, we have:
[dovecot config]
namespace private {
separator = .
prefix = Mail.
inbox = yes
}
(The 'Mail' prefix is set this way for compatibility reasons)
$imap_server_type = 'dovecot';
$default_folder_prefix = 'Mail.';
$trash_folder = 'Mail.Trash';
$sent_folder = 'Mail.Sent';
$draft_folder = 'Mail.Drafts';
$show_contain_subfolders_option = true;
$default_sub_of_inbox = false;
(I know some of these are red...
2006 Jan 19
0
Migrating from UW IMAP - pine - Thunderbird - squirrelmail
...&fname=/usr/freeware/catman/u_man/cat5/mbox.Z
http://people.redhat.com/rkeech/maildir-migration.txt
squirrelmail:
=============
$use_imap_tls = true;
$imapPort = 993;
$imap_server_type ='dovecot';
$optional_delimiter = 'detect';
$force_username_lowercase = true;
$default_folder_prefix = '~/Mail/';
$sent_folder = 'sent';
$show_prefix_option = false;
$show_contain_subfolders_option = false;
Thunderbird Plugins
===================
With imap Folder the Xpunge plugin is very usefull to have consitent
mailboxes.
Xpunge
https:/...