Displaying 20 results from an estimated 2000 matches similar to: "Dovecot v1.2.rc5 dbox file permissions"
2009 Jun 14
1
v1.2.rc5 imap ignores configuration reloads
Hi Timo,
after changing the mail_executable in the imap {?} section I have to
restart Dovecot v1.2.rc5, otherwise the changes are not accepted.
With Dovecot v1.1.x (tested with v1.1.11 and v1.1.16) it's enough to
send a SIGHUP to the dovecot process.
Regards,
Pascal
--
The trapper recommends today: c01dcofe.0916521 at localdomain.org
2009 Jun 13
0
dovecot-1.2-managesieve sieve_dir permissions
Hi Stephan,
I've compiled the latest managesieve code from Sun May 17th 2009.
ManageSieve had created the sieve directory with 0770 permissions, but
the user's home directory has only 0700 permissions.
With dovecot-1.{0,1}-managesieve the permissions was set properly.
Regards,
Pascal
--
The trapper recommends today: cafebabe.0916419 at localdomain.org
2009 Jun 06
1
Finding a folder at the root level of an unknown drive
Colleagues,
R 2.9.0
Windows XP
Task is as follows:
A folder FOLDERNAME exists at the root level of some drive, e.g., E:
\FOLDERNAME
I want to search all possible drives to find the location of this
folder but I don't know what drives exist or are mounted.
The command:
dir(path="C:/", pattern=FOLDERNAME)
happens to be successful.
However, the command:
2020 Feb 18
3
managesieve / sieve - append dot prefix on moving mails into folder
Hello mailinglist-subscribers,
i have an issue with the managesieve / sieve plugin in dovecot.
We use roundcube as webmailer and if i define a new filter to move
incoming mails directly into a subfolder i get the following sieve-code:
require ["fileinto","imap4flags"];
# rule:[mail into folder]
if allof (header :contains "from" "sender at domain.org")
{
2008 Jul 23
1
\HasNoChildren versus \Noinferiors in ACL plugin and no CREATE permission
Hi,
using ACL plugin with dovecot 1.1.1 I expected that a Maildir was listed as
* LIST (\NoInferiors) "/" "Foldername"
if "create" (k) permission is not set in ACLs and there doesn't exists any
subfolders. But to my surprise, dovecot gives the following output:
* LIST (\HasNoChildren) "/" "Foldername"
Therefore the client (here:
2008 Jun 22
1
readLines problem in iteration
Hi there
My script at each iteration produces a .dat file which I save in a directory with write.table. Then I need to read each line of this file and create a directory for each line and put elements of that row in that directory. I do it with the following script which I have inserted somewhere between my outer iteration loop, it works fine for the first iteration, but the problem is that it
2006 Mar 13
2
dovecot(last day cvs version) lost mail
i find a problem, after upgrade dovecot to last day cvs version,
each folder only can see the first one arrived new mail,
other new mail is lost
i see this message in mail log:
--------------------------------------------------------
Fixed index file mail/username/.foldername/dovecot.index:
first_recent_uid_lowwater 146 -> 145
Corrupted index file mail/username/.foldername/dovecot.index:
2012 Jan 11
1
Dovecot LDA and address extensions - folders flood
Hi list,
This post is slightly OT, I hope no one will take offense.
I was following the wiki on using dovecot LDA with postfix and implemented,
for our future mail server, the address extensions mechanism: an email sent
to "validUser+foldername at mydomain.com" will have dovecot-lda automagically
create and subscribe the "foldername" folder. With some basic scripting I
was
2019 Oct 17
1
BUG: Mailbox renaming algorithm got into a potentially infinite loop, aborting
On Wed, Oct 16, 2019 at 4:55 PM Timo Sirainen <timo at sirainen.com> wrote:
> On 25 Sep 2019, at 17.03, Alex Ha via dovecot <dovecot at dovecot.org> wrote:
>
>
> Hi all!
>
> I have two dovecot servers with dsync replication over tcp.
> Replication works fine except for one user.
>
> # doveadm replicator status
> username
> priority fast sync full sync
2007 Oct 09
1
SpamAssassin and Public Namespace
Hi I know i might get flamed for asking this in the dovecot mailing list
instead of the spamassassin one but i thought someone might be kind
enough to help anyway.
TIA
I'm trying to do site-wide spam filtering with a public namespace but
it's not reading the folder i have in the public namespace
This is the public namespace set in my dovecot.conf
#public spam folder
namespace public
2012 Mar 09
1
sieve and utf-7 foldernames
Hi all,
since many dovecot/pigeonhole versions I have an error:
Mails are delivered into wrong folders if the foldername contain a german umlaut. ( ?, ?, ? )
setup: dovecot-2.1.1 / pigeonhole-0.3.0
postfix deliver to dovecot-lda
.dovecot.sieve contains this:
require
2015 May 30
2
Pathing syntax for icecast.xml in Windows
Hi,
Icecast.xml shows a sample path to a mountpoint fallback file as
<fallback-mount>/example2.ogg</fallback-mount>
Under Windows, will this next work?
<fallback-mount>"C:\Users\username\Desktop\foldername\subfoldername\fallback.mp3"</fallback-mount>
Also, the usage of a fallback mount is only shown in the sample
icecast.xml under a commented-out section,
2009 Jan 09
3
Bash script to mark all mail read in Maildir + Dovecot
Hi, I'm writing a script to mark all new mail read, including all mail
in folders, for my system which uses Maildir and Dovecot.
The reason for this script is that I use Google Mail at work, which
forwards to my SMTP/IMAP system at home. When I've finished my last
check of GMail at work, I want to be able to quickly mark all mail as
read at home too.
Basically this script moves
2009 Jan 08
2
Restoring individual messages from a backup into a Maildir setup?
We have a user who deleted IMAP folders from his account, so I simply
tried to restore the folder ".FolderName" from our backup. I checked
that file/folder ownership was the same as the original, but the Dovecot
IMAP server is throwing errors at the client.
I've tried copying the individual message files from the "cur" folders
in the backup directory, but Dovecot
2003 Jul 24
2
Why does dovecot confuse mutt?
Heylas,
I just switched my primary mail server from courier imap to dovecot (I've been waiting to do this; dovecot showed up in debian testing for alpha, at last). So, using the same set of maildirs, there are slightly different behaviors.
First, of course, dovecot displays the hierarchy as I thought it ought to be, such that INBOX is a sibling of all other top-level boxes, not the parent
2015 Dec 19
2
Possible bug about the SPECIAL-USE / CREATE-SPECIAL-USE extensions
Hi all,
I've locally got Dovecot 2.2.21 (5345f22) installed on my MacBook (via
homebrew) that I've been using to test my IMAP library against.
What is interesting is that even though Dovecot does not advertise
CREATE-SPECIAL-USE, it supports creation of special-use folders via the
"CREATE FolderName (USE (\Whatever))" syntax.
According to rfc6154, a server is supposed to
2003 Apr 10
1
"Device or Resource Busy" when deleting folders
Hi all,
I have set up an LTSP environment (www.ltsp.org) for a small group of users
who have migrated from WinXP. As part of the setup, and during the
transition, I have created a number of folders in each user's home
directory which are mapped via SMBMOUNT to the NT domain controller's home
directories, and various shared data folders.
When each user logs into X, a script is run
2012 May 04
1
doveadm mailbox: rc=0 on error
Hi all,
I use "doveadm mailbox mutf7 -7 $folder" to convert imap foldernames to UTF-8.
If $foldername is not mUTF-7 encoded, doveadm returns
"doveadm(root): Error: Mailbox name not valid mUTF-7: $folder"
This errormessage is printed on stderr but the returncode of doveadm is zero.
I tested with dovecot-2.0.* and dovecot-2.1.*
# all right:
$ doveadm mailbox mutf7 -7
2013 Jul 18
1
INBOX protected foldername?
Hello,
have a little problem with folders with name INBOX created by Users.
Some Clients use a Prefix for their Folders. In our old setup (dovecot 1.2)
it was possible to create a Folder INBOX in mbox-space with some Subfolders.
These Subfolders of INBOX showed up in Mailclient at toplevel.
Now we updatet to 2.1.7.
In higher dovecot versions INBOX seems to be a kind of protected foldername.
2019 Sep 25
4
BUG: Mailbox renaming algorithm got into a potentially infinite loop, aborting
Hi all!
I have two dovecot servers with dsync replication over tcp.
Replication works fine except for one user.
# doveadm replicator status
username
priority fast sync full sync success sync failed
customer at example.com
none 00:00:33 07:03:23 03:22:31 y
If i run dsync manually, i get the following error message:
dsync-local(customer at example.com): Debug: brain M: -- Mailbox