similar to: Problem: "Missing IMAP reply key: F"

Displaying 20 results from an estimated 1000 matches similar to: "Problem: "Missing IMAP reply key: F""

2017 Oct 20
0
Strange "IMAP connection broken (server response)" errors
Hello, On Fri, 6 Oct 2017, Jozsef Kadlecsik wrote: > We upgraded one of our dovecot servers to debian stretch with dovecot > 2.2.27 and since then one of our users has been experiencing random IMAP > failures. > > We enabled raw logging at the server side and it shows normal IMAP > commands/responses: > > 1507292522.222427 * 6 FETCH (FLAGS () BODYSTRUCTURE
2017 Oct 06
2
Strange "IMAP connection broken (server response)" errors
Hello, We upgraded one of our dovecot servers to debian stretch with dovecot 2.2.27 and since then one of our users has been experiencing random IMAP failures. We enabled raw logging at the server side and it shows normal IMAP commands/responses: 1507292522.222427 * 6 FETCH (FLAGS () BODYSTRUCTURE ("text" "plain" ("charset" "us-ascii") NIL NIL
2005 Nov 28
4
Games-Howell, Gabriel, Hochberg
Hello, I read a book about statistics in psychology. The authors use SPSS. They talk about post hoc tests after ANOVA finds significant effects: - Gabriel's procedure (for equal or slightly different sample sizes) - Hochberg's GT2 (for different sample sizes) - Games-Howell procedure (for populations with unequal variances) I could not find them in R. Do they not exist in R
2005 Nov 14
1
effect sizes for Wilcoxon tests
Hello, I use t.test for normal distributed and wilcox.test for non-normal distributed samples. It is easy to write a function for t.test that calculates the effect size, because all parts of the formula are available from the t.test result: r = sqrt(t*t / (t*t + df)) However, for Wilcoxon tests, the formula for effect sizes is: r = Z / sqrt(N) I wonder how I can calculate the Z-score in R for
2005 Nov 19
1
Crop white border for PDF output
Hi, I produce a series of diagrams with R in order to include them in my documents (LaTeX). However, there is a white border around the diagrams. For some that do not have anything written at the very bottom, the white border is relatively large. The rather big space between figure and caption at the final document looks not nice. It would be best not to have any white border. I played with
2005 Nov 05
2
sort table
Hi, I have a data frame named "questions" that I use to get a subset and then a table: failcondonly <- subset(questions, errorreason=="condition") failcondtab <- table(failcondonly$type, failcondonly$qid, exclude=c("ORGA", "skipped")) The failcondtab looks like this: 6 11 12 13 14 15 17 26 30 31 39 41 gave up 0 1 1 1 1 0 0 0 0 8 0
2009 Jul 03
1
Zimbra IMAP authentication - SOLVED
Hello, everyone. No need to read this message. I'm posting for documentation for other poor, ignorant slobs like me who are struggling to pull together the many technologies to make converged networks happen. Hopefully, this will help save someone else the time I spent. I started the below email until I realized I had solved multiple parts of a compound problem but not all at the same time.
2005 Nov 12
1
computation on a table
Hello, I have a table (1) of the form q1 q3 q4 q8 q9 A 5 2 0 1 3 B 2 0 2 4 4 I have another table (2): q1 q2 q3 q4 q5 q6 q7 q8 q9 C 10 7 4 2 6 9 3 1 2 I would like to divide the numbers in table (1) by the number of the appropriate column in table (2): q1 q3 q4 q8 q9 A 5/10 2/4 0/2 1/1 3/2 B 2/10 0/4 2/2 4/1 4/2
2008 Jul 12
1
IMAP Storage Problem
Hi, I'm having a problem with IMAP storage and asterisk. Here is the error message I get (in this instance its checking messages): [Jul 11 23:14:12] WARNING[9888]: app_voicemail.c:8738 mm_log: IMAP Warning: SECURITY PROBLEM: insecure server advertised AUTH=PLAIN [Jul 11 23:14:12] ERROR[9888]: app_voicemail.c:8741 mm_log: IMAP Error: IMAP protocol error: Authentication aborted [Jul 11
2005 Nov 07
1
reduce levels
Hi all: I have an example that shows my problem: > test <- data.frame(c("a", "b", "c")) > colnames(test) <- "mm" > sub <- subset(test, mm=="b") > sub$mm [1] b Levels: a b c > levels(sub$mm) [1] "a" "b" "c" How can I reduce the levels to exclusively those which
2001 Jan 12
1
Key fingerprint feature request
Hi, Does anyone know what algorithm the commercial ssh-2.3.0 uses to display the key fingerprints ? On the manual it says the algorithm is 'bubble babble' but I didn't find out how to actually create this bubble string (I guess I could find out from the sources). I think that it would be a nice option if OpenSSH could print out the host keys fingerprint in same format as the
2018 Mar 20
1
Strange "IMAP connection broken (server response)" errors
On Fri, 20 Oct 2017, Kadlecsik J?zsef wrote: > On Fri, 6 Oct 2017, Jozsef Kadlecsik wrote: > > > We upgraded one of our dovecot servers to debian stretch with dovecot > > 2.2.27 and since then one of our users has been experiencing random IMAP > > failures. > > > > On the client side the user runs alpine and the corresponding debug lines: > > >
2004 Dec 11
2
ACK from asterisk not matched to transaction by SER / LCS2005
For reasons unknown to me, SER and subsequently a Microsoft Live Communcations Server 2005 seems to have problems, matching a SIP ACK request from asterisk to the ongoing SIP transaction, I have attached the complete log, but the essential lines are: 13(2894) DEBUG: RFC3261 transaction matching failed 13(2894) DEBUG: t_lookup_request: no transaction found 13(2894) SER: forwarding ACK
2007 Jan 25
1
IMAP Voicemail Storage
I am doing some testing with 1.4 and the imap storage and a exchange 2003 server. I have not had any positive results so far using the notes on the wiki or the docs in the release. My current settings are imapserver=<server> imapport=143 imapfolder=Voicemail ;imapflags=novalidate-cert expungeonhangup=no [default] 1114 =>1114,Bruce Reeves,breeves@titanspecialties.com
2007 Mar 19
2
Star Wars Jedi Knight II Jedi Outcast running very slowly.
The above. Jedi Outcast installed, and ran to the startup screen as normal. Movies played at a reasonable speed. However, the main menu was incredibly slow. I tried changing various settings to LOW, without luck. I searched and found something about running it in 24- bit mode instead of 16-bit mode, but that did not help either, because a) there was no 24-bit mode, and b) 32-bit mode was no
2009 Apr 06
1
IMAP Voicemail - can't get messages. Arrgh!
Hi - I just deployed a system using IMAP Voicemail. During my testing, voicemail worked fine. I could check vm from the phone, and the messages would get marked as read, or I could read the messages in a mail client, and the phone's mwi light would turn off. Very neat. I'm not exactly sure when things got munged up, but something broke. I can record messages with Voicemail(), but now
2009 Jun 19
2
IMAP voice mail storage
Hello, all. I am attempting to use IMAP voice mail storage in Asterisk 1.6.1.1 on CentOS 5.3 using Zimbra 5.1.6. I will not be using it as it has proved terribly unstable - Asterisk segfaults on every voice mail message although the message is successfully deliver to my email inbox - but I thought I should report it. Here are the errors from the Asterisk console: -- Executing [210 at
2017 Apr 12
2
Potential issue with noalias @malloc and @realloc
On Tue, Apr 11, 2017 at 7:02 PM, Daniel Berlin <dberlin at dberlin.org> wrote: > >> >> > It would require semantic changes to llvm ir to fix this to properly >> > express object lifetimes that is compatible with all the random babble >> > standards have written down :) >> > For now, the only sane solution IMHO, is to say that no alias implies
2005 Apr 01
1
R mailing list archive difficulty
Hi, people! This is my first babble on this list, please be kind! :-) Last Tuesday, I wrote to the (likely) Webmaster of the R site to report a little problem, but also to ask for advice about how to get a bulk copy of the mailing list archives, from 2002 to now. While I quite understand that from Tuesday to now, there has been little time, and it is only normal that I did not receive a reply
1998 Aug 20
0
SUMMARY: Re: Authenticating NT
Thanks to Nate Partenheimer <npartenh@butler.edu> I will try this. On Thu, 20 Aug 1998, Partenheimer Nate wrote: > > Problem: > > -------- > > Maintaining two password databases for 6000 accounts > > > > Dave, > > This may or may not be something you want to consider... > We have been trying to give users one username and password which will >