Displaying 20 results from an estimated 10000 matches similar to: "LAYOUT=fs still uses 'dot' prefixes for folders"
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/"
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
2008 Jun 08
1
Auto creating client folders on the IMAP server after installing client.
Hello, could someone help. I have installed Dovecot+SSL+TLS+Thunderbird and all is well except one thing. After installing TBird and adding the required data (smtp server and auth info, imap/pop server and auth info) I am able to view mail in my TBird Inbox BUT Trash and Sent don't work - it pops up saying folder doesn't exist on the server - can't the darn thing, auto create a folder
2009 Oct 15
3
master:Error @2.0 TLS login, "Too large auth data_size sent"
fyi,
hg log | head -n 7 | grep changeset
changeset: 10074:1d2d55d9779e
@ LOGIN via Tbird ...
Oct 15 11:22:35 master: Error: service(imap-login): Too large auth
data_size sent
Oct 15 11:22:35 imap-login: Info: Disconnected: Shutting down (auth
failed, 1 attempts): user=<blakers at mx.pgnetwork.net>, method=PLAIN,
rip=192.168.1.4, lip=192.168.1.14, TLS
2020 Oct 19
2
v2.3.11.3 solr plugin search via MUA fails to match accented ascii characters; cmd line exec of `doveadm fts lookup` PANICs (assertion failed)
On 10/19/20 9:38 AM, Peter wrote:
> A network trace will show you, it TB actually requests something for your header search. Might be quicker
that was my earlier quick-check ...
abs nada from
tcpdump -i lo port 8984
on the server, when doing any -- header, body -- TBird search to the server
> I would be surprised if that had been fixed in the meantime.
heh, sure.
the 20 yr old
2013 Dec 22
0
move mailbox to LAYOUT=fs
Hello,
I think about migrating small servers storage to LAYOUT=fs
(http://wiki2.dovecot.org/MailLocation/Maildir#Directory_layout)
Is there a smooth way to adjust the existing folders?
Andreas
2014 Jun 04
0
Change in LAYOUT=fs between 1.2.9 and 2.0.19?
While testing an upgrade from Dovecot 1.2.9 (on Ubuntu 10.04 LTS) to
2.0.19 (12.04 LTS) I encountered the following change in behaviour:
In both setups, mail_location is defined as follows:
mail_location = maildir:~/domains/%d/%n/.Maildir:LAYOUT=fs
No other mail_location-related settings are set in the config.
On 1.2.9 this leads to new mail being delivered to this example directory:
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
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
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
2008 Jul 30
1
installing plugin (autocreate_plugin.c)
Hi
I want to enable autocreate-plugin, I downloaded
http://dovecot.org/patches/1.1/autocreate-plugin.c
compiled as specified in comment and got autocreate_plugin.so
but I'm not sure how do I install it.
I have many plugins in /usr/local/lib/dovecot/ (it's FreeBSD) and subdirs, but
they all have libXX_ prefixes (what do they mean?). I couldn't find any
information about installing
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:
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 ...
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
2020 Oct 18
8
v2.3.11.3 solr plugin search via MUA fails to match accented ascii characters; cmd line exec of `doveadm fts lookup` PANICs (assertion failed)
I've since rebuilt/reconfig'd all parts of my setup from scratch; some good cleanup along the way.
Atm, my entire system for send/recv, store/retrieve, + rules & search is working as I intend. Ok, mostly ...
Except for this accented-character search mystery. I've got a _lot_ of mail with various languages in bodies, so _do_ need to get this sorted.
> On 10/18/20 2:58 PM,
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.
2020 Oct 19
4
v2.3.11.3 solr plugin search via MUA fails to match accented ascii characters; cmd line exec of `doveadm fts lookup` PANICs (assertion failed)
On 10/19/20 1:18 AM, John Fawcett wrote:
> I would recommend you to redo the tests after correcting the
> configuration. To be doubly sure you can include accented and unique non
> accented text in the same email and search for both. If the non accented
> text is found you know you've searching against the updated index and
> the fact that accented text is not found is not
2020 Oct 19
1
v2.3.11.3 solr plugin search via MUA fails to match accented ascii characters; cmd line exec of `doveadm fts lookup` PANICs (assertion failed)
On 10/19/20 8:24 AM, John Fawcett wrote:
> Depending how solr has been setup you could see the logging in the web
> server access log. My access log is where I configured it in
> /var/log/httpd/servername.access_log, yours may be different.
here, not running a standalone webserver/proxy in front of solr.
webui's provided by the built-in.
my solr config atm, includes
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 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: