similar to: Password authentication and character set

Displaying 20 results from an estimated 800 matches similar to: "Password authentication and character set"

2018 Mar 23
1
restricted cubic spline in FGR function
Dear Thomas, I want to use evaluate effect of Age using restricted cubic form in the FGR function as Fgr.crr <- FGR(Hist(time, event) ~ rcs(Age_years), data=dat) It provides error. " Error in parse(text = termtext, keep.source = FALSE): .... 1: response ~ rcs(Age_years Do I need to change any of the R code? Regards Amalraj Raja The University of Aberdeen is a charity
1999 Nov 24
1
[R] problems with postscript device (PR#341)
From: "Wolfgang Koller" <koller2@fgr.wu-wien.ac.at> Organization: University of Economics, Vienna Date: Tue, 23 Nov 1999 16:29:22 CET (+0100) MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT CC: r-bugs@biostat.ku.dk, r-help@stat.math.ethz.ch References: <153DF9230E8@fgr.wu-wien.ac.at> X-mailer: Pegasus Mail
2000 Jun 15
2
dataframes and factors
Dear R-List, I have a dataframe X containing factor f and numeric variable x1, x2, ... I want to create a new dataframe (or possibly a matrix) that gives statistics (e.g. sum) for the variables x1, x2, ... in each group defined by factor f. What is the simplest way to do this? I tried: attach(X) Z <- data.frame(f=levels(f),x1=as.vector(lapply(split(x1,f),sum))) and stumbled on: Error
2009 Jan 30
1
managesieve/README sieve_storage doc confusion
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hello, http://hg.rename-it.nl/dovecot-1.2-managesieve/file/tip/README contains the paragraphs (line 47): " mail_location = If, for some inobvious reason, the sieve_storage remains unset, the managesieve daemon uses the specification of the mail_location to find out where to store the sieve files. However, this is provided only
2008 Jul 03
0
I will chance the Sieve Path
I open a Thread and i hope anybody can me explain my mistake I will chance the Sieve Path from my /home to another dir I use the LDA/Sieve wiki http://wiki.dovecot.org/LDA/Sieve but If i change the sieve path from sieve=~/.dovecot.sieve to sieve = /var/spool/sieve-scripts/%u/dovecot.sieve Dovecot search the .dovecot.sieve file continue in my home? and not in the new path # 1.1.1:
2009 Oct 26
1
Dovecot
Hello all, I use dovecot11-1.1.7-1.4.1 with OpenSuse 11.1. Everything works fine, except the vacation with managesieve. When i send a mail to an address with vacation, i recieve back a vacation message, but i read an error like this into dovecot-deliver.log: Error: file_dotlock_create(~/.dovecot.lda-dupes) failed: No such file or directory And then the vacation is send any time, without
2008 Nov 11
1
Error: Maximum number of mail processes exceeded
Hi, i don't know. Is normal login_max_processes_count > 1024?? Our environment is about 1700 users (imaps + thunderbird or imaps+horde). The server is RedHat Enterprise Linux 5.2 User logins different in a hour: # cat dovecot.info | grep 'Nov 11 10' | grep "login: Login" | cut -d'<' -f2 | cut -d'>' -f1 | sort | uniq | wc -l 685 Logins in a hour:
2018 Mar 21
1
selectFGR vs weighted coxph for internal validation and calibration curve- competing risks model
Dear Geskus, I want to develop a prediction model. I followed your paper and analysed thro' weighted coxph approach. I can develop nomogram based on the final model also. But I do not know how to do internal validation of the model and subsequently obtain calibration plot. Is it possible to use Wolbers et al Epid 2009 approach 9 (R code for internal validation and calibration) . It is
2009 Jan 29
0
Dovecot and smartsieve
Hi all, I am testing smartsieve with the patch found into the dovecot wiki (http://nopaste.biz/63514) but, i have some problems. All works fine, but incredibly slow..and i don't know why. The only error i get is into the error log of apache: [Fri Jan 30 17:18:57 2009] [error] [client xxx.xxx.xxx.xxx] PHP Notice: Undefined variable: line in /srv/www/htdocs/smartsieve/lib/Managesieve.php on
2010 Jan 13
1
using dovecot deliver
Hi all! This is my first posting to the list and I really could use some help in getting postfix using dovecot as virtual_transport. I get an error in dovecot-deliver.log that says "Can't connect to auth server at /var/spool/postfix/private/dovecot: Permission denied" Im using postfix as MTA with two virtual domains and virtual users. This is my dovecot -n output: # 1.1.11:
2008 Dec 03
1
assertion failed
Hi all, I have seen this in log: dovecot: Dec 03 06:12:57 Error: IMAP(maurirrr): file mail-index-view-sync.c: line 666 (mail_index_view_sync_end): asser tion failed: (view->log_file_offset >= view->map->hdr.log_file_int_offset) dovecot: Dec 03 06:12:57 Error: IMAP(maurirrr): Raw backtrace: /usr/libexec/dovecot/imap [0x461d5e] -> /usr/libexec/dov ecot/imap [0x461acc] ->
2000 Apr 03
1
window(): feature request
Dear R-developpers, currently the function window shows the following behaviour, if start or end is out of range: > x <- ts(1:14,start=c(1950,2),frequency=4) > y <- window(x,start=c(1950,1),end=c(1953,4)) Warning messages: 1: start value not changed in: window.default(x, ...) 2: end value not changed in: window.default(x, ...) Instead of this I would like it to fill with NAs the
2009 Aug 19
2
dovecot auth is case insensitive, but fs is sensitive :)
others have found this problem ? this possible bug can be used by user in that way that one password login can use 2 maildirs in filesystem effitively give them all space qoutas and lost of other goodies so to speak: foo at example.com with a password can login with fOO at example.com and fOo at example.com add more chars to get more mailbox :/ confirms ? i found the problem when i had
2009 Oct 07
1
is it possible to fetch messages for multiple users using a single account?
Dear list, I am running dovecot with LDAP. Each account has email in form abc at example.com, and messages are stored at /var/vmail/abc/Maildir. This is an external mail server, and I would like to use a cron job to fetch all messages to an internal server which has slow internet connection. It seems getmail supports multidrop retriever which might fit the bill. However I could not figure out how
2009 Nov 11
1
Postfix and Dovecot SASL
Hello all, I am struggeling to get my Dovecot SASL to work within postfix. I have used the configuration example listed on the main-site of dovecot and it basically isn't giving me any success at all. I am probably missing something easy, but after spending a few days testing and walking through everything I could think about I thought figured it was better to ask :) Hope someone can point me
2008 Dec 15
2
cmusieve, vacation and error at file_dotlock_create
Hello again, managesieve is working. Now I tried a vacation script with the result that the vacation response is sent but I got he following error: deliver(test1 at xxxxxx.de): 2008-12-15 14:34:28 Error: file_dotlock_create(/home/vmail/%d/%n/Maildir/.dovecot.lda-dupes) failed: No such file or directory /home/vmail/xxxxxx.de/test1/Maildir/ is the correct dir, there are the other files like
2009 May 04
2
New messages notification - (IMAP PUSH?)
Hello all. I have strange problem. As I understand IMAP use server2client command to tell what new email is arrived. So - all was good, but few weeks ago I notice what my thunderbird not show new messages. I think it was local problem(I switch distro what day) but soon my email clients what uses mostly Outlook-2007-SP1 start to confirm this problem. What can it be and how can I fix it? I
2008 Sep 19
0
error in dovecot.log about ldap
Hi, i've upgrade dovecot 1.0.10 to 1.1.3 in Red Hat Enterprise Linux AS release 4 I've installed http://dl.atrpms.net/all/dovecot-1.1.3-0_80.src.rpm with http://www.rename-it.nl/dovecot/1.1/dovecot-1.1.3-managesieve-0.10.3.diff.gz patch. And i've installed dovecot-sieve-1.1.5-8.el4.i386.rpm and dovecot-1.1-managesieve-0.10.3.tar.gz I see in dovecot.log: dovecot: Sep 19 12:20:56
2009 Aug 25
3
Quotas ignored on INBOX only
I have set up postifx and dovecot (1.1) with virtual users and delivery via LDA. I am very pleased with the results so far but have this problem with quotas. ? Setting a global quota using plugin { } I initially used maildir to set quotas, but they seem to apply to all folders apart from INBOX. ? For debugging I switched maildir to dict using mysql. The table populates as it should with sizes and
2008 Apr 17
1
How to deal with mail to unknown virtual recipients?
Hello list, I am not quite sure whether this is a questions for Dovecot or Postfix. I have set up, virtual hosting for one domain (for test purposes) using a passwd-file as passdb and a static userdb (see dovecot -n at the end) along with Postfix in a manner described in [1], i.e. a non-Postfix mail store. Other than that I also do hosting for the canonical domain which is for users with a