Displaying 20 results from an estimated 10000 matches similar to: "How to remove leading dots from folder names with Layout=FS"
2009 Dec 29
2
Retrieve Physical Message Filename
Hi,Using Dovecot 1.2.9 with Maildir and Layout=FS.In a plugin, i'm overriding "update_flags":void my_mail_update_flags(struct mail *_mail, enum modify_type modify_type, enum mail_flags flags)For this email which is having its flags updated, I need to retrieve the physical filename of the message.? I see where using:mail_get_special(_mail, MAIL_FETCH_UIDL_FILE_NAME,? &fname);...I
2006 Aug 14
1
forbid dots in folder names
Is it possible to disallow creation of maildir subfolders with dots in
their name?
Thanks
---
Alan Mosca
2009 Oct 07
1
LAYOUT=fs still uses 'dot' prefixes for folders
running latest dovecot HEAD, per,
http://wiki.dovecot.org/MailLocation/Maildir
i've set LAYOUT=fs,
dovecot -n| grep -i layout
mail_location: maildir:/data/mail:LAYOUT=fs
and expect,
maildirs to actually use physical directories, such as:
* Maildir/folder/
* Maildir/folder/subfolder/
but, autocreate at login creates folders using "dot" prefixes, e.g.,
cd
2008 Sep 07
1
Cosmetic issue with dots in Maildir folder names
Just a minor cosmetic issue: We use the listescape plugin in order to
support "." characters in Maildir++ folder names, and in at least the
following case, the escaped representation of the dot character ("\2e")
won't be translated back to a "." in messages for the IMAP client:
| 1 SELECT non.existent
| 1 NO Mailbox doesn't exist: non\2eexistent
However,
2017 Jan 11
0
Prohibit dots in folder names
On 10.01.2017 17:38, Marek Grondecki wrote:
> Hello Dovecot Community,
>
> I am using Dovecot 2.2.13-12~deb8u1 (Debian Jessie).
>
> separator = /
> listescape plugin is NOT active
> LAYOUT=fs is NOT active
>
> I would like to prohibit a creation of folders with dot "." in the
> names -
> so creation of a folder "foo.bar" should NOT be possible.
2017 Jan 11
1
Ban dots in folder names
Hello Dovecot Community,
I am using Dovecot 2.2.13-12~deb8u1 (Debian Jessie).
separator = /
listescape plugin is NOT active
LAYOUT=fs is NOT active
I would like to prohibit/ban the creation of folders with dot "." in the
names -
so creation of a folder "foo.bar" should NOT be possible.
Currently, when I create "foo.bar" in Outlook 2013 it will be created
but
2017 Jan 11
0
Prohibit dots in folder names
On 11.01.2017 11:35, Steffen Kaiser wrote:
> On Wed, 11 Jan 2017, Aki Tuomi wrote:
> > On 10.01.2017 17:38, Marek Grondecki wrote:
> >> Hello Dovecot Community,
> >>
> >> I am using Dovecot 2.2.13-12~deb8u1 (Debian Jessie).
> >>
> >> separator = /
> >> listescape plugin is NOT active
> >> LAYOUT=fs is NOT active
> >>
2005 Aug 04
1
directory names - have to begin with a dot?
Hi there...
Two questions:
(1) Is there an easy way to have Dovecot recognize subdirectories that
do not begin with a dot as sub-hierarchies?
(2) Is there a way to have the root folder map to a certain other
mbox/maildir? I want a setup like this:
/ -> $HOME/mbox
/INBOX -> /var/spool/<username>
/folder -> $HOME/mail/folder
/folder/foo -> $HOME/mail/folder/foo
2017 Jan 10
2
Prohibit dots in folder names
Hello Dovecot Community,
I am using Dovecot 2.2.13-12~deb8u1 (Debian Jessie).
separator = /
listescape plugin is NOT active
LAYOUT=fs is NOT active
I would like to prohibit a creation of folders with dot "." in the names
-
so creation of a folder "foo.bar" should NOT be possible.
Currently, when I create "foo.bar" in Outlook 2013 it will be created
but won't
2017 Jan 11
2
Prohibit dots in folder names
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On Wed, 11 Jan 2017, Aki Tuomi wrote:
> On 10.01.2017 17:38, Marek Grondecki wrote:
>> Hello Dovecot Community,
>>
>> I am using Dovecot 2.2.13-12~deb8u1 (Debian Jessie).
>>
>> separator = /
>> listescape plugin is NOT active
>> LAYOUT=fs is NOT active
>>
>> I would like to prohibit a creation
2012 Jul 19
6
Remove leading and trailing spaces from folder names?
Hi!
Anybody got a doveadm script which can remove leading and trailing
spaces from folder names?
Right now we're migrating mailboxes from dovecot -> Exchange, and
Exchange cannot handle leading and trailing spaces in Folder names.
--
Ralf Hildebrandt
Gesch?ftsbereich IT | Abteilung Netzwerk
Charit? - Universit?tsmedizin Berlin
Campus Benjamin Franklin
Hindenburgdamm 30 | D-12203
2005 May 07
3
converting NA/non-NA's to a binary variable
Dear R colleagues,
I am trying to create a new column in a data frame, which converts values
and NA's from another column into binary format. Essentially I need the
NA's to become 1 and the rest to be 0. The code I wrote is returning the
following error message:
Error in if (mort[i, 4] != NA) mort[i, 8] <- 0 else if (mort[i, 4] == :
missing value where TRUE/FALSE needed
2004 Aug 06
1
Very newbie questions
I want to move from a windows media server to
icecast using ogg format streaming files.
I have (I think) setup icecast2 in a /usr/local/icecast
directory with conf, log and web subdirectories all owned by
iceuser.
What I want to do is stream single pre=encoded ogg encoded files to
users by placing url's on selected web pages (this is for
music reserves at our university).
Do I need to use
2012 Mar 08
5
Samba4 how to remove a machine from the domain
Hi
How do I remove a machine which is o longer connected to the domain?
e.g. the has been stolen or just moved without having unjoined before. I
want to be able to replace the machine with with a new box with same
hostname.
Thanks,
Steve
2006 Mar 29
2
domain controller cannot be contacted
Hi everyone,
I have struggled with this problem for awhile now. randomly and
intermittently a workstation or
bunch of workstations will not be able to log in.
This is pretty much reproduceable at will, and here is what you need to
do to get this little issue to show up:
1. Log out and try to log in as a different user
2. Attempt to login immediately after the machine is booted.
To ensure you
2009 Dec 08
3
Different Formats Per User?
For migration possibilities, we're considering whether it's possible to
have Dovecot run some users using standard Maildir format, while other
users would be using filesystem (LAYOUT=fs) format? We could determine
which one's users have, but is there a way to tell Dovecot this
information, and is it even part of the Dovecot design to deal with this
scenario?
Thanks,
Tony
2009 May 26
1
Maildir with LAYOUT=fs not working
I'm considering converting a Cyrus system (managing my family's
e-mail) to Dovecot. I'm trying Dovecot 1.1.15 on an Ubuntu 9.04
(2.6.28-11-server) system. My production server is currently
running Cyrus 2.3.14.
Since I have a huge number of folders and subfolders, I need to use
LAYOUT=fs. However, it's not working consistently.
I tried setting up a test account in Thunderbird
2009 Jun 06
1
LAYOUT=fs vs LAYOUT=maildir++ and quota
Hi everyone.
I'm confused about LAYOUT=fs...
Does using LAYOUT=fs breaks maildir++ quota, if I use this quota scheme?
What are the advantages anyway of using LAYOUT=fs vs LAYOUT=maildir++ ?
(it's not important in my case if users can't create folders with dots '.')
Thanks in advance,
Ezequiel
2023 Mar 02
1
subscription, dots and subscribe to shared folder.
Hello;
We were able to set up shared folders in a cluster (using dovecot as
proxy on dedicated front-end servers, without using director) by
following
https://doc.dovecot.org/configuration_manual/shared_mailboxes/cluster_setup/.
Here is our related conf on imap farms (dovecot v2.3.16 on Almalinux):
namespaces:
mail_location = maildir:~/Maildir
namespace default {
? inbox = yes
? location
2023 Mar 03
1
subscription, dots and subscribe to shared folder.
> On 02/03/2023 16:21 EET Julien Nadal <julien+dovecotnl at mujik.fr> wrote:
>
>
> Hello;
> We were able to set up shared folders in a cluster (using dovecot as proxy on dedicated front-end servers, without using director) by following https://doc.dovecot.org/configuration_manual/shared_mailboxes/cluster_setup/.
>
> Here is our related conf on imap farms (dovecot