similar to: Prayer, Maildir and Folders whose names begin with "."

Displaying 20 results from an estimated 900 matches similar to: "Prayer, Maildir and Folders whose names begin with ".""

2008 Oct 22
2
dovecot 1.0 to 1.1 upgrade and filesystem separators
Dear All I have a test system where I am trying out 1.1.4 On the old 1.0rc6 (!) system I had edited: src/lib-storage/index/maildir/mail-storage.h to change: #define MAILDIR_FS_SEP ';' #define MAILDIR_FS_SEP_S ";" so I can get some mail folder hierarchy and '.'s in folder names - this all worked perfectly. Under 1.1.4 the MAILDIR_FS_SEP lines are no longer present.
2007 Jul 06
2
problem with subscriptions file version 1.0.1
Hello, I am currently working on a patch to add IMAPdir support to dovecot. (For those who do not know, IMAPdir is exactly like Maildir except that instead of having a folder .foo it would just be foo. The advantage is that the file system is slightly easier to search through without the dot in front of the folders.) The first thing I did was get the configuration file working for Maildir.
2006 Aug 21
2
Maildir folder separator
Hi, There's been some demand from users to make it possible to use the period character (.) in folder names, but that is impossible when the folder separator is already period. Is there any possibility of replacing that which another separator, say a / ? -Mikko
2005 Oct 20
3
.'s in folder names
Hi there We are trying to move over from 1 IMAP server to another, but the problem is dovecot does not allow .'s in folder names (and we have quite a number of people who do have .'s in their folder names (ie "www.domain stuff") Is there anyway of allowing dovecot to allow .'s in folder names? Thanks Craig Whitmore -------------- next part -------------- An HTML attachment
2007 Feb 15
1
maildir and the separator for subfolder
hi, I use dovecot 1.0rc15 with one maildir namespace. I'd like to be able to use '.' in folders and subfolders name. So, I setup the default namespace with separator =':' But, when I create some folders and then subfolders with thunderbird the filename one the server are named with some '.' no ':'... It seems that dovecot always interprets '.'
2006 Nov 28
0
Fwd: Prayer "For Fiji Ever Fiji"
---------- Forwarded message ---------- From: ravesi konrote <sales@manafiji.com> Date: Nov 29, 2006 9:35 AM Subject: Prayer "For Fiji Ever Fiji" To: fb@manafiji.com, Cecilia Frost <salesnaviti@navitiresort.com.fj>, Mana Island Personal Assistant <stoga@manafiji.com>, mana.vinnie@gmail.com, Mana Wedding <wedding@manafiji.com>, reservationsmana
2009 Mar 09
2
Dovecot 1.1.11 failing to accept SSL/TLS connections
Greetings - We are running Dovecot 1.1.11 on our servers and have been gradually migrating people off our old (UW-based) systems onto the new (Dovecot-based) ones. As a result the new systems are seeing more connections from more people. We have started seeing problems reported by users of our webmail service that they are getting an error indicating the webmail software (Prayer) has failed to
2003 Aug 05
0
The American Resolve Prayer and Tribute Poster (PR#3662)
<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:dt="uuid:C2F41010-65B3-11d1-A29F-00AA00C14882" xmlns="http://www.w3.org/TR/REC-html40"> <head> <meta http-equiv=Content-Type content="text/html; charset=windows-1252">
2001 Sep 27
3
Kerberos in OpenSsh 2.9.9p2
I note with interest that Kerberos support is now available (for the version 1 protocol, at least) in OpenSSH 2.9.9p2. However, it does not build with MIT Kerberos, due to the usual Heimdal/MIT library differences. These look, by and large, like the same problems I encountered when porting Dan Kouril's patch to MIT Kerberos - so I'm having a go at fixing them (my GSSAPI patches need
2006 Jan 10
1
Eid Mubarak
Dear All, For those who celebrate Eid. I would like to wish you a very Happy Eid Mubarak. For those who do not know what it is, Its a Prayer in memory of Ishmael son of Abraham, when he attempted to sacrifice his beloved son on request by god. Muslim's celebrate it with a sacrifice of a goat every year. I belive Christians & Jew's belive in the same. Peace and Harmony to all.
2012 Apr 30
1
Thank-you to Samba developers
Here's a short quote from a work-related email I sent earlier today, announcing AD authentication from a linux VM. It expresses my awe at the folks who write and maintain Samba, and it's long overdue from me: It?s been 3 or 4 years since I configured Samba; it?s always a challenge for me, mainly due to my poor understanding of MSoft networking. Then when it works, I offer a silent prayer
2003 Oct 05
2
not sure
I just received an e-mail from V.K. Quach and I am not really sure what it meant. So if anyone can help me I would really appreciate it. I just sent out a message to the list regarding a newbie question. The reply I received was as follows: Ich bin bis 17. Okt. 2003 abwesend. In dringenden F?llen wenden Sie sich bitte an Hr. Kay Vetter (770) oder Hr. Sascha Huter (778) V. K. Quach Thank
2005 Sep 18
1
Can't connect to auth server at default: Connection refused
We've being running with Dovecot 1.0-stable since Tuesday, and on the whole it's gone very well (meaning nobody's noticed!). My best estimate is we're using half the disk accesses and 2/3 the CPU of UW-IMAP/Qpopper. We've quite a mixture of error messages in the logs, the most worrying of which is that several times we've had a few seconds of "xxx-login: Can't
2012 Sep 16
2
multi-column factor
I have a data frame with columns which draw on the same underlying universe, so I want them to be factors with the same level set: --8<---------------cut here---------------start------------->8--- > z <- data.frame(a=c("a","b","c"),b=c("b","c","d"),stringsAsFactors=FALSE) > str(z) 'data.frame': 3 obs. of 2
2006 May 09
2
Dovecot 1.0beta7: STARTTLS/SSL not wanting to start
Greetings - I have been looking at Dovecot with a view to migrating us to it from the Washington IMAP server on our Sun systems. To start our testing we first of all installed the pre-built version of Dovecot from the Blastwave (www.blastwave.org) community supported packaged software site. This was Dovecot 0.99.10.4 and we successfully got it working in our test environment: at first just
2007 Jul 08
2
datetime_select, is creating an instance of the Time class
Hello It seems that datetime_select, is creating an instance of the Time class. Why would that be? I found this while building a site where people can create vigils (prayer vigils, peace vigils, etc). When I added a validation method that compared start_date to created_at, it generated the error: ArgumentError (comparison of Time with DateTime failed): I was able to put a breakpoint in the
2006 May 11
2
"QUOTA" CAPABILITY keyword advertised incorrectly?
Greetings - I'm having a frustrating time with mail clients not picking up Dovecot's QUOTA extension to IMAP. The problem is that the QUOTA keyword isn't advertised in Dovecot's response to a CAPABILITY enquiry until *after* the user has authenticated. Unfortunately I've yet to find a mail client that issues a CAPABILITY request after authenticating. Instead all do so
2007 Mar 13
3
Alerts and pre-authenticated connections
Greetings - Work moves onward here at setting up our Dovecot IMAP service and I've got a couple more questions, I'm afraid... :-} ============================================== Q1. The UW IMAP Server supports "pre-authenticated connections" -- does Dovecot? Specifically, it is possible to create a symlink from /etc/rimapd to the UW IMAP server binary and then use rsh
2009 Sep 30
3
Some issues in Dovecot 1.2.5 after upgrade from 1.0.15
We upgraded from Dovecot 1.0.15 to 1.2.5 last night, on Solaris 10 using mboxes, mostly without issues. However I had to trash the index/cache files (too many folders were showing corruption issues which is especially bad for Prayer Webmail ".prayer" folders that store preferences; Prayer sees a disconnection as the folder being missing!). I've had one imap process panic in mailbox
2005 Jul 13
0
Search with specified charset
I've seen a problem with searching in the Prayer webmail client that turns out to be caused by Prayer insisting on a charset called "ISO-8859-1" and Dovecot, using Solaris iconv, not recognising it (all the Solaris 8 iconv modules appear to be "ISO8859-1" etc. or just "8859-1"). This isn't a problem in Linux: % iconv --list | grep 8859.1/ 8859_1//