similar to: newbie question on a dovecot buffer

Displaying 20 results from an estimated 100 matches similar to: "newbie question on a dovecot buffer"

2004 Aug 13
1
a bit more config probs
Hi, getting there slowly, the three missing directories below where exactly in the windows structure do they go ? ie /var/lib/wine/ ??? [richard@g8jvm richard]$ wine Echolink err:shell:SHGetFolderPathW Failed to create directory 'L"C:\\WINDOWS\\Temporary Internet Files"'. err:shell:SHGetFolderPathW Failed to create directory
2009 Mar 10
2
How to color certain area under curve
For a given random variable rv, for instance, rv = rnorm(1000), I plot its density curve and calculate some quantiles: plot(density(rv)) P10P50P90 = = quantile(rv,probs = c(10,50,90)/100) I would like to color the area between P10 and P90 and under the curve and mark the P50 on the curve. > rv = rnorm(1000) > plot(density(rv)) > P10P50P90 = = quantile(rv,probs = c(10,50,90)/100) Could
2014 Dec 12
2
HOWTO Stratum 1 NTP server under CentOS 7
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 12.12.2014 17:55, Jonathan Billings wrote: > 'initial-setup' is the program that runs on your first boot, and > it requires 'anaconda'. 'anaconda' requires the 'chrony' package. > Services in the default install require a time-sync daemon, and > chrony is the default, so this isn't really
2005 Mar 07
7
Help with blocking internet traffic at certain times
Hello all: I''ve been using Shorewall for quite a while at my office and it''s been great! Thanks for the work! I''ve just set up a firewall at home to keep my teenagers under control (shorewall, squid and dansguardian). I''ve also set up a cron job that switches my shorewall rules between a day and a night configuration. The night configuration blocks
2004 Sep 24
5
flame request
I've upgraded from Mandrake 10.0 to 10.1 CE, which meant moving from wine 20040213 to 20040813. It sorta runs , I have the C drive pointed to the win directory off my home dir thats used by win4lin, I know it can see this as the fonts are OK. I can only get regedit and notepad to run from the menubar, plus the old problem of not finding c:\ and running a VOIP prog called echolink which runs
2014 Dec 12
5
HOWTO Stratum 1 NTP server under CentOS 7
Alexander, First off, CentOS7 came with cronyd. Which was very annoying because when I tried to remove it, it had 2 prereqs: anaconda initial-setup Now, I don't know why the setup program kept these 2 around. I think CentOS7 needs a bit growing up. Anyway, I disabled chrony: systemctl disable time-sync systemctl stop time-sync Then I installed ntp. However, when I started it it seems that
2007 Feb 02
1
rsync hangs, leaves defunct process
Hello, I'm experiencing a weird problem which I haven't been able to track down for 8+ weeks now. Situation is as follows: There is a nigthly backup from our main server to a backup server. The server base directory is mounted there read-only via NFS. Then we do something like this: 1. Duplicate the contents of yesterday's backup into /sicherungen/2007/02/02/01.41/ 2. Rsync
2009 Jun 17
1
Inverting a square matrix using solve() with LAPACK=TRUE (PR#13762)
Full_Name: Ravi Varadhan Version: 2.8.1 OS: Windows Submission from: (NULL) (162.129.251.19) Inverting a matrix with solve(), but using LAPACK=TRUE, gives erroneous results: Here is an example: hilbert <- function(n) { i <- 1:n; 1 / outer(i - 1, i, "+") } h5 <- hilbert(5) hinv1 <- solve(qr(h5)) hinv2 <- solve(qr(h5, LAPACK=TRUE)) all.equal(hinv1, hinv2) #
2019 Nov 06
0
newbie question on a dovecot buffer
On 06/11/2019 01.41, Richard Bown via dovecot wrote: > Can I use Dovecot as a buffer between my mail providers Dovecot servers > and the several IMAP mail clients on my own network ? > ie,? so Dovecot would mirror the mail on my account with my mail provider, So my local dovecot server downloads mail and caches/stores on the local SBC and all the local users use IMAP from that, instead
2017 Nov 06
0
QRA with R Course 12-4 to 12-7-17 - Ft. Collins, CO
Quantitative Risk Analysis with R Fort Collins, Colorado, USA December 4-7, 2017 This course will cover the core principles of quantitative risk analysis and Monte Carlo simulation modeling. The focus of the course is on how to conduct accurate and effective quantitative risk analyses, including best practices of risk modeling, selecting the appropriate distribution, using data and expert
2016 Dec 20
0
EpiX Analytics-QRA Consultant Position
Position: Quantitative Risk Analysis Consultant APPLICATIONS RECEIVED UNTIL JANUARY 9TH, 2017 Location: Fort Collins, CO (physical presence required) Position type: Full time We are a Colorado-based specialist risk and decision modeling consulting and research firm, with diverse experience and skills. We are seeking to fill a full-time position as a Quantitative Risk Analysis Consultant, to
2009 Jun 18
1
Inverting a square... (PR#13762)
Refiling this. The actual fix was slightly more complicated. Will soon be committed to R-Patched (aka 2.9.1 beta). -p rvaradhan at jhmi.edu wrote: > Full_Name: Ravi Varadhan > Version: 2.8.1 > OS: Windows > Submission from: (NULL) (162.129.251.19) >=20 >=20 > Inverting a matrix with solve(), but using LAPACK=3DTRUE, gives erroneo= us > results: Thanks, but there seems
2007 Jul 25
1
Post voicemail processing.
This 2 line code is doing what I wanted. exten => 200,1,voicemail(200) exten => 200,2,Hangup What I've been told is that they want the 20 year old phone system to light up the message bulb. (yea, a filament bulb, not an LED) To do this you pick up on the line that goes into Asterisk and do a: exten => 200,1,SendDTMF(200w#86) But I don't know the path to take to get that
2009 Sep 09
4
'make install' fails on Solaris (PR#13946)
Full_Name: Bob Bownes Version: 2.9.2 OS: Solaris 10 Submission from: (NULL) (164.55.254.106) The sed lines in src/unix/Makefile confuse the grep distributed with Solaris that gets configured by ./configure. Switching from a separator of ':' to a separator of ',' fixes the problem. 76,77c76,77 < @$(SED) -e "s:@rhome:$(rhome):" -e
2009 Jun 18
0
Inverting a square matrix using solve() with LAPACK=TRUE (PR#13765)
rvaradhan at jhmi.edu wrote: > Full_Name: Ravi Varadhan > Version: 2.8.1 > OS: Windows > Submission from: (NULL) (162.129.251.19) > > > Inverting a matrix with solve(), but using LAPACK=TRUE, gives erroneous > results: Thanks, but there seems to be a much easier fix. Inside coef.qr, we have coef[qr$pivot, ] <- .Call("qr_coef_real", qr, y, PACKAGE =
2007 Sep 01
1
row echelon form
Hi everyone, I am looking to use R as a MATLAB replacement for linear algebra. I've done a fairly good job for finding replacements for most of the functions I'm interested in, I John Fox wrote a program for implementing the reduced row echelon form of a matrix (by doing the Gauss-Jordan elimination). I modified it a bit: rref <- function(A,
2010 Jun 16
4
Migrating from CommunigatePro to Dovecot - anyone done this?
Apologies if this is in the archive - did look but couldn't find it. Does anyone have any experience of migrating from CommunigatePro to Dovecot? We currently run CGP 5.3.4, supporting a small system (20 or so users, one domain). We've been using it for years, and have a mixed bag of MailDir and mbox folders accessed via IMAP clients. Some users have large mail accounts (15GB total).
2004 Jan 16
0
ultra-cheap asterisk box -> sorta OT, more a bout Dell
FWIW: I order a lot of Dells. My boss is cheap. That being said, I *like* Dell, it's a very well designed box. It's been said many times that Dell does not innovate, instead they copy and improve and I firmly agree with the "improve" part - they are a dream to work on. Some things to watch out for with Dell: 1. They typically tack on a shipping charge of $139 Cdn (yes they
2010 Dec 06
1
use pcls to solve least square fitting with constraints
Hi, I have a least square fitting problem with linear inequality constraints. pcls seems capable of solving it so I tried it, unfortunately, it is stuck with the following error: > M <- list() > M$y = Dmat[,1] > M$X = Cmat > M$Ain = as.matrix(Amat) > M$bin = rep(0, dim(Amat)[1]) > M$p=qr.solve(as.matrix(Cmat), Dmat[,1]) > M$w = rep(1, length(M$y)) > M$C = matrix(0,0,0)
2018 Jan 30
0
Quantitative Risk Analysis with R Course 5/1/18 to 5/4/18
Quantitative Risk Analysis with R May 1-4, 2018 Fort Collins, Colorado, USA Join us this spring for our QRA with R training. Our class will focus on applied risk modeling methods using the R statistical language and will cover the core principles of QRA and Monte Carlo simulation modeling. Both Bayesian and frequentist methods will be discussed. This class is very popular with a variety of