Displaying 20 results from an estimated 109 matches for "foldernames".
Did you mean:
foldername
2020 Feb 18
3
managesieve / sieve - append dot prefix on moving mails into folder
...BOX/Monitoring" - as subfolder of INBOX but than i get an error
in .dovecot.sieve.log with message:
Invalid mailbox name: Name must not have '/' characters.
I edited the new rule with roundcube / managesieve-plugin and maybe this
needs separate configuration because of separator in foldernames?
Please let me know if i should provide any extra information or dovecot
configuration etc.
best regards
Andre Hoepner
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 3404 bytes
Desc: S/MIME Cryptographic Signa...
2009 May 07
13
How to open apps...
Hello, to open a file with terminal, using wine, the command is:
wine filename, right?
How do i open a file that is inside folders?
Thanks!
Bye!
2013 May 08
1
Xlist in userdb, Foldernames with whitespace?
Hello,
i use dovecot 2.1.7 and exported all my XLIST FolderSettings to userdb
Whole Story is here:
http://dovecot.org/list/dovecot/2013-March/089209.html
This is all successful, but there is one problem left.
I use lines like this to realize individual XLIST Foldernames in usedb:
namespace/inbox/mailbox=Sent namespace/inbox/mailbox/Sent/name=Sent
namespace/inbox/mailbox/Sent/auto=subscribe
namespace/inbox/mailbox/Sent/special_use=\sent
My problem is to allow Foldernames with whitespace in it f.e. Sent Messages
I tried to put these names in quotes in this line...
2009 Jun 06
1
Finding a folder at the root level of an unknown drive
Colleagues,
R 2.9.0
Windows XP
Task is as follows:
A folder FOLDERNAME exists at the root level of some drive, e.g., E:
\FOLDERNAME
I want to search all possible drives to find the location of this
folder but I don't know what drives exist or are mounted.
The command:
dir(path="C:/", pattern=FOLDERNAME)
happens to be successful.
However, the command:
2012 Mar 09
1
sieve and utf-7 foldernames
Hi all,
since many dovecot/pigeonhole versions I have an error:
Mails are delivered into wrong folders if the foldername contain a german umlaut. ( ?, ?, ? )
setup: dovecot-2.1.1 / pigeonhole-0.3.0
postfix deliver to dovecot-lda
.dovecot.sieve contains this:
require
2012 Dec 11
0
dovcot+offlineimap+gmail: INBOX empty, mail doubled
Hello
I have used for years
offlineimap-6.2.0
dovecot-imapd 1:1.2.9
in Kubuntu 10.04
Together with a imap server of my university. Yesterday we
switched to google, which I know, is not a real imap server.
I have 2 problems and the first I think has to do with
either an old version of offlineimap or a bad configuration file:
- All folders are downloaded+ Gmail[All Mail] so
doubling
2012 Apr 10
1
sieve replace dot string for foldername
..."day" "*" { set "day" "${1}"; }
if envelope :detail :matches "to" "*" { set "to" "${1}"; }
if true {
fileinto :create "INBOX.${year}.${month}.${day}.${to}";
stop;
}
but ${to} may have a dot included, foldernames
with dot are not allowed in my dove setup yet ( and i dont want to
change it )
i am looking for a way ( guess regex )
for replace a dot in string replaced by a space char
on the fly
--
Best Regards
MfG Robert Schetterer
Germany/Munich/Bavaria
2013 Feb 26
1
Broken foldernames in mbox
I have a mbox-User with some crazy foldernames:
-rw------- 1 vmail vmail 19238931 17. Dez 2011 Foo & Co
-rw------- 1 vmail vmail 82415 19. Nov 22:06 Foo &- Co
Dovecot can't handle that correctly:
# dovecot mailbox list -u user
Foo & Co
Foo & Co
dsyncing those folders produces some errors:
dsync(awad): Error: Mai...
2013 Jul 18
1
INBOX protected foldername?
Hello,
have a little problem with folders with name INBOX created by Users.
Some Clients use a Prefix for their Folders. In our old setup (dovecot 1.2)
it was possible to create a Folder INBOX in mbox-space with some Subfolders.
These Subfolders of INBOX showed up in Mailclient at toplevel.
Now we updatet to 2.1.7.
In higher dovecot versions INBOX seems to be a kind of protected foldername.
2014 Jan 08
1
Disallow certain characters in foldernames?
...ts some kind of weird generic
error or not, I'd just prefer to prevent dovecot from creating the
problematic folders, and explain the problem to the user if/when they
call about it (after NOT reading my carefully crafted documentation
explaining the illegal characters that cannot be used in foldernames).
--
Best regards,
Charles
2008 Jul 23
1
\HasNoChildren versus \Noinferiors in ACL plugin and no CREATE permission
Hi,
using ACL plugin with dovecot 1.1.1 I expected that a Maildir was listed as
* LIST (\NoInferiors) "/" "Foldername"
if "create" (k) permission is not set in ACLs and there doesn't exists any
subfolders. But to my surprise, dovecot gives the following output:
* LIST (\HasNoChildren) "/" "Foldername"
Therefore the client (here:
2003 Nov 28
2
Maildir Sub folder was not fetch as start
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hello all,
I'm new to dovecot and have been using sinces Fedora Core 1 release.
My setup is as below.
Server : dovecot Imap Maildir (was from courier-imap) (v 0.99.10 from
fedora)
Client : Mozilla mail 1.5 (rpm from www.mozilla.org with some additional
patch to work with fedora)
The Problem is like this.
When the Maildir is in this format
2008 Jun 22
1
readLines problem in iteration
Hi there
My script at each iteration produces a .dat file which I save in a directory with write.table. Then I need to read each line of this file and create a directory for each line and put elements of that row in that directory. I do it with the following script which I have inserted somewhere between my outer iteration loop, it works fine for the first iteration, but the problem is that it
2012 Nov 02
1
mergeing a large number of large .csvs
...rge(mypath=path)
name <- list("x", "y", "z", "depth", "amplitude")
try(names(output) <- name)
write.csv(output, nf.name)
}
#assumes all folders are in the same directory, with nothing else there
merge.by.folder <- function (folderpath){
foldernames<-list.files(path=folderpath)
n<- length(foldernames)
setwd(folderpath)
for (i in 1:n){
path<-paste(folderpath,foldernames[i], sep="\\")
nf.name <- as.character(paste(foldernames[i],".csv", sep=""))
merepk (path,nf.name)
}
}
folderpath <- "yourpa...
2015 Jun 09
0
special_use \Archive not working with some foldernames
Hello list,
i use dovecot 2.2.18 compiled on my own and want to report an odd
behaviour when using a folder for special_use \Archive. In my case it is
not working when using some special foldernames (mbox). I compared to
version 2.2.15 which i found pre-packaged on launchpad.net, same
behaviour. All other special_use Folder work like expected.
My situation:
We authenticate users using mysql-db. also we allow users to store
individuell special_use settings in db. this is a way which was
re...
2011 Nov 29
5
MUAs creating different "Sent" folders
While our webmail installation creates "Sent" as a Sent-Items Folder,
Apple Mail creates "Sent Messages".
Is there a way of "mapping" foldernames e.g.
map "Sent Messages" to "Sent"
map "Deletes Messages" to "Trash"
and so on?
--
Ralf Hildebrandt
Gesch?ftsbereich IT | Abteilung Netzwerk
Charit? - Universit?tsmedizin Berlin
Campus Benjamin Franklin
Hindenburgdamm 30 | D-12203 Berlin
Tel. +49...
2016 Jan 06
2
doveadm/dsync/imapc and foldernames including a "%"
We're using doveadm/dsync/imapc to migrate accounts from Courier to
Dovecot 2.2.20.
On the source-server some user have folder names including a "%" in
their name.
Looks like doveadm isn't able to handle that folder names. I always
stops with:
dsync(testtest): Error: Failed to access mailbox INBOX.Test%TEST:
Mailbox does not exist, or must be subscribed to.
Peer
--
2010 Oct 14
1
acl allow creation of special foldernames
Hi,
ACL works fine now...
But is it possible so allow users the creation of specific folder names?
so users should be able to create a folder "Sent" but not the folder
"Send" or something like that
I just want to allow some folder names and only THESE folders...
Thanks for you help!
Tobi
--
Dr. Nagler & Company GmbH
Hauptstra?e 9
92253 Schnaittenbach
Tel :
2004 Dec 08
1
Wrong Foldername
Hi,
I'm using samba 3.0.6. I see computer_name folders created in homedir.
This never happened before I switch from Domain to ADS. Could someone
please give me a few pointers?
Regards,
Norman Zhang
[global]
workgroup = ARKONDOMAIN
realm = HQ.ARKONNETWORKS.COM
server string = Samba Server %v
security = ADS
obey pam restrictions = Yes
2020 Feb 18
0
managesieve / sieve - append dot prefix on moving mails into folder
...older of INBOX but than i get an error
> in .dovecot.sieve.log with message:
>
> Invalid mailbox name: Name must not have '/' characters.
>
> I edited the new rule with roundcube / managesieve-plugin and maybe this
> needs separate configuration because of separator in foldernames?
> Please let me know if i should provide any extra information or dovecot
> configuration etc.
>
> best regards
> Andre Hoepner
>