Displaying 20 results from an estimated 7000 matches similar to: "failure trying to autocreate an Inbox that already exists"
2020 Jun 09
0
How to unset namespace configuration from dovecot.conf in conf.d/99-cutom.conf?
Dear all,
my /etc/dovecot/dovecot.conf [0] that is shipped with the Linux
distro (Ubuntu 18.04, dovecot 2.3.10) has a namespace section:
namespace inbox {
...
mailbox Sent {
...
}
...
}
I need to remove this whole section from the configuration, but I need
to do this in a file such as /etc/dovecot/conf.d/99-custom.conf because
I want this modification to be stable against
2019 Apr 09
0
masteruser can not select INBOX
On 9.4.2019 9.41, Ludwig Wieland via dovecot wrote:
> Hello,
>
> My Dovecot Master can login but not not select INBOX !
> What's wrong ?
>
> best regards
> Luda
>
>
>
> 1) USER can select INBOX: OK
> ---------------------------------------------------
> telnet localhost imap
> Trying ::1...
> Connected to localhost.
> Escape character is
2013 May 23
1
How the does "new" autocreate method works?
Hi,
I'm trying to migrate from the deprecated autocreate plugin to the
mailbox { auto }setting without success.
What do I forget, or misunderstand?
I deliver mails via LMTP and log in on IMAP, neither of them create the
folders other than the inbox itself.
# doveconf -n
# 2.2.2: /usr/local/etc/dovecot/dovecot.conf
# OS: FreeBSD 9.1-STABLE amd64
auth_cache_negative_ttl = 0
auth_cache_size
2010 Jul 25
0
AntiSpam Plugin issue
Hi,
I'm getting following error when I try to make use of the antispam plugin:
/[SERVERBUG] failed to send email
/
There wasn't that much to configure ?! What am I doing wrong ?!
server [~]# dovecot -n
# 1.2.12: /usr/local/etc/dovecot.conf
# OS: FreeBSD 8.1-RELEASE amd64 ufs
protocols: imap imaps pop3 pop3s managesieve
listen(default): *
listen(imap): *
listen(pop3): *
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:
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
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
2019 Apr 09
2
masteruser can not select INBOX
Hello,
My Dovecot Master can login but not not select INBOX !
What's wrong ?
best regards
Luda
1) USER can select INBOX: OK
---------------------------------------------------
telnet localhost imap
Trying ::1...
Connected to localhost.
Escape character is '^]'.
* OK [CAPABILITY IMAP4rev1 LITERAL+ SASL-IR LOGIN-REFERRALS ID ENABLE IDLE STARTTLS AUTH=CRAM-MD5 AUTH=DIGEST-MD5
2010 Jul 17
2
dovecot 2.0rc2 [SERVERBUG] When trying to remove a folder which contains a subfolder
I'm going to risk to report something stupid again and waste
resources... but [SERVERBUG] sounds like it should not happen. :)
g create test
g OK Create completed.
h create test/test2
h OK Create completed.
i list "test" "*"
* LIST (\HasChildren) "/" "test"
* LIST (\HasNoChildren) "/" "test/test2"
i OK List completed.
j delete
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 Jul 26
1
Re move .INBOX from folders.
Hello all, i am just new to dovecot and trying to figure out how to remove
.INBOX from the folders.
Now all the folders are created like
.INBOX.spam
.INBOX.temp
But i would like to have
.spam
.temp
so on. Result of doveconf -v
--------------------------------------------------------------------------------
# 2.1.8: /etc/dovecot/dovecot.conf
# OS: Linux 2.6.32-220.23.1.el6.x86_64 x86_64 CentOS
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
>
2014 Mar 10
0
mdbox+sis: Error: read(attachments-connector(/path/...)) failed: read(/path/...[base64:18 b/l]) failed: Stream is larger than expected (256088 > 256087, eof=1) (FETCH BODY for mailbox INBOX UID 29925)
Hi,
User's mailbox is failing to sync.
Log: Error: read(attachments-connector(/path/storage/m.217)) failed:
read(/path/attachments/a5/b0/a5b01f595205522593c27457ea51094872f1f2b42b01e90d27d3f9237bc8a2ab-dbf7460d4778b152ec6e00000d189396[base64:18
b/l]) failed: Stream is larger than expected (256088 > 256087, eof=1)
(FETCH BODY[] for mailbox INBOX UID 29925)
Sounds like issue here:
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
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.
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