similar to: Shared Folders?

Displaying 20 results from an estimated 5000 matches similar to: "Shared Folders?"

2006 Jul 18
2
Masking INBOX.INBOX
I am using dovecot and trying to make it compatible with my a BincIMAP installation. BincIMAP uses a scheme similar to Courier-IMAP, so I set up this default_mail_env: default_mail_env = maildir:~/Maildir And this namespace: namespace private { separator = . prefix = INBOX. inbox = yes } Which mostly works as expected, but I now see an "INBOX" subfolder of "INBOX" in
2003 May 13
1
Re: List-id test
On Mon, May 12, 2003 at 06:44:06AM +0300, Timo Sirainen wrote: > On Mon, 2003-05-12 at 04:21, Timo Sirainen wrote: > > Just enabled List-* headers, testing if this still works.. > > Hmm. Wondered about why List-Id header used wrong host name and started > looking at Ecartis' sources .. Wasn't it written in Perl? I had believed > so for quite a long time for some
2003 Sep 11
1
Setting up a local shared mailbox
One: I have never set up an IMAP server before, so I thought I would ask first before blindly stumbling around. The problem I am want to solve is this: my wife and I have a "joint" email account that we both want to access (we also have our own personal accounts, but that's beside the point.) I posed the question to my local LUG, and several suggested setting up a local IMAP
2003 Apr 23
1
shared folders?
Any plans to implement shared folders anytime soon? greetinx -- MW
2004 Jun 21
2
1.0-test21
http://dovecot.org/test/ Should work again with maildir. - Some bugfixes to indexes (possibly fixing the still persisting maildir sync errrors?) - Enabled cache file again. If client asks about something that can be cached for future, it's done. There's currently no smart logic about when not to do it or when to cache more than was asked for future use. Currently nothing is ever
2004 May 26
2
1.0-test13
http://dovecot.org/test/ - Several bugfixes, do maildir syncing problems still persist? - New %var handling code for default_mail_env / authentication things. Added: # %p - protocol (IMAP or POP3) # # You can apply a modifiers for each variable (eg. %Lp = pop3): # %L - lowercase # %U - uppercase # %E - escape '"', "'" and '\' characters by inserting
2005 Jul 11
2
migration from bincimap to dovecot (imaps)
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi folks, I've installed dovecot 0.99.14 (last port on my freebsd system), and now I've to migrate from bincimap. My system uses qmail with vpopmail (uid/gid 89) and Maildir format. Well, now the authentication is ok, but when I try to connect to mailbox I receive an error like "IMAP command SELECT failed". My dovecot.conf:
2003 Apr 13
2
a crashy message
Hi everyone, the attached message does reliably crash my dovecot when trying to access a folder containing it. Crash notice in mail.log: Apr 13 17:36:12 rafter dovecot: child 23215 (imap) killed with signal 11 My `dovecot --version` says: 0.99.8 Has this problem been fixed in current dovecot? For now I have just quarantined the offending message but obviously I need to upgrade my dovecot soon
2004 Dec 30
5
migration from bincIMAP
Hello all I am using Freebsd 4.10stable, postfix 2.1.5 with SASL and TLS, procmail version 3.22 and binc IMAP 1.2.8 binc uses IMAPdir style mail boxes, Spam assassin, and ClamAV. Wish to convert to dovecot but your program does not support IMAPdir does it??? also i have many user accounts that i wish to use untouched if possible. I guess this is a migration question for the most part i am
2003 Oct 14
1
Ordering mailboxes
I have a really weird problem. To whit: I compiled dovecot 0.99.10 on two different systems: a linux-ppc box running Debian, and a Mac OS X Server v. 10.2.8. It compiled fine on both. The same Maildir's are being served up on both -- the OS X server exports home directories to the clients via NFS. BUT the OS X box orders mailboxes this way: INBOX Deleted Items Sent Items . . . And the
2006 Aug 20
2
maildir autodetect failing. what's wrong with this setup?
i'm setting up for virtual_users w/ maildir. i have in my dovecot.conf: auth default { passdb passwd-file { args = /etc/dovecot/imapd.passwd } userdb static { args = static uid=300 gid=300 home=/var/dovecot/mail mail=maildir:/var/dovecot/mail/%d/%n/Maildir nice=10 } } default_mail_env = maildir:/var/dovecot/mail/%d/%n/Maildir:INDEX=/var/dovecot/indexes/%d/%n in
2005 Jan 28
2
maildir and /var/spool/mail/$USER
I was told to use dovecot because it was easier than cyrus. I just upgraded from fc1 to fc3. I am not sure what fc1 used but I think it was cyrus and it worked perfect out of the box no configurations to do. The new cyrus-imapd is not so simple so I got dovecot. I see examples saying to use mbox=~/mail:INBOX=/var/spool/mail/%u but when I try that I cannot map mail folders that reside
2006 Feb 15
2
extending rails via /lib - problems
I wanted to group some functions which I use in some models in one place. Controllers have application.rb and views have helpers but I couldn''t find anything about models. Using the /lib directory seemed to be the only way. Alright... so I have something like this: /lib/code.rb class ActiveRecord::Base def method_a(n) ....... end def method_b(n) ........ end end
2006 Jul 16
6
using collection_select
hello, supposing i have a User class that contains a Wibble class User < ActiveRecord::Base has_one :wibble end in my view i have <%= collection_select :user, :wibble, Wibble.find(:all), :id, :name %> when i post, i get an error like "Wibble expected, got String" how/where am I supposed to convert this posted wibble_id into a Wibble, or am I using collection_select
2006 Apr 17
2
Understanding when flash gets reset (render vs. redirect_to)
All, I have a controller action that will do a different "render (:action)" call depending on whether or not data is valid. When the data is invalid - I set a flash element to hold a message. However, when I post back to this controller action and have valid data, I still have the flash element set, which I don''t want. I believe this is because I did a render from the
2003 Feb 04
2
bincimap
hi, what do you tyhink about it? especially the faq comment about dovecot? http://www.bincimap.andreas.hanssen.name/ -- Levente "Si vis pacem para bellum!"
2008 Feb 27
2
Dovecot NFS Indexes and IMAP Migration
Hi there, After being extremely impressed from implementing it in some customer installations, I've decided to migrate our mail infrastructure to dovecot. Being able to have /bin/checkpassword support across the board for pop, imap, and smtp authentication, as well as being able to ditch stunnel for the SSL layer...where were you in 2001?!? :) I have two concerns, the first is about the
2006 Apr 21
8
Stop Models auto loading
Is there a way to stop Rails automatically trying to load models? Cheers, Nicholas
2008 Jul 21
1
Conversion help
Hi there, I'm working on converting my server from using bincimap to dovecot. I seem to be having some trouble with folders, however. Binc was set up like this : depot = "IMAPdir", /* Use Maildir++ style type = "Maildir", /* only Maildir path = "Maildir", /* default
2009 Aug 11
2
I don't get --link-dest, at all
Hourly I have an rsync job backup /home to /home/backup. I have 24 directories (one for each hour): home.0 ... home.23 Here is the script I am running via cron: #! /usr/local/bin/bash dest=`date +%k | sed 's/ //g'` linkdir=`date -v-1H +%k | sed 's/ //g'` chflags -R noschg /home/backup rm -rf /home/backup/home.$dest rsync -ahHP --numeric-ids --delete --stats --link-dest=../