Displaying 20 results from an estimated 10000 matches similar to: "difference between namespace auto=subscribe and autocreate plugin"
2011 Apr 05
2
is it posible to autocreate imap folders with non ascii chars?
Hello.
I'm migrating from cyrus to dovecot and now after i converted mailboxes to
Maildir. Some users already has imap folders with cyrillic chars.
How could i autocreate folders with cyrillic chars? When i type
something like:
...
autocreate = utf8_chars
autosubscribe = utf8_chars
...
In logs i see that dovecot complains:
Apr 05 16:21:43 imap(pavelkor): Debug: autocreate: Failed to create
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 ...
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 Aug 09
1
autocreate plugin fails to subscribe mailbox in public namespace
Hi,
I'm one step away from replacing a 7 years old qmail/uw-imapd setup
with some state of the art soft- and hardware. We got migration
scripts and test almost done - just one thing that keeps failing:
The autocreate plugin is supposed to subscribe new users to different
mailboxes, one of them being in namespace "Public." - this
subscription to "Public.announcements"
2012 Aug 21
2
How dovecot treats UTF8 mailbox names in sieve scripts and `namespace' section
Hello.
I read on upgrading page that one can use UTF8 mailbox names for
plugins. As i understand i do not need to convert UTF8 names to mUTF-7
and can use raw UTF8 in plugins section, e.g.:
/etc/dovecot/dovecot.conf
...
plugin {
...
# Autocreate \Spam folder
autocreate = ????
autosubscribe = ????
...
But what about sieve scripts and other configuration sections:
1. Do i need to convert UTF8
2008 May 18
1
Auto-subscribe to folders
Hi
I will use autocreate plugin in a new installation, and client has
asked me if the users can be auto-subscribed to certain folders.
Example: the users will have an autocreated Junk folder (for SPAM) and
we want the users not to be un-subscribed for this folder; so if the
user wants to be unsubscribed (from outlook, webmail, etc), there are
two options: a) the action is rejected or denied; b)
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
2017 Mar 15
2
autocreate ONLY for new Users
Thanks Aki!!
The welcome plugin sounds like the best workaround. To implement this we
would need to upgrade our Dovecot installation:
dovecot-core:
Installed: 1:2.2.24-1~bpo8+1
Candidate: 1:2.2.27-2~bpo8+1
Are there special recommendations for the upgrade process (in addition
to the Dovecot NEWS file)? Any special steps we should be aware of
during the upgrade?
Is it that simple
2012 Jun 23
1
Problems getting auto create plugin to work
Hi there,
I've configured the 'autocreate' plugin (in v.2.1.6), but it doesn't appear to be working. Can someone help me work out how to work out why please?
I've got this in my 20-imap.conf file:
protocol imap {
mail_plugins = $mail_plugins antispam autocreate
}
and this in my 90-plugins.conf file:
plugin {
autocreate = Trash
autocreate2 = Spam
autosubscribe =
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
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
2017 Mar 14
2
autocreate ONLY for new Users
Hi All
We are currently migrating accounts to Dovecot. The existing accounts do
have special folders with different names. (i.e. sent, sent-mail)
The autocreate-function of "special folders" is useful. However we need
this feature ONLY for new users. The existing accounts have a mapping
for their own "special folders".
There are discussions about this topic on the mailing
2014 Dec 14
2
Can't save to folders
When I login through imap, I can see everything in ~/mail/ just fine. I
cannot save to any of them. If I have an autocreate-autosubscribe folder
(ZZZ here), it shows up as empty (correct). Then if I save something to
it through imap, a file ~/mail/ZZZ appears, but nothing actually gets
saved to it.
David Griffith
dave at 661.org
===begin quote===
# 2.1.7: /etc/dovecot/dovecot.conf
# OS:
2011 Dec 02
8
IMAP SPECIAL-USE extension
It's implemented now in dovecot-2.1 hg. It also deprecates autocreate plugin (but it still works the old way). The idea is that you can now do e.g.:
mailbox Trash {
auto = no
special_use = \Trash
}
mailbox Drafts {
auto = no
special_use = \Drafts
}
mailbox Sent {
auto = subscribe # autocreate, autosubscribe
special_use = \Sent
}
mailbox Spam {
auto = create # autocreate, but
2017 Aug 17
0
autocreate deprecated q
> On August 17, 2017 at 8:56 AM voytek at sbt.net.au wrote:
>
>
> 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
>
2011 May 17
1
sieve vacation reply
Hi,
I'm configuring postfix with dovecot and roundcube. I'm using flat files
as passwdb userdb.
Everything works fine except sieve vacation reply. when i send mail from
ex. user dennis to tytus I get "discarding vacation response for message
implicitly delivered to".
What Am i doing wrong?
thanks
sieve: using sieve path for user's script: /home/tytus/.dovecot.sieve
2017 Jun 28
2
Per-user quota (passwd)
Hello!
We have passwd=pam, userdb=passwd.
passdb {
driver = pam #server was entered domain Active Directory
}
userdb {
driver = passwd
override_fields = home=/var/vmail/glu_vrem/%u
}
How can i use per-user quota? Only passwd-file?
I tried:
userdb {
args = /etc/imap.passwd
driver = passwd-file
override_fields = home=/var/vmail/glu_vrem/%u
}
/etc/imap.passwd:
2017 Sep 11
1
Per-user quota (passwd)
Hi.
But there is one problem...
protocol lda {
mail_plugins = " quota autocreate sieve quota"
plugin {
quota = dict:user::file:/var/vmail/glu_vrem/%u/.quotausage
}
}
protocol imap {
mail_plugins = " quota autocreate autocreate imap_quota"
plugin {
autocreate = INBOX
autocreate2 = Sent
autocreate3 = Trash
autocreate4 = Drafts
autocreate5 =
2009 Oct 11
2
@2.0, autocreate fails. "Permission lookup failed"?
i'm trying to setup autocreate in 2.0.
in mail.conf,
...
namespace private {
separator = /
prefix = ""
inbox = yes
hidden = no
list = yes
subscriptions = yes
}
namespace public {
separator = /
prefix = "Public/"
2014 Feb 11
2
Public folder doesn't work
Hey,
I have some issues with dovecot, because the public folder won't show up in
Mail accounts.
Dovecot is installed via zentyal 3.3.
I tried several settings, but I dont get it running.
What I tried is adding this to my dovecot.conf file
# User's private mail location
mail_location = maildir:~/Maildir
# When creating any namespaces, you must also have a private namespace:
namespace {