Displaying 20 results from an estimated 564 matches for "autocr".
Did you mean:
autoc
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/d...
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.
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 namesp...
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 = q...
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
> mail_plugin...
2009 Oct 10
10
clarify 'type', 'executable' & 'path' in 2.0 master.conf?
@2.0's master.conf, there's, e.g.,
service config {
type= config
executable =config
unix_listener {
path = config
mode = 0666
}
}
can someone please explain function/usage for the 'type', 'executable'
& 'path' fields?
and, for any file paths, are the presumed to be _relative_ to the
dovecot executable? in $PATH? can they accept full/absolute
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 autocr...
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.
So even if user delete Drafts IMAP folder on next connection server will
create it.
Is `mailbox'...
2010 Jul 05
4
sieve dovecot2 rc1 error undefined symbol: client_send_tagline
Hi @ll,
using sieve dovecot2 rc1
on testing system ubuntu lucid
with packs recompiled from http://xi.rename-it.nl/debian/
i have
Jul 05 11:48:35 managesieve: Debug: Module loaded:
/usr/lib/dovecot/modules/lib01_acl_plugin.so
Jul 05 11:48:35 managesieve: Error:
dlopen(/usr/lib/dovecot/modules/lib02_imap_acl_plugin.so) failed:
/usr/lib/dovecot/modules/lib02_imap_acl_plugin.so: undefined symbol:
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 ONLY on first login.
Is there...
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 list:
/http://www.dovecot.org/list/dovecot/2014-August/09731...
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 th...
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 mailbox utf8_chars: Invalid mailbox name
It is even possible to achiev...
2008 Nov 26
3
v1.2Autocreate
Hi Timo,
a setup like
http://wiki.dovecot.org/Plugins/Autocreate
seems not to work
the module is loaded but no subfolder creation at login
happens, sorry no log about failures with it
simply
Module loaded: /usr/lib/dovecot/modules/imap/lib20_autocreate_plugin.so
should i try
i.e
autocreate = ".Trash/"
or is there more info around
--
Best Regard...
2017 Mar 15
2
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
>> 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
>> spe...
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 fo...
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" fails.
Below is a dovecot -n - and no, there are no error messages in the
logs.
# 1.2.2: /etc/dovecot/dovecot.conf
# OS...
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 -...
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
> 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 ONLY on...
2017 Mar 15
0
autocreate ONLY for new Users
...n 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
>>> 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...