Displaying 20 results from an estimated 10000 matches similar to: ""Access is denied" after connection is apparently successful"
2005 Jun 14
2
Can't see existing mail folders
I have installed dovecot version 0.99.11 on my Slackware 10.1 system
recently and it basically works as expected. However I can't get it
to 'see' existing mbox hierarchies.
I have the following in dovecot.conf:-
default_mail_env = mbox:/home/%u/Mail:INBOX=/var/mail/%u
(I also originally tried with %h/Mail)
IMAP MUAs can see the INBOX OK but I can't get them to see any of
2005 Jul 17
2
IMAP: Get rid of non-existent folders below INBOX
Hi,
I am using Debian Sarge w/ dovecot-imapd package 0.99.14-1. Squirrelmail
created three folders below INBOX, Drafts/Sent/Trash, that I already had
elsewhere. Thus, I deleted them (through SqM).
However, both Thunderbird and Squirrelmail still show these folders
anyway. When I select them, I keep getting "Mailbox does not exist"
errors. I already tried to move all .imap.index* files
2005 Jul 25
1
Commercial support
1.0 release is slowly (but surely :) getting nearer and I'd like to be
able to offer commercial support for it for those who want or need it.
I have a few different plans for how to do that, but I haven't really
decided yet what to do. So I thought I'd ask a few questions here to
see how much interest there is currently, which could help me make some
decisions sooner.
You should
2005 Jul 08
4
newbie questions
Thanks in advance for your patience and assistance. Since a system
administrator's work is most successful when nobody knows you've done
anything....(ugly that...you get neither raises nor equipment funding as
a result), I prefer to learn from other's experiences rather than fail
in the same pits.
We are considering a switch from UW to Dovecot, since our users persist
in using
1997 Apr 08
1
R-alpha: rbind
rbind() does something strange to dimnames
R : Copyright 1997, Robert Gentleman and Ross Ihaka
Version 0.50 Beta (April 1, 1997)
R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type "license()" for details.
> test1 <- data.frame(time= c(4, 3,1,1,2,2,3),
+ status=c(1,NA,1,0,1,1,0),
+ x= c(0,
2002 Jun 26
0
OpenSSH 3.3, OpenSSL 0.9.6d and OpenBSD 2.7
Hi All,
Just spent a number of hours fighting with the above combination of
operating system, crypto library and OpenSSH. Password authentication kept
failing and it took a number of hours to nut out the problem. It turns out
that the OpenBSD/libc version of crypt (which supports Blowfish, MD5 and
DES) wasn't being used, instead the version found in libcryto was being
utilised.
The
1997 Apr 28
1
R-alpha: R-beta:matrix & vector multiplication.
Both of these used to work and seem useful and harmless:
R> matrix(1,ncol=1)%*%c(1,2)
Error in matrix(1, ncol = 1) %*% c(1, 2) : non-conformable arguments
R> matrix(1,ncol=1)*(1:2)
Error: dim<- length of dims do not match the length of object
Thomas Lumley
-----------------------------------------------------+------
Biostatistics : "Never attribute to malice what :
Uni of
1997 Apr 28
1
R-alpha: R-beta:matrix & vector multiplication.
Both of these used to work and seem useful and harmless:
R> matrix(1,ncol=1)%*%c(1,2)
Error in matrix(1, ncol = 1) %*% c(1, 2) : non-conformable arguments
R> matrix(1,ncol=1)*(1:2)
Error: dim<- length of dims do not match the length of object
Thomas Lumley
-----------------------------------------------------+------
Biostatistics : "Never attribute to malice what :
Uni of
2009 May 18
2
centos 5.2 install: mbr or no bootloader ?
I recently used a purchased centos 5.2 dvd to install.
It all went smoothly, and I am up and running
automagically it seems to have upgraded itself to 5.3 Final
One peculiarity:
I believe I was given the choice of:
--installing the bootloader into mbr
or
--no bootloader install
I did not want my mbr overwritten, so I chose no bootloader
Why is there no choice of 1st sector of root partition?
2005 Jul 31
1
Kernel Source Divergence, Security (was: booting gbde-encrypted filesystem)
In message <20050731135919.GA43753@afields.ca>, Allan Fields writes:
>Yes, this is all very nice, but when is someone actually going to
>commit it? ;)
I'm (as always) short of time, and GBDE is not the top priority
for me for the time being.
So I am more than happy to see people band together and improve
gbde.
The main work necessary is to polish the userland program and that
2017 May 29
3
MySQL issue
Hello.
It appears that I have an issue with my dovecot setup. When trying to
authenticate, i get this error:
May 28 20:18:26 AmaechiJ dovecot[10516]: imap-login: Login: user=<
aj at example.com>, method=PLAIN, rip=, lip=, mpid=10879, TLS, ses...QOQBg9rlR>
May 28 20:18:42 AmaechiJ dovecot[10516]: imap(aj at example.com): Connection
closed in=116 out=1311
May 28 20:20:32 AmaechiJ
2005 Jan 11
1
Possible security issue with jails
Howdy!
I'm not sure if this is actually an issue, feature or a bug, but I have found
that inside a jail, the jailed root user is able to sniff traffic (and enable
promiscuous mode) on at least the interface of the IP address the jail is attached
to.
I have not found any documentation explaining if this should occur or not, but
I feel it is something that should at least be known to those
1997 Jun 20
2
R-beta: purpose of n in identify() function?
I think I am misunderstanding something about the identify() function.
if we have an example such as this:
> x_1:10
> y_1:10
> plot(x,y)
> identify(x,y, n=1)
[1] 2 3
>
I clicked on two points and identify() returned both of them (2 and 3).
The manual says n is the maximum number of points to be identified.
If I specify n=1, should identify() return a single value?
1998 Apr 17
2
R-beta: lmsreg
Does R have a function like the S(plus) function, lmsreg, Least Median
of Squares Regression? I am using R-0.61.
Thank you,
Mike Fleming
mfleming at nass.usda.gov
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or
1998 Apr 17
2
R-beta: lmsreg
Does R have a function like the S(plus) function, lmsreg, Least Median
of Squares Regression? I am using R-0.61.
Thank you,
Mike Fleming
mfleming at nass.usda.gov
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or
2005 May 13
1
FreeBSD Security Advisory FreeBSD-SA-05:09.htt [REVISED]
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
=============================================================================
FreeBSD-SA-05:09.htt Security Advisory
The FreeBSD Project
Topic: information disclosure when using HTT
Category: core
Module: sys
Announced:
1998 Feb 26
2
R-beta: question on dyn.loaded code
Hi,
when designing libraries for R, is it possible to call C/Fortran
subroutines from other dynamically loaded code?
The following example crashes R:
********* fn1.c *****************
void twice(int *i)
{
*i = 2 * *i;
}
*********************************
********* fn2.c *****************
extern int twice(int *i);
void negtwice(int *i)
{
*i = -1 * twice(i);
}
1998 Feb 26
2
R-beta: question on dyn.loaded code
Hi,
when designing libraries for R, is it possible to call C/Fortran
subroutines from other dynamically loaded code?
The following example crashes R:
********* fn1.c *****************
void twice(int *i)
{
*i = 2 * *i;
}
*********************************
********* fn2.c *****************
extern int twice(int *i);
void negtwice(int *i)
{
*i = -1 * twice(i);
}
2006 Aug 10
2
atheros chips dangerous?
Hello,
Possibly some of you will have read the news about "Hijacking a
Macbook in 60 Seconds or Less"[1]. At this time I was searching
a wireless card for my server and I wonder how this can affect
to the combination FreeBSD+ath(4).
The ath_hal page states that FreeBSD use a binary driver and
I think it is located in this file[2].
Unlike OpenBSD which affirms that they have
1997 Aug 05
1
R-beta: Characters in .C
I am having some difficulties using dynamically loaded
C functions on a Sparc 10 with R compiled
using cc (both R-0.49 and R-0.50). I get sporadic errors with the
error message:
Error: character variables must be duplicated in .C/.Fortran,
with C functions which pass character variables.
my C functions look like: anyfunc(char **filename, other variables )
This error message appears about 25%