Displaying 20 results from an estimated 3000 matches similar to: "Not using "." as separator?"
2010 Apr 30
1
listescape und sieve
Hello,
bug or feature?
I'm using Dovecot 1.2.11. And because of a migration projekt I'm tempted
to use the listescape plugin.
If I understood well, it
plugin {
escape_char = "%"
}
should change the escape character to %. But it doesnt. Bug or feature?
But more important:
# sieve
fileinto "a.b";
does not work as expected - the folder is
2015 Jul 07
3
IMAP Folder Mail Separator
Hi,
I have a fedora21 install with dovecot-2.2.18, and when creating a new
subfolder with thunderbird, the actual folder name is
"Folder1^Folder2" with a carat as a separator, instead of creating
Folder2 in the Folder1 directory.
Is this a thunderbird problem? I don't recall having this problem
prior to upgrading to fedora21, so thought maybe it's a dovecot
problem.
Maybe the
2013 Mar 04
4
sieve-filter ignoring separator
It seems like running sieve-filter from the console ignores the separator
setting, thus not letting me filter into folder names containing dots.
Normal delivery using lda handles it just fine, but not when using the
sieve-filter command.
Character not allowed in mailbox name: '.'
Is there anyway to override this or is patching and recompiling the source
my only option?
# dovecot
2015 Aug 15
1
IMAP folder separator issue
Hi,
I'm using dovecot-2.2.18 on fedora22 and having a problem with
Thunderbird. I reported this problem some time ago, and received some
tips, but no solution that's worked. I'm now trying to fix this in
earnest, and having problems.
The problem is sub-folders are created with a caret in them, instead
of a new folder below the parent folder. So instead of
folder/sub-folder,
2015 Jul 19
2
IMAP Folder Mail Separator
Hi,
>> I have a fedora21 install with dovecot-2.2.18, and when creating a new
>> subfolder with thunderbird, the actual folder name is
>> "Folder1^Folder2" with a carat as a separator, instead of creating
>> Folder2 in the Folder1 directory.
>>
>> Is this a thunderbird problem? I don't recall having this problem
>> prior to upgrading to
2008 Oct 22
2
dovecot 1.0 to 1.1 upgrade and filesystem separators
Dear All
I have a test system where I am trying out 1.1.4
On the old 1.0rc6 (!) system I had edited:
src/lib-storage/index/maildir/mail-storage.h
to change:
#define MAILDIR_FS_SEP ';'
#define MAILDIR_FS_SEP_S ";"
so I can get some mail folder hierarchy and '.'s in
folder names - this all worked perfectly.
Under 1.1.4 the MAILDIR_FS_SEP lines are no longer present.
2008 Apr 14
3
ACLs generating plugin problems.
Hi!
I'm trying to use an ACL to avoid deletion of messages that are inside
.Trash folder, the ACL is already working very well, the problem that
I'm facing is that even if the message is not deleted, mail_log logs
that it has been deleted.
Also, in some cases part of the lazy_expunge code is executed too, but
sometimes I just dont know where the message is, thats weird. I erased
2008 Nov 19
1
controllername_url vs controllername_path
Hi,
''m new RoR.
I was just going thru one book.
I was confused between Controllername_Path() and Controllername_Url()
in RESTful Rails apps.
Can anyone tell me the clear difference?
Thanks
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send
2009 Jan 28
2
Strange crashes.
Hi list,
I have been using xen for a while with success on the following environment:
Hardware: Dell PowerEdge 2950 / 2GB Ram / Intel(R) Xeon(R) CPU / 800 GB
RAID 5
System: Debian etch
Xen packages:
# dpkg -l | grep xen
libc6-xen
linux-image-2.6.18-6-xen-686
linux-modules-2.6.18-6-xen-686
xen-hypervisor-3.0.3-1-i386-pae
xen-ioemu-3.0.3-1
xen-linux-system-2.6.18-6-xen-686
xen-tools
2007 Mar 19
1
samba groupware integration
Hi,
I'd like to install a groupware server in our institute and looking for
a software, which connects samba and the groupware server, for example
for authentication (may be LDAP) and (more importent) to see the samba
shares (user and groups) in the groupware web-front-end. I've talked
this week to the open-xchange people at CeBit, and if I understud them
right, the samba integration is
2011 Aug 23
1
acl with hierarchy separators mismatched config
Hi there,
I'm testing dovecot 2.0.13 on Debian squeeze (deb from http://xi.rename-it.nl/debian) with the following doveconf -n.
--------
# 2.0.13 (1449a2e2c1f5): /etc/dovecot/dovecot.conf
# OS: Linux 2.6.26-2-openvz-amd64 i686 Debian 6.0.2 first_valid_uid = 8
mail_debug = yes
mail_location = maildir:~/Maildir
mail_plugins = listescape mail_log notify acl
namespace {
inbox = yes
location
2010 Jan 03
2
imap default separator ignored?
Hi folks,
I have configured the imap folder separator to '/' (see below).
AFAIU the separator character does not affect the internal
folder representation managed by Dovecot, but just the
communication between client and imap server. Question is:
What is supposed to happen if I try to create a folder named
"a.b" in this configuration? Since '.' is not a separator
2011 Nov 08
1
Failing to share folders when listescape is enabled (2.0.14)
Hello,
How I can share a folder with dots when the listescape plugin is enabled?
In this example user001 is sharing two foders named "docs-abc" and "docs-a.b.c" to user002.
The first folder (without dots) is seen by user002 but the second is not found by dovecot because it search a system folder named ".docs-a.b.c" but the system folder is
2010 Aug 05
18
dot-containing foldernames \HasNoChildren bug ?
Hello,
we experience problems with dovecot configuration using the listescape
plugin to allow dots
in foldernames. In some mail clients, dot-containing folders won't show
any subfolders. This seems to
be related to the fact that the \HasNoChildren flag is set on such
folders even if subfolders do exits.
Here is an example from telnet session:
* LIST (\HasNoChildren) "/"
2007 Sep 27
2
Log file name too with mail_log
Hi!
Is there a way to log the file that have been copied when a person move
it from a folder to another using mail_log?
Actualy this is what I get in logfile:
dovecot: 2007-09-27 15:15:33 Info: IMAP(user at mydomain.com): copy ->
Spam: uid=101, msgid=<46FBC6C9.1060301 at somedomain.com>, box=Dovecot
What I would like to have is something like:
dovecot: 2007-09-27 15:15:33 Info:
2008 Jul 15
2
Maildir folder renaming disagreement among IMAP clients
A user alerted me to a problem when he renamed an upper level mail
folder and lost access to a lower level folder under it.
I tried with and without listescape, it didn't seem to make a
difference, and I saw no errors in the dovecot log.
Symptoms are if a client has a maildir folder tree .a and .a.b and
renames a to c in their client, Thunderbird shows c/b but b is
inaccessible since it
2007 Sep 19
2
Howto make deleted itens visible to users?
Hi!
I'm using lazy_expunge to backup that are deleted/expunged, but I would
like it to be visible to the user.
I tried something like:
namespace private {
prefix = .EXPUNGED/
separator = /
location = maildir:~/Maildir/.Apagadas
}
namespace private {
prefix = .DELETED/
separator = /
location = maildir:~/Maildir/.Apagadas
}
namespace private {
prefix = .DELETED/.EXPUNGED/
2008 Feb 27
4
Index corruption with squirrelmail.
Hi.
I don't know if the problem is related with squirrelmail or not, but I
started to have index corruption when I started to try squirrelmail.
Some informaton about my instalation:
dovecot 1.0.5-1 debian package with maildir
squirrelmail 1.4.9a-2 debian package
Some log information:
dovecot: 2008-02-27 08:39:39 Warning: IMAP(<please don't send spam to
me>): fscking index file
2018 Oct 02
3
outlook idiocy - IMAP folders with /
On 2018-10-01 04:07, Timo Sirainen wrote:
>
> https://wiki2.dovecot.org/Plugins/Listescape?maybe?
It should be mentioned somehow that one can't just change the hierarchy
separator on the fly (without manual changes to the fs).
If you used . as the separator, it would look this in the filesystem:
.testfolder.sub1
Now you change the separator to $.
Your mail client will see the existing
2006 Dec 02
2
nonlinear quantile regression
Hello, I?m with a problem in using nonlinear quantile regression, the
function nlrq.
I want to do a quantile regression o nonlinear function in the form
a*log(x)-b, the coefficients ?a? and ?b? is my objective. I try to use the
command:
funx <- function(x,a,b){
res <- a*log(x)-b
res
}
Dat.nlrq <- nlrq(y ~ funx(x, a, b), data=Dat, tau=0.25, trace=TRUE)
But a can?t solve de problem,