Displaying 6 results from an estimated 6 matches for "imap_server_typ".
Did you mean:
imap_server_type
2003 May 07
4
dovecot and squirrelmail
Is anyone using squirrelmail with dovecot? After a few minor tweaks
squirrelmail seems to work great, but I can't seem to get rid of the
"./" folder.
SquirrelMail implements some workaround hacks for specific IMAP server
quirks. The default setting is:
$imap_server_type = 'uw';
What settings do you folks use?
Thanks,
Warren Togami
warren at togami.com
2014 Aug 05
1
prefix behavior with Dovecot / Squirrelmail
Old: Dovecot 1.1.18 + Squirrelmail 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_inbo...
2011 Apr 05
1
squirrelmail doesn't display share
...template=quota_rule=*:backend=%q
driver = vpopmail
}
protocol imap {
imap_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[]...
2006 Jan 19
0
Migrating from UW IMAP - pine - Thunderbird - squirrelmail
...umentation:
===========================
http://techpubs.sgi.com/library/tpl/cgi-bin/getdoc.cgi?coll=fw&db=man&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 Plugi...
2006 Apr 29
3
FreeBSD 6 - DirectAdmin - dovecot
Since version 1.0 I experience strange problems with dovecot. At the
moment I have beta 7 installed. I use FreeBSD 6.0.
* Pop3 works
* Imap works, but only when i telnet to localhost
* In all other cases I can't connect to the server. Tried with
squirrelmail, uebimau and thunderbird. Squirrelmail after a long time
waiting: "ERROR: Connection dropped by IMAP server."
2007 Dec 19
4
Squirrelmail + Dovecot + Maildir
I have been struggling with getting my Fedora 7 box set up to use
dovecot with Squirrelmail and Maildir. It works correctly with the exception of writing outgoing mail to the right folder (.Sent) or drafts (.Drafts). If I send a mail with Mutt, 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