Displaying 20 results from an estimated 2000 matches similar to: "Transfer incomming email to INBOX"
2009 Jun 20
2
procmail/dovecot error
My procmail log keep filling with the following error
procmail: Program failure (75) of "/usr/libexec/dovecot/deliver"
Can't open log file /var/log/dovecot.log: Permission denied
ls -l /usr/libexec/dovecot/deliver
-rwxr-xr-x. 1 root root 964760 avr 20 03:55 /usr/libexec/dovecot/deliver
ls -l /var/log/dovecot.log
-rw-------. 1 root root 34689 jun 20 15:26 /var/log/dovecot.log
what
2012 Jun 20
1
troncated email
Hi,
I'm on fc16 with dovecot and Claws Mail version 3.8.0
All email in INBOX are troncated as they arrive. I only get the title,
from and date but no more core message
could someone guide me so I find a solution for my problem. cannot lose
my email
Regards,
Claude
2005 Oct 12
2
Anyone use fetchmail for multiple users?
Trying to figure out how to configure it for multiple users. By default
CentOS doesn't have a daemon setup if you want to do this.
Preston
2009 Mar 21
1
fetchmail SSL protoco; issue
I am using fetchmail to collect mail from some secondary mail accounts,
among which is hotmail.
So far I have used hotwayd to fetch the mail from hotmail using
httpmail. Hotmail now supports pop3 access, so I decided to change
fetchnail to fetch the mail directly over pop3.
This works, but whatever I try, I get an error message when I run
fetchmail:
Invalid SSL protocol 'SSLv23'
2009 Jun 12
1
Adjusting Mime types for files with extensions .R or .Rout
I'm not sure if this is a Debian/Ubuntu question related to R or a
Gmail question related to R so I thought I would start with this
mailing list.
I often wish to email R scripts and the result of a R CMD BATCH run of
the script. I wish them to be enclosures of mime type text/plain so
they are easier to handle and so they can be included in the archives
of mailing lists. I use the web
2013 Sep 10
3
to delete lines by means of a vector
Hi
I would like to eliminate a large number of lines of the dataframe df1
The lines to delete are given here by the values of Mat (ex : 2,4,7,10).
but I have a large number (300) values of Mat
dput(df1)
structure(list(Mat = c(1, 1, 1, 1, 1, 1, 2, 2, 2, 2, 3, 3, 3,
3, 3, 4, 4, 4, 4, 4, 5, 5, 5, 5, 5, 5, 6, 6, 6, 6, 6, 6, 7, 7,
7, 7, 7, 7, 7, 8, 8, 8, 8, 8, 8, 8, 9, 9, 9, 9, 9, 9, 10, 10,
10, 11,
2010 Jun 03
3
Nested ANOVA with covariate using Type III sums of squares
Hello,
I have been trying to get an ANOVA table for a linear model containing a
single nested factor, two fixed factors and a covariate:
carbonmean<-lm(C.Mean~ Mean.richness + Diversity + Zoop + Diversity/Phyto +
Zoop*Diversity/Phyto)
where, *Mean.richness* is a covariate*, Zoop* is a categorical variable (the
species), *Diversity* is a categorical variable (Low or High), and
2005 Feb 21
2
1.1.6 Manual sampledec.c mistake
Le lundi 21 f?vrier 2005 ? 15:08 +0100, Claude Brisson a ?crit :
> Why not move the manual on the wiki ?
Because it's already written in LyX and can be easily converted to pdf,
html or anything. However, the trouble shooting part could be on a wiki.
Do you volunteer?
Jean-Marc
> Claude
>
> On Mon, 2005-02-21 at 21:35 +0800, James Oh wrote:
> > Hi,
> >
> >
2010 Jul 01
2
[LLVMdev] Fail to unroll loop on simple examples.
Hi all,
I have tried to use the loop-unroll pass on a large example, but without
success. So I have tried on smaller examples, and I did not get more
success.
My simplest example is attached. It comes from this C code (using llvm-gcc,
but similar result with clang):
int main (int argc, char *argv[]) {
int i;
for (i = 0; i!=5; ++i) {}
return 0;
}
I use this command (version 2.8svn, from
2024 Feb 08
1
Is simplify2array working for dimension > 2?
Jean-Claude:
Well, here's my "explanation". Caveat emptor!
Note that:
"simplify2array() is the utility called from sapply() when simplify is
not false"
and
> sapply(a, I, simplify = "array")
[,1] [,2]
[1,] list,2 list,2
[2,] list,2 list,2
So it seems that simplify2array() is not intended to operate in the
way that you expected, i.e. that recursive
2005 Jan 10
2
64 bit integer spx_word64_t
On Tue, 2005-01-11 at 02:07 -0500, Jean-Marc Valin wrote:
> > noticed there's a 64 bit integer being used in the long term prediction.
> > any chance of using a 32 bit integer without incurring some major side-effects?
>
> A 32-bit integer may overflow (which is why I used a 64-bit int). Of
> course, it's possible to emulate it using 32-bit arithmetic. Otherwise,
>
2023 Apr 24
1
nsd issue
Hi Jean Claude,
The message is printed when the bind operation failed. Why that happens
is hard to say, I'd need more information for that. As the message does
not say: address already in use (or similar), I'm guessing the address
is not configured?
Best regards,
Jeroen
On Fri, 2023-04-21 at 18:03 +0200, HAKIZIMANA Jean Claude via nsd-users
wrote:
> Dear nsd Users,
> kindly can
2010 Jul 01
0
[LLVMdev] Fail to unroll loop on simple examples.
[I am a newcomer to llvm, so don't believe me.]
Hi Claude,
I added -debug to the command line in an attempt to study your example, and got out this:
Loop Unroll: F[main] Loop %bb1
Loop Size = 4
Can't unroll; loop not terminated by a conditional branch.
The source code for that is on line 116 (or so) in lib/Transforms/Utils/LoopUnroll.cpp
Based on a quick look at the source code,
2005 Jan 13
3
Problem encoding sine wave in 1.1.6 and somewhat in 1.0.4
On Thu, 2005-01-13 at 12:42 -0500, Jean-Marc Valin wrote:
> Le jeudi 13 janvier 2005 ? 10:59 -0500, Jared Whitby a ?crit :
> > Interestingly enough.. I started playing around with preprocessing
> > options in 1.1.6 and happened upon the denoise filter
> > (SPEEX_PREPROCESS_SET_DENOISE). When i run the test tone using that
> > option it is completely filtered out and I
2005 Jul 22
2
memory cleaning
Hi R Users,
After some research I haven't find what I want.
I'm manipulating a dataframe with 70k rows and 30 variables, and I run out of memory when exporting this in a *.txt file
after some computing I have used :
> memory.size()/1048576.0
[1] 103.7730
and I make my export :
> write.table(cox,"d:/tablefinal2.txt",row.names=F,sep=';')
>
2017 Apr 27
2
Error with installed.packages with R 3.4.0 on Windows
Hello,
I am currently getting a strange error when I call installed.packages():
Error in if (file.exists(dest) && file.mtime(dest) > file.mtime(lib) && :
missing value where TRUE/FALSE needed
Calls: installed.packages
I am working with R 3.4.0 on Windows. I didn't get this error with R 3.3.3.
Apparently, file.mtime() is returning NA well applied to a directory, and
2020 Oct 25
10
Looking for a guide to collect all e-mail from the ISP mail server
Hi all:
I am evaluating mail server solutions for a small business. The trouble is, I am only a part-time admin and a newbie to mail servers.
Most guides I have seen are rather unrealistic: they encourage you to expose your e-mail server to the Internet, and hope that you have the resources
to keep it patched up.
I would rather have an internal mail server that collects e-mails from a standard
2014 May 31
1
second connected PBX not showing Caller ID
Hello,
We have two asterisk PBXs connected.
PBX 1 has SIP trunks connected to our provider. PBX 2 is a remote PBX and
SIP Trunk connected to PBX 1.
We are able to dial extensions either way and PBX 2 is able to dial out
using PBX 1 SIP trunks connected to our provider.
We would like to use a separated Caller-ID for PBX 2 and cannot figure out
how to do this.
Any suggestions
2007 May 31
2
RE hp r/t2200 and NUT
Hello Linas,
> Just wanted to inform You (for the compatibility list), that HP R/T2200
works perfectly with the hidups driver. Thank You very much for NUT! :)
>
> # upsc hp at localhost
> battery.charge: 100
> battery.chemistry: PbAC
> battery.voltage: 22.7
> driver.name: hidups
> driver.parameter.port: /dev/usb/hiddev0
> driver.version: 2.0.5
> ups.delay.shutdown:
2001 Oct 16
4
two way ANOVA with unequal sample sizes
Hi,
I am trying a two way anova with unequal sample sizes but results are not
as expected:
I take the example from Applied Linear Statistical Models (Neter et al.
pp889-897, 1996)
growth rate gender bone development
1.4 1 1
2.4 1 1
2.2 1 1
2.4 1 2
2.1 2 1
1.7 2 1
2.5 2 2
1.8 2 2
2 2 2
0.7 3 1
1.1 3 1
0.5 3 2
0.9 3 2
1.3 3 2
expected results are