similar to: shared mailbox subfolder permissions

Displaying 20 results from an estimated 900 matches similar to: "shared mailbox subfolder permissions"

2002 Oct 09
5
Value too large for defined data type
Howdy, I am just starting to use rsync and now have an rsync server set up to back up our various machines. I recently started getting an error that is confusing and I can't find info documented on it. I searched the news group and found it mentioned but no solution yet. I get the error when sync'ing from a Solaris 8 machine to my Solaris 8 server. stat
2009 Jan 20
2
Move from 1.0.rc29 to 1.1.7?
Hello! I am moving my mail from the old server with 1.0.rc29 to a brand new server with 1.1.7. I use Maildir in both servers. A few questions: 1) The new server has another name, can I just copy the mail files as-is, will the server name in the file names matter? 2) The new server has a different architecture and different endian, so I plan not to copy the index and cache files; they seem to
2007 Apr 02
1
*****SPAM***** Upgrading from rc27 to rc29?
After sending a messasge about a problem (The folder 'Inbox' cannot contain items. Namespace problems) I found what seems to be a fix in the release for rc29. Besides any potential configuration files, do I need to delete the old index files? Any of the dovecot files? Based on the release notes for rc29 it seems the following will fix the problem we are experiencing: IMAP: LIST
2007 Mar 30
6
1.0.rc29 released
http://dovecot.org/releases/dovecot-1.0.rc29.tar.gz http://dovecot.org/releases/dovecot-1.0.rc29.tar.gz.sig Probably one more RC after this. * Security fix: If zlib plugin was loaded, it was possible to open gzipped mbox files outside the user's mail directory. + Added auth_gssapi_hostname setting. - IMAP: LIST "" "" didn't return anything if there didn't
2007 Mar 30
6
1.0.rc29 released
http://dovecot.org/releases/dovecot-1.0.rc29.tar.gz http://dovecot.org/releases/dovecot-1.0.rc29.tar.gz.sig Probably one more RC after this. * Security fix: If zlib plugin was loaded, it was possible to open gzipped mbox files outside the user's mail directory. + Added auth_gssapi_hostname setting. - IMAP: LIST "" "" didn't return anything if there didn't
2007 Apr 04
3
solaris 10 dovecot-1.0.rc29 - building issue
Hi all, I'm having terrible time, and a lot of core dumps, building dovecot on Solaris 10. My environment: gcc 3.3.2 LDFLAGS=-L/usr/local/ssl/lib -lssl -lcrypto \ -L/usr/local/BerkeleyDB.4.2/lib -ldb -L/usr/local/lib -lldap CPPFLAGS=-I/usr/local/BerkeleyDB/include \ -I/usr/local/include -I/usr/local/ssl/include my configure: ./configure --prefix=/usr/local --with-ldap ...that is:
2007 Mar 27
0
rc29 and documentation changes
http://dovecot.org/nightly/dovecot-latest.tar.gz Any comments about the doc/wiki/ contents? doc/documentation.txt? dovecot-example.conf's doc/wiki/ pointers? ./autogen.sh now updates the wiki from http://www.dovecot.org/tmp/wiki-export.tar.gz (updated each night) if doc/wiki/Authentication.txt doesn't exist. I guess I'll release rc29 tomorrow. The current changes are: + Added
2024 Oct 10
0
NHW v0.3.0-rc29 new version
Hello, For those interested, I have released the NHW v0.3.0-rc29 new version. I continue to fine-tune the nhw_kernel weights.This new version has then more precision and a better visual quality. I have made a "deeper" visual review at -q14 compression setting which is "high" compression, and I find now that at this setting NHW has a competitive precision with AVIF and VVC.If
2011 May 26
2
unexpected subfolder locaton in Maildir/.INBOX.subfolder
Hallo, I try to migrate existing imap server to dovecot 1.2 in debian squeeze if I connect to imap://user at host/INBOX Inbox works as expected and I get the content of Maildir/{cur,new,tmp} Maildir/.subfolder already exists if I connect to imap://user at host/INBOX.subfolder I get "folder not found" if I do a imap directory listing (raw mutt config, no subscriptions)
2007 May 07
1
Problems with Shared Mailbox
Hi, i've installed dovecot on a new mailserverand try to set up some shared mailboxes. I have everiting up an runnig so far. I have 3 mboxes to be shared. I have use the following setup namespace private { separator = prefix = location = inbox = yes hidden = yes } namespace public { separator = / prefix = zentrale/ location =
2007 Sep 03
2
Index and Thunderbird
Hi, Whitbox Linux 3 (RHEL) Dovecot 1.0.rc29 Using NFS From time to time does all mail get re-downloaded to Thunderbird. I would believe this has something to do with an index problem. I upgraded to 1.0 a few months ago but that didn't work well so I installed version 1.0.rc29 which worked better but we still get this problem from time to time. DOes anyone know if it is a good idea to
2006 May 24
1
Rails App in Subfolder = Routing Error Recognition Failed
Zed / List, On my workstation I''m running lighttpd 1.4.11 and mongrel 0.3.12.4. Here are my proxy settings: proxy.debug = 0 proxy.balance = "fair" proxy.server = ( "/RailsAppSample" => (( "host" => "127.0.0.1", "port" => 1337 ))) I can access http://localhost/ (default lighty welcome page) and http://localhost:1337/
2006 May 25
0
(OT?) Rails App in Subfolder = Routing Error Recognition Failed
All, I realize this was probably off-topic (not really mongrel-centric) -- my apologies. I "solved" the problem by appending to my Environment.rb: ActionController::AbstractRequest.relative_url_root = "/RailsAppSample" How come that doesn''t serve up the default "public/index.html" ? It caused a Routing Error for "", so I added a temporary
2006 Apr 30
0
Role based auth recipe from a subfolder?
Hi guys, I have implemented the recipe for role based auth in the book, it works perfect(after sometime of pain to make it work fine), im using class inheritance to authenticate all the classes from one point(class AdminController in this case) i have this base structure: class AdminController < ApplicationController ... end class ArticlesController < AdminController ... end i define
2007 Apr 11
1
Problem with subfolder permissions
Dear, I want to do the following set-up but I don't succeed in it: e.g.: users: user1 user2 user3 share: "test" with access from user1,2 and 3 Now I want to create a subfolder in "test" e.g. "subtest" but only with access for user1 and 3 but I'm not able to do that. Is there a solution for this? Thank you, Jethro
2010 Sep 15
1
specs inside subfolder of lib folder not displaying proper error messages
hi im facing this issue in which if i place a failing spec inside a subfolder of my lib folder then along with the error message the file name and the line number is not shown. output as below: ''Test one'' FAILED expected: 2, got: 1 (using ==) but if i move the spec directly under lib or any other folder then i see the file name and line number with error message as below
2012 Apr 18
0
rake .rake subfolder not working
I read that if you create a .rake subfolder, you can run rake from any subfolder in and it will pickup the rake tasks as long as you put the -g option. I have this: /app/ /app/Rakefile /app/.rake/test.rake Now when I do: rake -g -T I only see the tasks defined in my Rakefile. Does this work like this or am i confused? Because I just tested, if I go to a subfolder, rake works fine. Not sure
2006 Jun 26
1
OE pop3 > imap subfolder migration?
Hello. This isn't actually a dovecot question, but I'm running in clienys servers dovecot mostly as pop3 server and now started to migrate some servers to imap. But as clients uses Outlook Express how to transfer their pop3 settings and mailboxes to imap?. Making a new mail account for imap is easy, and drag & drop the default folders (inbox, outbox etc) messages to imap accounts
2006 Sep 11
0
Create subfolder
I have dovecot on Fedora Core 5 and I want to create a subfolder. By default it?s impossible!!!! I setup dovecot for maildir and after I able to create a subfolder. But I can?t receive my old and new email on this format. I read dovecot documentation at http://wiki.dovecot.org/QuestionsAndAnswers#head-35b621e067b7e72c1d1e47886f4 00a1a784bd95c and its write: For ordinary local Unix
2006 Sep 13
0
Pop get all maildir subfolder
Hi, I'm just starting using dovecot, and find it powerfull and really fast, and have a so configuration, It's just making me happy :) (after tests, and test, and tests). So thanks you for the great job. I've got a question : POP get all my mail in all my maildir subfolder. I find it great and was searching for a pop daemon doing that (and discoved it accidentaly). Althought, I would