Displaying 20 results from an estimated 1000 matches similar to: "Feature request for maildir style boxes"
2009 Dec 14
2
4 crashes, dovecot 1.2.8, with backtrace
Program terminated with signal 6
GNU gdb (GDB) 7.0-debian
Copyright (C) 2009 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law. Type "show copying"
and "show warranty" for details.
This GDB was
2009 Jul 06
1
Unable to (un)subscribe mbox with AIX, NFS and netapp filer
Hi Timo,
dovecot 1.2.0 is great! Faster and more stable on mboxes that 1.1.x by
far... good job :-)
Today I stumbled over a strange problem when I tried to subscribe an
existing Mailbox (mbox), which doesn't work.
Thunderbird IMAP log
--------------------
9932[4124558]: 40f3498:imap.fh-trier.de:A:SendData:
11 subscribe "Mail/Archiv/1998"
9932[4124558]: ReadNextLine
2009 Feb 17
1
cloning an already uploaded image using attachment_fu
Hi,
I have an Image model that is attached to a item. The image was uploaded
through attachment_fu. Now, I want to reuse the same image for a new
item. I tried several tips found online. For example in
http://danieloshea.com/articles/254-cloning-images
# Create a clone of an image and it''s thumbnails.
def create_clone
c = self.clone
self.thumbnails.each do
2013 Mar 11
1
2.2rc2 core dump
Hi,
using dovecot 2.2rc2 I got core dumps during IMAP subscription change if
the CONTROL directory (specified in mail_location) does not exists.
userdb_mail: mbox:~/Test:INBOX=~/Test/heiko:INDEX=~/.imap/index:CONTROL=~/.imap/control
If ~/.imap/control does not exists, dovecot crashes. See below for log msg,
full backtrace and configuration.
Heiko
Heiko Schlichting Freie
2006 Jul 21
1
setting image resolution with Rmagick
Hi
Has anyone had success with setting image resolution with Rmagick.
I am resizing an uploaded image with Rmagick, problem is it keeps the
original images resolution and I want to change it to 72dpi.
<<<<<< code example >>>>>>>>>>
# these are the various techniques I have tried when and after reading
the file, trying any or all of them does
2014 Oct 30
0
Renaming not supported across conflicting directory - why?
I wonder what is point of checkign file/dir create mode like this?
Here it makes problems since some folders have different permissions than
others but both are accessible/writable by user. So renaming is possible (as
renaming according to unix permissions). Yet dovecot artificially prevents
this.
/* if we're renaming under another mailbox, require its permissions
to
2007 Dec 17
3
maildir_uidlist_create assertion failure
I've been getting the following error fairly often, which tends to
result in a corrupted dovecot-uidlist.
dovecot: IMAP(example at example.com): file maildir-uidlist.c: line 1009
(maildir_uidlist_recreate): assertion failed: (file_size ==
(uoff_t)st.st_size)
dovecot: IMAP(example at example.com): Raw backtrace: imap [0x80cb740] ->
imap [0x80cb64a] -> imap [0x8070e58] -> imap(maildir
2006 Apr 19
0
[patch] Re: Test migration (IMAP copy) and INTERNALDATE?]
I haven't been able to find what is responsible for altering the time on
APPENDed mail, but was able to come up with a temporary workaround ...
simply calling utime() later on in the process resolves it.
Below is my patch.
Steve
--- dovecot-1.0.beta7-orig/src/lib-storage/index/maildir/maildir-save.c
2006-03-25 05:53:43.000000000 -0500
+++
2007 Jun 29
1
attachment_fu validation error
I have this class:
class Logo < ActiveRecord::Base
has_one :something
has_attachment :content_type => :image,
:storage => :db_file,
:max_size => 500.kilobytes
:thumbnails => {:web => ''150x100'', :pdf =>
''150x100''},
:processor =>
2007 Mar 28
1
attachment_fu & update_attributes... bug?
It seems that attachment_fu is a pretty popular plugin (it''s great), but
I''ve been having a terrible time trying to figure out an issue when
using "update_attributes". I''m storing files on the file system rather
than in a database.
It seems that when "update_attributes" is called with a new file,
upload_data= tries to copy a file that
2009 Aug 19
1
fchown() failed
Hello all,
I'm not sure if this question is better posed to a Fedora group because
I have only had this problem since I upgraded from F9 to F11, but I
figured that the specialised knowledge here might help me more...
I have been getting these entries in syslog since upgrading. Today for
instance I got:
**Unmatched Entries**
dovecot: Dovecot v1.2.0 starting up (core dumps disabled): 1
2010 Oct 14
2
Dovecot chgrp actions on new files/folders
Timo,
I did further study of the user/group permissions. Applying the below
patch will make no difference to virtually everyone out there. Those
that have default uid/gid ownership won't see any change as the gid
already matches so the fchown() action won't be attempted. Those that
have sgid will still see the normal expected fchown() enforced by the
kernel which becomes a duplicated
2017 Aug 30
2
Segmentation fault with doveadm search
>
> Can you do
>
> p *box
$1 = {name = 0x5555557e1f18 "Junk", vname = 0x5555557e1f10 "Junk",
storage = 0x5555557e1860, list = 0x5555557e1050, v = {
is_readonly = 0x7ffff76e5a50 <fail_mailbox_is_readonly>,
enable = 0x7ffff76e5a60 <fail_mailbox_enable>,
exists = 0x7ffff76e5a70 <fail_mailbox_exists>,
open = 0x7ffff76e5e60
2010 Mar 09
1
fchown error upgrading from 0.99 to 1.2
Hi there,
after upgrading from 0.99 to 1.2, the following errors appear in the error
log:
Mar 09 15:50:23 POP3(cwchbodega): Error:
fchown(/home/cwchbodega/mail/.imap/INBOX/dovecot.index.log.newlock, -1,
12(mail)) failed: Operation not permitted (egid=653(cwchbodega), group based
on /var/mail/cwchbodega)
Mar 09 15:50:53 POP3(cwchbodega): Error:
2007 Aug 16
0
index and control files not being created
Hello, I'm configurating dovecot 1.0.3 on debian etch.
While trying to set public folders, y decided to have the index and
control files on the users homes. those homes are mounted by nfs, with
disabled access to root.
In that scenario, I'm getting the errors i transcribe next:
Aug 16 11:21:17 server dovecot: IMAP(user):
2007 May 24
2
dovecot-shared tries to fchown index+control files but fails
I have some public mailboxes setup in 1.0.0,
location =
maildir:/egr/mail/shared/org:CONTROL=%h/Maildir/dovecot/public/control/org:INDEX=%h/Maildir/dovecot/public/indexes/org
I also have a dovecot-shared file in the maildir folders so messages that are added
to the inbox get a decent set of default permissions. However, I think dovecot is also trying
to fchown the index files (stored in a user
2009 Oct 02
3
Folder Management Dovecot >1.2
Regardless of the mail client no user can modify, move, delete or
subscribe an imap folder with Dovecot >1.2.1 (meanwhile 1.2.5). Dovecot
apparently have some dotlock problems:
(From dovecot.log)
Oct 02 14:58:19 IMAP(jcci): Error:
fchown(/candeias/home/jcci/.mail/Maildir/subscriptions.lock, -1,
0(root)) failed: Operation not permitted (egid=1003(management), group
based on
2007 Dec 13
4
Attachment_fu problems on updates
On the creation of a member the member''s picture uploads as it should.
However, when updating the member, while selecting a new picture, an
error is thrown:
can''t convert nil into String
RAILS_ROOT: /Users/chris/Documents/Projects/Rails/CommunityCMS/trunk
Application Trace | Framework Trace | Full Trace
2005 Jan 24
2
Problem with incorrect permissions with shared folders
Hi,
I'm seeing strange permissions when using an email client to create a new
sub folder in a shared folder.
This is dovecot-1.0test61
I have a directory /data/mail/shared owner=root
group=shared permissions=2770
I have a file /data/mail/shared/dovecot-shared owner=root
group-shared permissions=2660
User fred in in group shared (in /etc/group)
My understanding
2009 Jul 12
1
fchown error on tmp files
Hi,
After upgrading to 1.2 I started getting fchown errors in the log. They
look like:
Jul 12 18:32:54 jukebox dovecot: deliver(kim):
fchown(/data/mail/kim/.lists.mythtv-users/tmp/1247416373.M857540P19162.jukebox.alleroedderne.adsl.dk,
-1, 500(k
im)) failed: Operation not permitted (egid=12(mail), group based on
/data/mail/kim/.lists.mythtv-users)
I have tried to get rid of the by changing