similar to: How to deploy a PBX in such a condition ?

Displaying 20 results from an estimated 2000 matches similar to: "How to deploy a PBX in such a condition ?"

2019 Aug 06
2
Dovecot Sieve doesn't move spam to Junk folder in maildir
I have an *Ubuntu 16.04* mail server with postfix/spamassassin/*dovecot-2.2.2**2* with virtual mailboxes in maildir format. The whole process is working excellently since a year. Spams are marked with "*****SPAM*****" in subject and with "X-Spam-Flag: YES" in email header. I tried now to add sieve to dovecot to move the SPAM messages into the Junk folder without any
2002 Dec 09
1
ifelse ?
Hi, i want transform data and using apply(data,2,fuz) , but i don't know why the values < low & > high don't get 0 or 1, they get the value from Formula ,too "((x-low)/(high-low))" what's not the intention ? ....is switch more approriate !? thanks for advance ,Christian fuz <- function (x) { #x <- na.omit(x) low <- quantile(x,0.15)[[1]] high
2002 Oct 17
1
Samba 3.020 and Win2K with Kerberos 5
Hi, I've posted this one also to comp.protocols.smb, but the list seems to be more hacky :-) I have M$ Win2K PDC with Kerberos authentication system. PDC Win2K--------------SAMBA-3.020-------------LINUX Kerberos5 It was somewhere told (Samba 3.0 prealpha guide to Kerberos authentication)that this should work. I'm using RedHat 7.2 with latest patches (obtained via net from redhat site).
2020 Mar 05
2
Dovecot - spam training through Outlook
Hi Aki! Thank you for your reply. Sure, here are the related lines within my conf files and sieve scripts: https://hastepaste.com/view/Erk8Ra Thank you so much, Regards. Aki Tuomi <aki.tuomi at open-xchange.com>, 5 Mar 2020 Per, 11:31 tarihinde ?unu yazd?: > > > On 5.3.2020 9.00, ?zg?r Kazancci wrote: > > Greetings everyone. > > > > My dovecot mail server
2020 Mar 05
2
Dovecot - spam training through Outlook
Greetings everyone. My dovecot mail server doesn't execute *train-spam.sh* script I set, when moving an e-mail from "Inbox" to "Junk" within Outlook. However, it does it fine when using an online webmail client a.k.a. Roundcube Webmail. Here are few lines from my maillog file showing the situation. Any idea would be much appreciated. Log output of the mentioned process:
2006 Dec 07
2
Splitting a dataframe at the results of tapply
I have got a dataframe containing measurement of aircraft noise like this: > Id <- c(1,4,5,2,3,6,4,1,2,5,6,3) > Noise <- c(88,94,97,98,92,56,103,102,87,95,92,97) > Height <- c(190, 150, 120, 115, 188, 104, 101, 189, 146, 111, 124, 126) > > df <- data.frame(Id, Noise, Height) Now I would like to split this in two new dataframes. The first one containing the rows
2013 Jan 18
1
ggplot zoomin
Dear All, I am plotting a graph in ggplot, I would like to magnify the values between 0-1 without losing data in the higher range. How can I do that? neither scale_y_continous nor coord_cartesian works. Thank you ?zg?l Universit? Libre de Bruxelles
2009 Sep 23
1
BLUP with missing data
hello guys, I need to do a BLUP in the simplest model y = Xm + Zg + e however I have missing data in the analysis which I can?t consider as 0(zero). So I need to generate the matrix X'Z, Z'X and Z'Z step by step; I can?t use crossprod(x) #neither X'X <- t(x)%*%x because I should skip the elements with missing data in the matrix I?ll try to be more clear, supposing a matrix x
2013 Feb 13
5
spearman correlation and p-value as a matrix
I have two data matrices that I want to make the correlation between each column from data1 and each column from data 2 and also calculate the p-value Matrices dont have the same size and I tried such a script. > bg <- read.table (file.choose(), header=T, row.names) > bg > Otu00022 Otu00029 Otu00039 Otu00042 Otu00101 Otu00105 Otu00125 Otu00131 Otu00137 Otu00155 Otu00158 Otu00172
2019 Aug 06
0
Dovecot Sieve doesn't move spam to Junk folder in maildir
Am 2019-08-06 15:04, schrieb Nagy Tibor via dovecot: > I have an *Ubuntu 16.04* mail server with > postfix/spamassassin/*dovecot-2.2.2**2* with virtual mailboxes in > maildir format. The whole process is working excellently since a year. > Spams are marked with "*****SPAM*****" in subject and with > "X-Spam-Flag: YES" in email header. > > I tried now to
2012 Jul 12
0
HAR-RV-CJ Moedel
I am trying to write a loop to forecast realized volatility over successive days for the purpose of VaR prediction using the HAR-RV-CJ model which is as follows: log(RV_t+1) = ?_0 + ?_CD log(CV_t) + ?_CW log(CV_t-5) + ?_CM log(CV_t-22) + ?_JD log(J_t + 1) + ?_JW log(J_t-5 + 1) + ?_JM log(J_t-22 + 1) + e_t where RV is realized volatility, CV is continuous volatility and J is the jump which is
2023 Nov 19
2
[Bug 3635] New: ssh-add -s always asks for PKCS#11 PIN
https://bugzilla.mindrot.org/show_bug.cgi?id=3635 Bug ID: 3635 Summary: ssh-add -s always asks for PKCS#11 PIN Product: Portable OpenSSH Version: 9.0p1 Hardware: Other OS: Linux Status: NEW Severity: enhancement Priority: P5 Component: ssh-add Assignee: unassigned-bugs at
2020 Mar 05
0
Dovecot - spam training through Outlook
Ah. This is because you only match COPY, and outlook is doing APPEND+EXPUNGE instead. Aki On 5.3.2020 10.39, ?zg?r Kazancci wrote: > Hi Aki! > > Thank you for your reply. > > Sure, here are the related lines within my conf files and sieve > scripts: https://hastepaste.com/view/Erk8Ra > > Thank you so much, > Regards. > > Aki Tuomi <aki.tuomi at
2012 Sep 14
4
concatenating two vectors
Dear all, I want to concatenate the elements of two vectors such as a<-c("a1","a2") b<-c("b1","b2") and obtain "a1b1", "a1b2","a2b1","a2b2" I tried the paste and paste0 functions, but they yielded elementwise concatenation such as "a1b1","a2b2" I am wondering that is there an efficient
2012 Sep 16
4
two questions about character manipulation
Dear all, I want to manipulate a character string such as ex<-"cbind(data$response1,data$response2)" in R in two ways: 1) extracting the "response1" portion of ex 2) replacing "$" with "." I am wondering that is it possible efficiently doing these in R? Best Ozgur -- View this message in context:
2006 Dec 11
2
How to write a two-way interaction as a random effect in a lmer model?
Dear All, I am working with linear mixed-effects models using the lme4 package in R. I created a model with the lmer function including some main effects, a two-way interaction and a random effect. Now I am searching how I could incorporate an interaction between the random effect and one of the fixed effects. I tried to express the interaction in:
2020 Mar 05
4
Dovecot - spam training through Outlook
I have given up on using any spam training with Outlook because Outlook seems rebuild the mails when you touch them. What it broke here: * Received Headers reshuffled and useless * x-mailer set to outlook There are multiple bug reports about this and MS seems to have fixed it once in Outlook 2010 but broke it again sometime later. I would be careful not to spam-report yourself with those mails
2005 Jun 27
0
bug in 3.0.14a source/smbd/service.c:make_connection
Hi, I have found a bug in the version 3.0.14a of samba in source/smbd/service.c function make_connection line 614. Between 3.0.6 and 3.0.14a someone changed a 'stat' call in 'SMB_VFS_STAT', but this cannot be called before the SMB_VFS_CONNECT that is much later in the function. This breaks any VFS module where stat relies on data established in CONNECT like in my database
2020 Mar 05
0
Dovecot - spam training through Outlook
On 5.3.2020 9.00, ?zg?r Kazancci wrote: > Greetings everyone. > > My dovecot mail server doesn't execute *train-spam.sh* script I set, > when moving an e-mail from "Inbox" to "Junk" within Outlook. > > However, it does it fine when using an online webmail client a.k.a. > Roundcube Webmail. > > Here are few lines from my maillog file showing the
2010 Dec 13
2
help on SAS Macro in R
Dear Researchers, I am looking for to read a SAS macro in R. Although I searched it on web, I couldn’t find anything. Can you help me or direct me? Thank you for your interest and patience. Best. Ozgur [[alternative HTML version deleted]]