search for: yzhou

Displaying 14 results from an estimated 14 matches for "yzhou".

Did you mean: zhou
2011 Jun 21
3
DoveCot LDA/Postfix deliver by address
...l users. We want to integrate with Postfix 2.3.3 to use DoveCot LDA to deliver messages to user mailbox. All users are stored in LDAP. DoveCot looks up user by LDAP access. Our user name is not necessarily part of the address. For instance, address "zhouy at xxxx" may be with user "yzhou", thus all messages to "zhouy at xxxx" should go to /home/vmail/yzhou/Maildir I do not see how LDA can support a two-step lookup: 1. Look up user from the given address, 2. Lookup user mail directory from the user in step 1. My understanding is that /etc/dove-ldap.conf is a one-s...
2005 Jun 03
3
p-value > 1 in fisher.test()
The following contingency table generates p-value > 1 from fisher.test() ff = c(0,10,250,5000); dim(ff) = c(2,2); fhisher.test(ff)$p.value Sean [[alternative HTML version deleted]]
2005 Jun 03
3
p-value > 1 in fisher.test()
The following contingency table generates p-value > 1 from fisher.test() ff = c(0,10,250,5000); dim(ff) = c(2,2); fhisher.test(ff)$p.value Sean [[alternative HTML version deleted]]
2002 Aug 01
6
update() can not find objects (PR#1861)
Full_Name: Yi-Xiong Zhou Version: 1.5.1 OS: win2000pro Submission from: (NULL) (64.169.249.42) Update() can not find objects when it is used in a function, which is in turn being called by another function. Here is a R script to show the problem: ######## begin of the test script ########## fun1 <- function() { x <- matrix(rnorm(500), 20,25) y <- rnorm(20) oo <- lm(y~x)
2011 Aug 05
1
DoveCot LDA prefetch fails with LDA, works with POP client
...home/hubdirect/emailspool/Maildir Aug 5 15:12:25 dir-dev-pop01 deliver(emailspool): maildir: root=/home/hubdirect/emailspool/Maildir, index=/home/hubdirect/emailspool/Maildir, control=, inbox= Aug 5 15:12:25 dir-dev-pop01 deliver(emailspool): msgid=<12097075.28.1312571545112.JavaMail.zhou_y at yzhou-lp2>: saved mail to INBOX Thanks, Yan Confidentiality Notice: The information contained in this electronic transmission is confidential and may be legally privileged. It is intended only for the addressee(s) named above. If you are not an intended recipient, be aware that any disclosure, c...
2002 Jun 28
2
writing a R package
Dear Sir/Madam, I am trying to write a R package and I found what has been said in the "Writing R Extensions" is mostly different from what has been done in the existing packages. For example, in MASS package, there is no *.Rd files nor *.rd files. There is an R-ex directory, which has all the .R files, which should be in the R directory according to the manual. Supprisingly, in the R
2004 Apr 03
6
memory limit problem
Could anyone advise me how to allocate 1.5Gbyte memory for R on a Dell laptop running XP professional with 2G memory? I have tried "C:\Program Files\R\rw1081\bin\Rgui.exe" --max-vsize=1400M but I only get only 500MB for R actually. I also tried memory.limit(2^30) in R and got error of: Error in memory.size(size) : cannot decrease memory limit Yi-Xiong
2004 Jul 07
6
text editor for R
Hi, What is the best text editor for programming in R? I am using JEdit as the text editor, however, it does not have anything specific for R. It will be nice to have a developing environment where the keywords are highlighted, plus some other debugging functions. Yi-Xiong [[alternative HTML version deleted]]
2002 Aug 21
1
Bug list summary (automatic post)
...ect: R-GNOME From: Patrick Gonin <gonin@genethon.fr> Date: Thu, 2 May 2002 09:29:07 +0200 --1) is not a bug, as jpeg etc work. capabilities() has been changed for 1.5.1 --2) system() needs a new version for GNOME. Directory: Models * PR# 1861 * Subject: update() can not find objects From: yzhou@arcturusag.com Date: Thu, 1 Aug 2002 19:01:59 +0200 (MET DST) --The problem is actually deeper than this. -- --Sometime update() wants to evaluate arguments in the environment where the model --was defined, as here. -- --Sometimes it wants to use the current environment, eg this snippet from MASS...
2002 Sep 21
1
Bug list summary (automatic post)
...ect: R-GNOME From: Patrick Gonin <gonin@genethon.fr> Date: Thu, 2 May 2002 09:29:07 +0200 --1) is not a bug, as jpeg etc work. capabilities() has been changed for 1.5.1 --2) system() needs a new version for GNOME. Directory: Models * PR# 1861 * Subject: update() can not find objects From: yzhou@arcturusag.com Date: Thu, 1 Aug 2002 19:01:59 +0200 (MET DST) --The problem is actually deeper than this. -- --Sometime update() wants to evaluate arguments in the environment where the model --was defined, as here. -- --Sometimes it wants to use the current environment, eg this snippet from MASS...
2002 Jul 07
1
Bug list summary (automatic post)
================================================= This is an automated summary of the status of the R-bugs repository. Note that this may be neither complete nor perfectly correct at any given instance: Not all bugs are reported, and some reported bugs may have been fixed, but the repository not yet updated. Some bug fixes are difficult to verify because they pertain to specific hardware or
2003 Nov 21
1
How to read .bmp files into R? read.pnm throws error
Hi, Is there a way to read .bmp files into R? I have tried read.pnm from pixmap package. It returned Error in pm.readmagicnumber(con) : Not a PNM format file Anyother ways to load bitmap images? Yi-Xiong
2011 Jan 10
1
enforce STARTTLS on port 110 with POP3?
Hi there, We are using DoveCot 1.0.7. User will use POP3 or POP. We want to force user to securely send their credential and keep a secure connection between us and them. We can do TLS/SSL on port 995, or STARTTLS on port 110. The problem is that we have no way to enforce STARTTLS on 110, user can connect to DoveCot on port 110, sending user credential without STARTTLS (thus insecure).
2010 Nov 08
2
Use a different usename than the recipient address (that require a lookup)?
Hi there, I am integrating Postfix and DoveCot, both use LDAP to look up user/email address info. My question is this: can I create a user "jsmith" to get all emails with the recipient address: dovecotdemo at domain? Because of using LDAP, I need to do a lookup to know that the user "jsmith" is getting emails for "dovecotdemo at domain", NOT "dovecotdemo"