similar to: contribute on wiki

Displaying 20 results from an estimated 2000 matches similar to: "contribute on wiki"

2013 Aug 16
2
Maildirmake equiv?
Since I am using dovecot I do not have courier installed, but Courier had a very handy tool for making maildir folders called `maildirmake` which I used in some automated backup scripts. How do I duplicate maildirmake in dovecot? for example: #!/bin/bash # v1.2a Testing for new dovecot install # Archive mail from folders without [0-9]{4} Maildirs # after they are 21 days old to a yearly folder
2003 Jan 03
2
maildirmake, shared folders
Does dovecot support shared folders, maildir style? I've set it up, using the maildirmake from debian maildrop to create folders. I have a number of as-yet unresolved issues, so I haven't been able to test with many clients. It's interesting that dovecot manages to present folders as siblings (rather than children) of INBOX. But mutt, at least, doesn't seem to see the shared
2013 Oct 02
1
Dovecot namespace solved while writing; preparing to refilter
Hi! My plea to readers: =================== Pls., people who only want strictly technical issues to read, and frown at any broader context regardless how intrinsically related, but not strictly technically related, it might be, skip all the way, all the way to, search for exact words: "strictly technical" or visually, find two lines of sole "===" characters. Thank you!
2020 Jul 31
2
Mejor paquete machine learning
Puedes poner el post de kaggle? Get Outlook for Android<https://aka.ms/ghei36> ________________________________ From: Emilio L. Cano <emilopezcano en gmail.com> Sent: Friday, July 31, 2020 6:05:57 PM To: Jesús Para Fernández <j.para.fernandez en hotmail.com> Cc: r-help-es en r-project.org <r-help-es en r-project.org> Subject: Re: [R-es] Mejor paquete machine learning Yo
2007 Oct 07
1
global sieve script
hi all, i'm moving from a maildrop+courier setup to lda(sieve)+dovecot setup. with maildrop i had a global filter for all the users, so i could filter and archive into the spam folder spam tagged emails for users without custom filters, including them if they exist: LOGNAME=tolower($LOGNAME) `test -e $LOGNAME` if ( $RETURNCODE != 0 ) { `maildirmake $LOGNAME` `maildirmake
2008 Jun 25
2
maildirmake -q quota equivalent to set quota
Hi, I'm coming from courier-imap and i'm trying to migrate to dovecot. I can't find how to create a maildir with a quota file(maildirsize) I saw that if there was a maildirsize it would get its quota from there but can't find how to create that file. I'm using pam auth and would like to set different quotas for each users. With courier-imap there is a useful command :
2003 Jun 30
1
Dovecot first impressions
Hi, I have only recently become aware of Dovecot and gave it a try. The previous 0.99.9.1 version didn't work well for me (OpenSSL), I dropped it, but 0.99.10 has come just in time (saw it on freshmeat) and I thought I'd give it another try if it promised SSL fixes, and it's sorta working for me (i. e. it works with mutt, Mozilla, sylpheed, but not cone -- but cone is beta and has SSL
2009 Sep 22
1
shared/public mailbox doesn't exist
I have 3 servers running dovecot 1.0.10. 2 of them are configured with a shared/public namespace, but I'm having trouble getting it to work on the third, even with 2 working examples to go by. There's something I'm missing, and I'm hoping that someone here can see/tell what it is. I've created the maildir for sharing: # cd /home/vpopmail/domains/mydomain.com # maildirmake
2005 Jun 06
1
maildirmake
It is possibile to call maildirmake at login-time? My final goal is to create maildir at login time (like courier-imapd) or at least to create .INBOX.Trash, .INBOX.Drafts, .INBOX.Sent dir for virtual user /home/vmail/domains/$virtual_domain/$virtual_user/ .... with already exsistant Maildir (created by postfix) Thanks in advance
2020 May 05
2
instalar
update.packages(ask=F, checkBuilt=T) FUNCIONA BIEN, ESTOY ACTUALIZANDO El 4/5/20, Emilio L. Cano <emilopezcano en gmail.com> escribió: > Sí la hay, yo antes lo hacía. Pero ahora pienso como Hadley: > https://twitter.com/hadleywickham/status/1254387031842701312 > <https://twitter.com/hadleywickham/status/1254387031842701312> > > Te digo de memoria (en Windows): copia
2020 Jul 31
2
Mejor paquete machine learning
El problema es que te obligaran a usar tibbles y yo soy mas de data.table.... Get Outlook for Android<https://aka.ms/ghei36> ________________________________ From: Emilio L. Cano <emilopezcano en gmail.com> Sent: Friday, July 31, 2020 5:58:00 PM To: Jesús Para Fernández <j.para.fernandez en hotmail.com> Cc: r-help-es en r-project.org <r-help-es en r-project.org> Subject:
2008 Dec 15
2
How create shared Maildir ?
Hello, I'm bigginer dovecot. I use dovecot version 1.0.15 (rc) on debian . How create shared maildir ? I try to .................. # mkdir /home/share # maildirmake.dovecot /home/share/Maildir # chown root:mail /home/share # chmod 660 /home/share # vi /etc/dovecot/dovecot.conf -------- add this ---------- namespace public { separator = / prefix = share. location =
2013 May 24
3
. (dot) in maildir folder names
Hi. Uhm... yeah as the topic implies I want to have . (dots) in my folder names... Unfortunately dovecot's maildirmake hasn't a -f switch as the one from courier/maildrop, but that one in turn is buggy[0] and doesn't encode any characters at all. In principle, maildir++ should allow[1] having (encoded) dots in folder names,... but I don't quite understand how the encoding
2020 Jun 05
3
líneas sobre un mapa
Gracias Emilio y Jorge. Tengo que explicarlo mejor. Mostrando a una audiencia cómo hacer un tipo de análisis, se hace un loop (abajo) que analiza un mapa por regiones longitudinales. Tal y como está el script, print(i) te indica la longitud por la que va (de 10º en 10º) pero me gustaría que en vez de eso te fuese representando una línea vertical sobre el mapa, que he representado previamente con
2010 Aug 11
2
assignment functions with inherited class error
# Two test for a class like this: setClass("XXX", representation=representation( "matrix" ) ) i<-new("XXX"); m=matrix(); colnames(m)<-c("colA"); i at .Data=m; # >i # An object of class ?XXX? # colA #[1,] NA #________________________________________________________________________ #First Test "varnames<-" <- function(x,value){
2008 Jan 14
3
maildirsize quota does not referred after migration from courier
Dear All, We would like to migrate our existing courier to dovecot. After reading document on website and doing some tests, here are some issues we met. 1. According the the wiki, it seems to imply that once migrating from courier to dovecot, pop3 users may "lost/forget" their download "index/ history" which cause them to download again old mails that are kept on
2020 Mar 29
2
Tareas interactivas en R
Muchas gracias Emilio. Sí, yo cometí un error, veo exams puede usar Rmarkdown también. Manuel El dom., 29 mar. 2020 a las 9:11, Emilio L. Cano (<emilopezcano en gmail.com>) escribió: > Manuel, > > No conozco learnr ni gradethis, pero simplemente como apunte decirte que > con exams puedes utilizar Rmarkdown. > > Un saludo, > > Emilio L. Cano >
2010 Jul 07
3
Manually creating folders from terminal
I'm trying to use a script to create a mailbox structure. I'm aware that the structure should look like: ~/.maildir/.INBOX/{cur,tmp,new} ~/.maildir/.INBOX.Subfolder1/{cur,tmp,new} ~/.maildir/.INBOX.Subfolder2/{cur,tmp,new} ~/.maildir/.INBOX.Subfolder2.Subsubfolder1/{cur,tmp,new} ... I have tried manually making those directories and using the "maildirmake.dovecot" command that
2020 Jul 27
7
[Bug 3198] New: Custom critical options are not lexically ordered
https://bugzilla.mindrot.org/show_bug.cgi?id=3198 Bug ID: 3198 Summary: Custom critical options are not lexically ordered Product: Portable OpenSSH Version: -current Hardware: amd64 OS: Mac OS X Status: NEW Severity: normal Priority: P5 Component: ssh-keygen Assignee:
2014 Feb 18
1
Leer el tipo de dato desde fichero
Hola, Otro tipo de ficheros estándar y estructurados es XML, que R puede importar directamente con el paquete XML. Dependiendo de la interoperabilidad necesaria, los metadatos pueden ir en el propio fichero o utlizar ficheros DTD. Eso sí, es un poco más estricto y complicado que csv o JSON. Un saludo, Emilio L. Cano _____________________________________ Emilio L. Cano http://www.proyectum.es