Displaying 20 results from an estimated 10000 matches similar to: "@2.0, autocreate fails. "Permission lookup failed"?"
2012 Nov 21
1
Autocreate No namespace for Problem
Hi!
I see this in the log:
autocreate: No namespace found for Trash
autocreate: No namespace found for Spam
autocreate: No namespace found for Sent
autocreate: No namespace found for Trash
autocreate: No namespace found for Spam
autocreate: No namespace found for Sent
Why do I get this error ?
Do I need to create a separate namespace for every folder?
The config file looks like this:
namespace
2009 Oct 13
2
@2.0 IMAP login, Error: ...//lib20_fts_plugin.so: undefined symbol: fts_next_hook_mailbox_allocated
hi,
@ imap login to 2.0/head,
Oct 12 21:06:53 master: Info: Dovecot v2.0.alpha1 starting up (core
dumps disabled)
Oct 12 21:07:16 imap-login: Info: Login:
user=<testuser at my.domain.com>, method=PLAIN, rip=192.168.1.100,
lip=192.168.1.101, TLS
Oct 12 21:07:16 IMAP(testuser at my.domain.com): Info: Loading modules
from directory: /usr/local/lib/dovecot
Oct 12 21:07:16 IMAP(testuser at
2017 Aug 17
2
autocreate deprecated q
I'm getting "autocreate plugin is deprecated"
I've removed 1) but still see error
am I correct I don't need default IMAP folders in dovecot.conf as they
come from 15-mailboxes.conf ?
# grep autocreate dovecot.conf
lda_mailbox_autocreate = yes
mail_plugins = quota sieve autocreate
mail_plugins = quota imap_quota autocreate
do I just remove BOTH 'mail_plugin ...
2018 Nov 29
2
Relocate subfolders to different mount point
I would like to relocate the subfolders of the Sent folder to a
different location. Now send messages mail is stored in mbox format at
the location /home/users/testuser/mail/.Sent.
I would like to store the subfolders Sent/2017 and Sent/2018 at the
location /home/archive/users/testuser/.Sent.2017 and
/home/archive/users/testuser/.Sent.2018
Is this even possible?
I am using currently using
2014 Jan 07
0
Mailbox autocreate feature cannot create folders
Hello,
The "new" way of creating default mailboxes doesn't work for us. There
seems to be a permission problem.
We get this in the logs:
imap(testuser at domain.com): Error: nfs_flush_file_handle_cache_dir:
rmdir(/var/mail) failed: Device busy
That error message has nothing to do with NFS (not used) or /var/mail
and appears every time an app is requesting a list of folders via
2015 Apr 14
2
Dovecot and recipient_delimiter
Hi,
we're using thunderbird as our client, it has the functionality to sort
spamassassin tagged mails in a folder called 'Junk'.
I have this folder on my dovecot server and i'd like to use the
recipient_delimiter feature to get my spam/junk mails directly to this
folder.
what i have done yet:
dovecot.conf:
plugin {
recipient_delimiter = +
}
postfix: master.cf
dovecot
2011 Aug 04
1
dovecot ACL's wrong maildir++ location of shared folder
Hi
I am having problem regarding ACLs. I use ldap as db backend and everything
seems okay but ACL retrieving of shared folder paths... why is the date and
root wrong? dovecot is 1.2.17
####dovecot-ldap.conf
user_attrs =
homeDirectory=home,mailQuotaSize=quota_rule=*:bytes=%$,mailQuotaCount=quota_rule2=*:messages=%$
####dovecot.conf
mail_location = maildir:~/Maildir:INDEX=~/index
namespace
2009 Jan 19
2
Autocreate plugin
Hello.
I found what if you have a something like this:
autocreate = Trash
autocreate2 = Sent
autocreate3 = Spam
*Then I delete autocreate2 string* and... autocreate3 will not work.
If I add autocreate2 - all work well.
Yes it is seems to be right what they all must go after each otherm but
if i have a 20 or 30 autocreate folders and i want to delete autocreate2
for example - all other from
2018 Dec 02
1
Relocate subfolders to different mount point
I think sdbox or mdbox format is what you are looking for
> On 2 Dec 2018, at 09:47, Marc Roos <M.Roos at f1-outsourcing.eu> wrote:
>
>
> No one an idea? I like to put some "archive" folders on a less iops
> storage.
>
>
> -----Original Message-----
> From: Marc Roos
> Sent: donderdag 29 november 2018 18:09
> To: dovecot
> Subject:
2008 Nov 28
2
Autocreate plugin for 1.1 - trying to patch under FreeBSD
Hello all.
I try to add Autocreate plugin patch to my FreeBSD host.
I think I make all wrong. Could you tell me how to patch it?
What I do:
cd /usr/ports/mail/dovecot
make extract
cd cd work/dovecot-1.1.6/src/
fetch http://www.dovecot.org/patches/1.1/autocreate-plugin.c
sh -x /tmp/patch.sh
+ export DOVECOT=~/usr/ports/mail/dovecot/work/dovecot-1.1.6/src
+ gcc -fPIC -shared -g -Wall
2018 Jul 18
3
doveadm expunge didn't clear Trash mailbox
Hi,
Why did my 'doveadm expunge' command not clear the Trash out of a mailbox?
The oldest messages was put into the Trash on the 26th June 2018 as shown in the file timestamp.
-rw------- 1 vmail mail 33056 Jun 26 16:46 1530031582.M768773P18242.mx10,S=33056,W=33510:2,RS
# doveadm -D expunge -u testuser at example.org mailbox Trash savedbefore 2d
Debug: Loading modules from
2015 Apr 17
1
Replace autocreate after upgrading
Hi,
I just upgraded to 2.2.9 and found out that autocreate should not be
used any more. I had a look at
http://wiki2.dovecot.org/MailboxSettings and I tried to replace my old
config but I had no success. Would somebody be so and help me to
change my config?
Here is my old config:
http://pastebin.com/zFUAQmV3
Thanks,
-------------- next part --------------
A non-text attachment was
2017 Aug 17
1
autocreate deprecated q
On Thu, August 17, 2017 5:03 pm, Aki Tuomi wrote:
>
>> On August 17, 2017 at 8:56 AM voytek at sbt.net.au wrote:
>
> autocreate and autosubscribe are moved under mailbox settings
>
> namespace { mailbox FooBox { auto = create }
> mailbox Trash { auto = subscribe }
> }
Aki, thanks
I've inserted it, but, maybe not in the correct place ?
Aug 17 17:22:43 imap(ve at
2019 Mar 12
1
Regression ACL & namespace prefix
Hi,
thanks for the answer. I think your environment was not set up correctly
to reproduce this bug. I've retested with 2.3.5 and I can still
reproduce it. I've attached a script that will configure everything for
testing and if you have a virtual machine available, you can use it
directly (it expects linux with systemd for dovecot restart).
relevant section from config:
namespace {
2010 Feb 23
0
dovecot 2.0_b3 autocreate plugin bug.
New dovecot-2_beta3 installation.
dovecot plugins section:
plugin {
autocreate = Drafts
autocreate2 = Sent
autocreate3 = Spam
autocreate4 = Trash
autosubscribe = Drafts
autosubscribe2 = Sent
autosubscribe3 = Spam
autosubscribe4 = Trash
expire = Trash 30 Spam 30
expire_dict = proxy::expire
quota = maildir:Mailbox quota
quota_rule = *:storage=500M
quota_rule2 =
2009 Jul 30
5
AutoCreate per Domain
Hello,
is there a way to configure plugin "autocreate" per domain? Like:
For domain xwz.com i want to autocreate folders: Models and Clients
For domain yxw.com i want to autocreate folders: Adm and Tech
Thanks.
2009 Oct 28
3
expire plugin + --exec-mail in 1.2.6 version
Hello list,
After upgrade to dovecot version 1.2.6 I have noticed some quota malfunctions(users become often overquota). Looking at logs closely I have found that quota value resets to general dovecot-config(
quota = maildir:Mailbox quota
quota_rule = *:storage=500M
quota_rule2 = Trash:storage=10%%
), after dovecot --exec-mail ext /usr/libexec/dovecot/expire-tool.sh command. The problem that
2012 Aug 22
1
difference between namespace auto=subscribe and autocreate plugin
Hello.
I read docs, but still do not understand difference between following
configuration options:
namespace inbox {
# Create and subscribe to folder
mailbox Drafts { auto=subscribe }
and `autocreate' plugin
plugin {
autocreate = inbox.Drafts
autosubscribe = inbox.Drafts
On wiki page that describes `autocreate' plugin i read:
... mailboxes that must always exist for all users.
2009 Nov 24
2
Problem using LDAP generating Userhome
Hi there,
I'm trying to let dovecot generate the userhome directory dynamicly via
user_attr.
If "uid" is returned from LDAP before "mail" everything is fine, but if
"mail" is delivered
before "uid" the localpart of the mailaddress is used in home path.
e.g.:
Mail: testuser at domain.de
UID : test123
sometimes home is /mail/store/testuser and
2017 Mar 15
2
autocreate ONLY for new Users
thanks for the feedback!
Userdb would be an option, however we would need to extend our LDAP
Schema with an additional "autocreate flag". Modifying the LDAP import
scripts, this is quite a task. Another option we were thinking of is
creating the special folders by a script right after user creation.
By far the best and easiest solution would be a flag to auto-create the
special folders