Displaying 20 results from an estimated 2000 matches similar to: "Deliver autocreate with auto-subscribe?"
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 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 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
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 ...
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
>
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 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
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
2008 Dec 17
0
Autocreate wrong version for dovecot's version installed on system.
Hello,
I downloaded the dovecot-autocreate-0.1-4.6.i586.rpm made by Time
Sirainen from opensuse.org and I am getting the following messages in my
logs:
Module is for different version 1.0.15:
/usr/lib/dovecot/modules/imap/lib90_autocreate_plugin.so
Couldn't load required plugins
They appear for every attempt to autocreate a folder. So my question is
what can I do to make it work
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
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 Mar 15
0
autocreate ONLY for new Users
You could also use welcome plugin to execute a custom script on first login.
Aki
On 15.03.2017 09:28, plataleas wrote:
> 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
>
2017 Mar 15
0
autocreate ONLY for new Users
welcome plugin is already present in 2.2.24, so in that sense, no need
to upgrade. Other than that, it should be rather straightforward upgrade.
Aki
On 15.03.2017 13:07, plataleas wrote:
> Thanks Aki!!
>
> The welcome plugin sounds like the best workaround. To implement this we
> would need to upgrade our Dovecot installation:
>
> dovecot-core:
> Installed:
2010 Jun 18
2
New mailbox & autocreate
Hi,
First of all BIG THANKS for great piece of software.
I have a small problem with autocreate. My mails are stored in:
/var/mail
Ex.
/var/mail/test at test.pl/Maildir
Account information comes from DB. So when new account appears in DB
full path including home dir is created. But there is one small
problem:
Group always is "wheel". Autocreating ignores gid from DB and uses the
group
2013 Apr 06
1
autocreate mailbox but no sub folders
Hello,
We have been using lda_mailbox_autocreate to avoid to intialize empty
mailboxes upon account creations. This does the job allright except that
dovecot-lda is also allowed to autocreate sub folders which is a problem
when using addresses extensions (adress+folder at domain.tld). It's easy
for a malicious user to flood a mailbox with tons of subfolders.
Is there a way to tell
2009 Jul 07
1
dovecot autocreate home and /var/mail
Hi,
is there a way to make dovecot autocreate the home directory and the
/var/mail/username mbox file?
I have tons of users in /etc/passwd but they might never open a shell (where
I have oddjobmkhome working), just pop/imap.
Thanks!
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2007 Oct 01
1
autocreate plugin
Did anyone get the autocreate plugin working?
I've compiled, installed and configured, but
no mailboxes/folders are created.
/L
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
2014 Mar 12
1
Turning on autocreate of maildirs - how?
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On Tue, 11 Mar 2014, Graham Leggett wrote:
> On 11 Mar 2014, at 7:32 PM, Graham Leggett <minfrin at sharp.fm> wrote:
>
>> Giving the different prefix a try on a test account, a mailbox directory is created, but the rest of the maidir directories (new, cur, tmp) aren't created, and the error below is returned.
>>
>>
2017 Mar 15
0
autocreate ONLY for new Users
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On Tue, 14 Mar 2017, plataleas wrote:
> 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