Displaying 20 results from an estimated 2000 matches similar to: "Problem Deleting IMAP Folders"
2008 Sep 14
2
Dovecot cannot unlink non-empty directory
Hi,
Currently I use dovecot 1.1.3 on Debian Testing. CPU arch is x86. Mail
is stored on ext3 fs.
I'm having a following problem with deleting folders (there is no
problem with creation of folders):
Error: IMAP(test at laptop.aonet.pl):
unlink_directory(/home/vpopmail/domains/laptop.aonet.pl/test/.//Maildir/..DOVECOT-TRASHED)
failed: Permission denied
HOW TO REPRODUCE
1. Create a fresh new
2010 Jan 15
3
unlinking
Quick question. How important are these? Are the errors recoverable and
not a big deal, or are they actually a problem? I see a few of these
randomly over the course of the day.
Jan 15 10:04:04 gehenna13.rutgers.edu dovecot: IMAP(user):
unlink(/rci/nqu/rci/u8/user/dovecot/.such and such
maildir/.nfs00000000001e951000002b8d) failed: Device or resource busy
Jan 15 10:04:04 gehenna13.rutgers.edu
2011 Aug 24
1
unlink_directory failed with 'Device or resource busy' on NFS
Hi,
I'm getting some errors while I'm trying to move mailboxes from IMAP server to Outlook client. The error message is "IMAP command is failed" and I think it is useless.
Here are the error messages written to server's syslog.
imap(name at domain.com<mailto:name at domain.com>): Error: unlink_directory(/data/domain.com/name/INBOX/direct/.nfs00000000000033fd000000cd)
2009 Jan 07
1
IMAP Folder permissions
Hello,
Happy new year.
I have a dovecot with exim installation. I am using virtual users for
mail and IMAP.
When dovecot creates a folder from imap user the permissions are
rwx------
I need them to be rwxrwx---
Is there a way to change this in the configuration file ?
TIA
Stuart
Stuart Gall
------------------------------------------------------------------------
----------
There are three
2012 Dec 05
1
Error: unlink_directory(.../lucene-indexes) with doveadm index
Hi,
Per discussion on this previous thread:
http://dovecot.org/pipermail/dovecot/2012-October/068849.html
I am updating search indexes on all my mailboxes via a nightly cronjob that
runs: doveadm index -A '*'
The problem we're running into is that random mailboxes will throw the
following error during the update (sanitized to conceal actual domain name):
doveadm(user at
2007 Dec 18
1
Samba PDC with Terminal services
Hello,
I have a network using samba as the PDC. There are a number of XP
clients but no windows servers.
We want to setup remote desktops between some of the clients.
Now if I add a user to the local remote desktop group, enable remote
admin, and then logon (from another machine) using the ip address I
can get a remote desktop session.
However the browse for machine facility does not work,
2007 Nov 17
2
unlink_directory(....Trash.NewFolder) failed: Directory not empty
I noticed the following this week. No idea how long its been happening because I have
not tested deleting folders hardly at all. Steps to reproduce:
1. Create a folder "NewFolder", click on it in thunderbird so an index dir is created:
ls -ldi Maildir/.NewFolder/
1504062 drwx------ 5 mcdouga9 egrstaff 4096 Nov 16 19:44 Maildir/.NewFolder/
ls -ldi
2008 Mar 15
1
Maildir delete folder error
I'm getting errors when I try to delete a maildir folder.
Dovecot versions 1.0.10, 1.0.13, 1.1.rc1, 1.1,rc3
Error received:
"dovecot: Mar 15 15:20:29 Error: IMAP(test at mydomain.com):
unlink_directory(/home/mail/mydomain.com/test/..DOVECOT-TRASHED) failed:
Permission denied"
dovecot -n:
"# 1.1.rc3: /etc/dovecot/dovecot.conf
base_dir: /var/run/dovecot/
log_path:
2008 Jan 18
6
Odd transfer speed issue
Hi all,
I'm seeing slow transfers to/from my samba server. I just tried to copy a
270MB file from a samba share to an XP machine. At first, the estimated time
displayed as 141 minutes :(
The odd thing is that if I then flood-ping from the server (in this case, I
pinged my dsl router), the transfer completes in about 10 seconds. Hitting
F5 repeatedly when browsing a share on the server
2006 May 30
1
Cannot remove Maildir folder
Hi,
I have been using dovecot 1.0 beta 8 on Debian Sarge for a couple of
days and I experienced some problems when removing folders..
As an IMAP client I use Thunderbird 1.5 and IMAP folders are on NFS.
Here are the steps to re-produce the problem:
1. Run Thunderbird as usual
2. Create folder
3. Remove folder - In my case folder is not removed but moved to Trash
(Thunderbird setting)
4. I go to
2011 Mar 08
1
(fast) AGI and AMI synchronization ?
Hi,
I've been developing some CTI software around asterisk for a while,
mainly with the help of AMI and fast AGI.
It works quite fine, but I have some trouble sometimes with the
un-synchronized property of these 2.
Let me explain, we have a dialplan like this one :
exten = s,n,UserEvent(useful_input_data)
(...) a few actions
exten = s,n,AGI(agi://127.0.0.1:3333/fetch,queuename)
The idea is
2010 Apr 09
1
windows live mail + dovecot and nfs
Hi all. My clients have got problem accessing dovecot by "Windows live
mail (Windows 7)" client. The problem is that users can't delete two or
more folders one-by-one.
There is no errors deleting first folder (new dir
/storage/vol1/mail/domain/user/Maildir/..DOVECOT-TRASHED appeared and
wasn't deleted). If I try to delete second one, error occurs (user,
domain, IP address
2001 Feb 27
1
HOWTO Samba on RH 7.0
Hello all:
While I'm recovering from gall bladder surgery, I thought
I'd do something useful (since sitting up is about the only
comfortable position I can find)... like create a HOWTO
Samba (-2.0.7-21ssl) on RH7 (w/ xinetd-2.1.8.9pre14).
I have already sent off the request to the HOWTO coordinator
at linuxdoc.org (has anyone noticed that the listed email
address
2006 Jun 29
7
sql question for rails
Hi,
i was hoping someone could help me out with a small yet quite
time-boggling task...i have a two tables users, groups joined in as a
habtam relashinship (has and belongs to many) and i need to select from
the mydb (mysql if it matters) users out of the User model, in
accordance with TWO groups in one rails opperation to improve
performance...basicly, say i have ten groups and ten users,
2006 Mar 14
7
Overriding new or create for a model
I have a model where I need to calculate one of the fields when I create
a new instance. It seems to me that I should do this in the model code
and that I should override the new and/or create methods.
Is this the right approach and, if so, how can I execute the existing
method but add on my calculation?
I want something like:
def create
-Do the original create first-
field =
2006 Jun 16
4
problem with join
Hi all,
I''m having a problem with a join inside a paginate, the code is like this:
@ruta_pages, @rutas = paginate :rutas,
:conditions => conds_arr,
:joins => "AS ru LEFT JOIN vehiculos AS ve ON ru.vehiculo_id = ve.id",
:per_page => 10,
:order => "fecha DESC"
The problem with this, is that the query returns the
2006 Mar 22
10
Need for multiple acts_as_list
I have a model "Childmodel" that belongs_to two other models "Parent1"
and "Parent2". "Parent1" "has_many :childmodels, :order => :positionp1"
and "Parent2" "has_many :childmodels, :order => :positionp2". i.e. The
child is independently positioned within each of its parents.
This works fine and gets me the useful
2009 Jun 02
1
plot 4th variable contour lines on filled.contour
Hello,
I have a dataset with 4 variables, each consisting of a vector, all with
the same length. I start by interpolating the first three variables
using the function "interp", and plot the interpolation successfully
using "filled.contour". I then interpolate the first two variables and a
fourth using "interp" again, but when I try to overlay the contour
lines
2006 Jun 19
3
Using a records "id" in validation
I need to use an order''s id value in a validation. Basically, I am
charging an order via a credit card API. I only want ot save the order
if the credit card authorization was approved. I also want to send the
order id to the credit card API as a transaction reference. And last
but not least I want to add an error to the order object if the
transaction is declined.
The problem is
2006 Jun 26
4
has_many :through
first, the models:
class Listing < ActiveRecord::Base
has_many :keyword_links
has_many :keywords, :through => :keyword_links, :conditions => "active =
1"
end
class Keyword < ActiveRecord::Base
has_many :keyword_links
has_many :listings, :through => :keyword_links, :conditions => "active =
1"
end
class KeywordLink < ActiveRecord::Base
belongs_to