similar to: sieve problem unresolved

Displaying 20 results from an estimated 100 matches similar to: "sieve problem unresolved"

2006 Aug 16
5
ldap quota limitation problem
hello, We have configured the quota enforcement folowing the link (http://wiki.dovecot.org/Quota) but we note that the global quota limitation configuration in dovecot.conf works well but not the ldap users configuration limit. For example in the casee below, we have tried to limit quota usage for some users to 1Gb but only the global quota limitation appear in the user quota. please find below
2006 Aug 16
3
problem with sieve implementation
Hello, I follow the instruction of this link (http://wiki.dovecot.org/LDA) to implement sieve with my dovecot installation (dovecot-1.0rc2) and i'm running the timsieve daemon of my cyrus-imapd installation but i got the following error message when the sieve daemon try to formward message : entered bc_action_emit with filelen: 16 Aug 13 14:53:27 ldap sieve[3870]: entered bc_action_emit with
2006 Sep 11
1
sieve unresolved problem
hello, I have submitted a few weeks ago problem on sieve implementantion but there not useful solution for me at this time. I think that it depend on my mail architecture : _One NFS server _two dovecot POP/IMAP server (for pop and webmail access) : the POP/IMAP don't run dovecot LDA _two delivery serveur with exim and dovecot LDA : they communicate with external relay servers and deliver mail
2002 May 27
1
problem while building a package
Please reply to: lancelot at sentoo.sn because my address: renaud.lancelot at cirad.fr is broken (should be fixed soon...). platform i386-pc-mingw32 arch i386 os mingw32 system i386, mingw32 status Patched major 1 minor 5.0 year 2002 month 05 day 15 language R
2008 Mar 31
2
Memory in R.
Hi, I am pretty new in R. In fact, I started using R last month. So, be indulgent if my questions seem too boring or obvious. I have 2 basic questions: 1 - I want to increase memory, but I can't find the right way. E.g: in stata, you just type "set memory 1g". When I try to load huge datasets, R crashes. 2 - I want to clear the memory (no object or data), such as the
2002 Mar 28
2
color key with xyplot
Dear all, I'd like to draw a color key beside a graph drawn with xyplot (lattice library). I am aware of the draw.colorkey function (grid library) but don't know how to handle it. Any hint would be appreciated. Renaud -- Dr Renaud Lancelot, v?t?rinaire CIRAD, D?partement Elevage et M?decine V?t?rinaire (CIRAD-Emvt) Programme Productions Animales
2002 May 04
2
R crashes trying to read a data.frame
Dear all, > version _ platform i386-pc-mingw32 arch i386 os mingw32 system i386, mingw32 status major 1 minor 5.0 year 2002 month 04 day 29 language R OS: Win98 I have a strange problem with a particular data.frame built with
2006 Sep 18
1
Simulation of a Dirichlet Process.
I'm just getting started with R, having a lot of original work on modeling and exploring the simulation by MCMC. I want to simulate the prior and the posterior distribution of Dirichlet Process by MCMC. Is there anyone in NYC that might be a good tutor for me? -- Dr. P. NGOM, Facult? des Sciences et Techniques D?partement de Math?matiques et Informatique Universit? Cheikh Anta Diop Dakar -
2009 Jul 08
1
truncated regression out-of-sample predictions
Dear all, I am trying to implement Simar & Wilson's (2007) second algorithm and have the following question: If I use a truncated regression on the m<n observations, how do I get fitted values for all n observations, instead of for m observations, which is what the command fitted returns; I would need these to construct the left-truncation needed to draw n random deviates.
2003 Aug 07
1
graph for selected lines in stars()
Dear listers, The following command (derived from the example in the ?stars help page) works : data(mtcars) stars(mtcars[, 1:7]) But the following gives an error: stars(mtcars[1, 1:7]) Error in s.y[i, ] : incorrect number of dimensions I was expecting to have the star graph for the first line (Mazda Rx4) The following give an incorrect graph for the first two cars : stars(mtcars[1:2, 1:7])
2003 Nov 05
0
editor argument in edit()
Hi dear listers, In R 1.7 under linux, if I try to edit a vector, it can be edit using any editor: z<- c(1,2,3,4) edit(z) #opens vi edit(z, editor="gnumeric") #opens "z" in gnumeric edit(z, editor="gedit") #opens "z" in gedit It is similar in Windows98 (R 1.8) : edit(z) #opens z in notepad edit(z, editor="C:\\Program Files\\Microsoft
2003 Nov 10
0
position of given values labels in coplot
Hello dear listers, I can't find a way to align the given values labels when using coplot. The labels always appear like a stair. Is there a way to modify this ? I searched the help and archives but was unable to find out. Any help would be much appreciated, Tito -- L. Tito de Morais UR RAP IRD de Dakar BP 1386 Dakar S?n?gal T?l.: + 221 849 33 31 Fax: +221
2008 Apr 15
1
codes for MCMC
I look for codes sources of R (examples of application) to implement examples on Monte Carlo, MCMC and Gibbs sampling. -- Dr. P. NGOM, Facult? des Sciences et Techniques D?partement de Math?matiques et Informatique Universit? Cheikh Anta Diop Dakar - S?n?gal ---------------------------------------------------------------- Universite Cheikh Anta DIOP - DAKAR
2003 Aug 13
1
stars graphs
Hi listers, A few days ago I posted a question about the use of the stars function on selected lines of a frame. Thanks to two helpers, a closer look at the scale argument allowed to partially solve the problem. Yet I still have a problem with stars. Allow me to explain what I intend to do (sorry for my poor English and the long post): I want to graph an activity index of a fish during the day
2005 Mar 07
1
Upgrade to new server question
I'm vainly trying to get a new server ready to become the default mail server. We have a SAN, so I don't need to move the mailboxes (I can mount the same partition from both machines), but the question is what version of dovecot to load. I'm assuming that I cannot run both 0.99.14 and 1.00.x on the same maildirs (the indexes differ?). However, is it safe for me to mount the
2005 Mar 09
1
Minor documentation bug with 0.99.14
The sample dovecot-example.conf contains these lines: > # PEM encoded X.509 SSL/TLS certificate and private key. They're opened before > # dropping root privileges, so keep the key file unreadable by anyone but > # root. Included doc/mkcert.sh can be used to easily generate self-signed > # certificate, just make sure to update the domains in dovecot-openssl.cnf > #ssl_cert_file
2005 Sep 11
0
Minor patch for vpopmail support
It doesn't seem like this code path has been tested recently, since it fails to compile without the following patch (works fine with it): --- src/auth/userdb-vpopmail.c 7 Aug 2005 11:41:19 -0000 1.17 +++ src/auth/userdb-vpopmail.c 11 Sep 2005 11:57:42 -0000 @@ -84,7 +84,7 @@ } } - reply = auth_stream_reply_init(); + reply =
2006 Jan 20
1
dovecot-lda and vpopmail
I'm setting up a new box with Dovecot 1.0 beta1 and vpopmail. Normal operations works like a charm, i.e. vpopmail virtual can log in sucessfully using TLS. However, when trying to test dovecot-lda out of CVS, it is not locating the user: > *** Starting dovecot-imapd service... > dovecot: Info: Dovecot v1.0.beta1 starting up > dovecot: Info: auth(default): master in: USER 1
2006 Jul 06
1
FYI: timosieved
Just a heads up for all interested in using the Dovecot LDA with SIEVE scripting: I've started work on a proof-of-concept managesieve daemon, since the only one available right now is dependent on Cyrus. It appears that the only choice available for sites not using timsieved is the Ingo component of Horde, which is way too fat to install by itself (plus it uses FTP for a transport,
2007 Mar 28
1
Deliverm, vpopmail, and valias
I'm in the final stages of testing my e-mail server to come and I seem to have hit a roadblock. One option of current vpopmail is to store all aliases in a valias table, that looks like this: +-------------+----------+------+-----+---------+-------+ | Field | Type | Null | Key | Default | Extra | +-------------+----------+------+-----+---------+-------+ | alias | char(32) |