search for: foldernam

Displaying 20 results from an estimated 109 matches for "foldernam".

Did you mean: foldername
2020 Feb 18
3
managesieve / sieve - append dot prefix on moving mails into folder
...webmailer and if i define a new filter to move incoming mails directly into a subfolder i get the following sieve-code: require ["fileinto","imap4flags"]; # rule:[mail into folder] if allof (header :contains "from" "sender at domain.org") { fileinto "Foldername"; setflag "\\Seen"; } So anything seems to be right and there are no errors on creating the correct syntax. But if a mail comes from the named sender, sieve does not put the email in the folder "Foldername" but ".Foldername". It appends a dot (.) in front of...
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 lin...
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 comma...
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 ["fileinto","reject","vacation","relational","comparator-i;ascii-numeric","regex"]; if he...
2012 Dec 11
0
dovcot+offlineimap+gmail: INBOX empty, mail doubled
...pository UniLocal] type = IMAP ssl = no remotehost = localhost remoteuser = myuser remotepass = mypasswd maxconnections = 2 [Repository UniRemote] type = Gmail # ssl =no ssl =yes #remotehost = ucimap.ucm.es remotehost = imap.gmail.com remoteuser = myuser remotepass = mypasswd # nametrans = lambda foldername: re.sub ('^\[gmail\]', 'bak', # re.sub ('sent_mail', 'sent', # re.sub ('starred', 'flagged', # re.sub (' ', '_', foldername.lower())))) fo...
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: M...
2013 Jul 18
1
INBOX protected foldername?
...ents 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. dovecot is not offering this folder in folderlist. If i rename it, the folder is available again. There are only a few users, so i could fix this manually. But how to explain this? I did not find a setting etc. which could explain this behaviour. Our Config is pretty standard: mail_location i...
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: SquirrelMail) does not know about the i...
2003 Nov 28
2
Maildir Sub folder was not fetch as start
...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 .INBOX.Foldername And Subfolder is .INBOX.Foldername.Subfolder (courier-imap don't use this file names, I rename it personally) So that the client can access without any changes. When using this Folder format I've no problem on fetching the subfolder. They all load nicely when mozilla mail start. So One d...
2008 Jun 22
1
readLines problem in iteration
...)) mother<-getwd() count <- 0; con<- file("model.dat", open="r") while (length(line) > 0) { line<-readLines(con,n=1) count <- count +1 cat("read row no", count, ",\n", sep=""); print(line) foldername <- paste("Iteration",c, "ant", count) dir.create (foldername) setwd(foldername) write.table(line, file = "params.in", append = FALSE, sep = " ", eol = "\n", na = "NA", dec = ".", row.names = FALSE, col.names = FALSE,...
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 <- "your...
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...
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. +...
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
...lter to move > incoming mails directly into a subfolder i get the following sieve-code: > > require ["fileinto","imap4flags"]; > # rule:[mail into folder] > if allof (header :contains "from" "sender at domain.org") > { > fileinto "Foldername"; > setflag "\\Seen"; > } > > So anything seems to be right and there are no errors on creating the > correct syntax. > > But if a mail comes from the named sender, sieve does not put the email > in the folder "Foldername" but ".Foldername...