Displaying 20 results from an estimated 1000 matches similar to: "SSL/TLS stopped working in 1.0 alpha2"
2005 Sep 26
2
Problems with alpha3 + openssl-0.9.8
Has anybody successfully compiled alpha 3 with the newly released
openssl-0.9.8? I just wasted the weekend trying to get dovecot to
compile using the new openssl libs. Openssl-0.9.7d works like dream.
Just wanted to know if anybody had this combo working.
2007 Aug 07
1
v1.1.alpha2 released
http://dovecot.org/releases/1.1/alpha/dovecot-1.1.alpha2.tar.gz
http://dovecot.org/releases/1.1/alpha/dovecot-1.1.alpha2.tar.gz.sig
Hopefully the next release can be v1.1.beta1. I'm not aware of any major
problems and I think I'm pretty much done with new features (except for
dbox).
The largest changes since alpha1:
* Removed THREAD indexing. It's a bit buggy and I think
2005 Sep 14
1
Lost transaction log file in alpha2
I had run alpha1 pretty uneventfully for several weeks. I upgraded to
alpha2 a couple of days ago and have since suffered two incidents of
"Lost transaction log", resulting in the client being unable to
access the mailbox until I "rm dovecot.index.log*"
Sep 14 10:48:35 caddy dovecot: imap(jberry): Lost transaction log
file /Users/jberry/Maildir/dovecot.index.log seq 1
2009 Oct 23
3
v2.0.alpha2 released
http://dovecot.org/releases/2.0/alpha/dovecot-2.0.alpha2.tar.gz
http://dovecot.org/releases/2.0/alpha/dovecot-2.0.alpha2.tar.gz.sig
Changes since alpha1:
- All debug messages are now logged to debug log (debug_log_path
setting, defaults to info_log_path). Patch by Pascal Volk.
- Added support for SORT=DISPLAY IMAP extension.
- Added doveadm who command for listing currently logged in users.
2005 Sep 06
2
subscriptions or .subscriptions?
I may have found a problem with the documentation concerning the
subscriptions file. On the Dovecot web site there is a document that
outlines the conversion from UW IMAP to Dovecot. The document says
Dovecot's folder list is stored in ".subscriptions"
However, I have found that Dovecot's folder list is really
"subscriptions" without the preceding dot. Did
2005 Aug 30
2
Dovecot default inbox name?
I'm installing dovecot and migrating from mbox to maildir. I've read
several articles concerning this process but I can't seem to find the
answer to one particular question. What is the default name of the
inbox when using maildir format? I need to create this in advance for
each user and I don't know what dovecot is expecting for the inbox
directory name.
--
Andy Cravens
2012 Oct 23
1
Minimizing Computational Time
Dear R-users,
May I seek some suggestions from you. I have a long programme written in R
with several 'for' loops inside. I just want to get them out by any elegant
way (if there is!) to reduce the computational time of the main programme.
For instance, is there any smart way for the following programme that will
lessen time?
2005 Sep 19
1
Is Alpha2 slower than Alpha1?
I changed servers at the same time as changing from Alpha1 to Alpha2 but
I'm on a faster server so it should be faster. But it seems slower
especially deleting server side messages. Using mbox .
Anyone else seeing tis?
2013 Mar 11
2
vertical lines in R plot
Dear All,
May I seek your suggestion on a simple issue. I want to draw vertical lines
at some positions in the following R plot. To be more specific, I wish to
draw vertical lines at d=c(5.0,5.5,6) and they should go till
p=c(0.12,0.60,0.20) . I haven't found any way out, though made several
attempts. Please run the following commands first if you are interested in!
2005 Dec 31
3
Using dovecot auth with Postfix
Attempting to setup smtpd auth for Postfix using the Dovecot authorization
unix socket.
Some info is at: http://www.postfix.org/SASL_README.html
To enable operation when Postfix is chrooted, a method from the
reference above is to locate the socket at: /var/spool/postfix/private/auth
To do this, I have this configuration in dovecot.conf:
# listener sockets will be created by Dovecot's
2011 Sep 16
2
v2.1.alpha2 released
http://dovecot.org/releases/2.1/alpha/dovecot-2.1.alpha2.tar.gz
http://dovecot.org/releases/2.1/alpha/dovecot-2.1.alpha2.tar.gz.sig
This is actually looking rather stable. I'm still calling it "alpha" in
case I think of doing some more API changes, but I think the next one
will be called "beta1", hopefully soon followed by "rc1".
- Statistics gathering
2011 Sep 16
2
v2.1.alpha2 released
http://dovecot.org/releases/2.1/alpha/dovecot-2.1.alpha2.tar.gz
http://dovecot.org/releases/2.1/alpha/dovecot-2.1.alpha2.tar.gz.sig
This is actually looking rather stable. I'm still calling it "alpha" in
case I think of doing some more API changes, but I think the next one
will be called "beta1", hopefully soon followed by "rc1".
- Statistics gathering
2005 Mar 02
1
Warning: number of items to replace is not a multiple of replacement length
I feel like a complete dolt, as I know this question has been asked by
others on a fairly regular basis, but I'm going in circles trying to get
the following to work:
id.prob<-function (tt)
{
library(mvtnorm)
#============================
Makeham<-function(tt)
{
a2=0.030386513
a3=0.006688287
b3=0.039047537
t<-tt-20
h.t<-a2+a3*exp(b3*t)
S.t<-exp(-a2*t+a3/b3*(1-exp(b3*t)))
2005 Feb 27
2
Help with constrained optimization
Dear all,
I need an advice in the following problem.
I have to maximize two functions of the form f1(x)=f(y1,x,alpha1,beta1) and f2(x)=(y2,x,alpha2,beta2), the maximization is with respect to alpha1, alpha2, beta1, beta2. I can maximize each function separately using nlm.
The problem is that I have to add the constraint of the form g(alpha1)=g(alpha2).
The total number of parameters is
2009 Jul 01
2
Difficulty in calculating MLE through NLM
Hi R-friends,
Attached is the SAS XPORT file that I have imported into R using following code
library(foreign)
mydata<-read.xport("C:\\ctf.xpt")
print(mydata)
I am trying to maximize logL in order to find Maximum Likelihood Estimate (MLE) of 5 parameters (alpha1, beta1, alpha2, beta2, p) using NLM function in R as follows.
# Defining Log likelihood - In the function it is noted as
2008 Oct 05
4
v1.2.alpha2 released
http://dovecot.org/releases/1.2/alpha/dovecot-1.2.alpha2.tar.gz
http://dovecot.org/releases/1.2/alpha/dovecot-1.2.alpha2.tar.gz.sig
Mainly the same fixes as in v1.1.3 -> v1.1.4 plus some more
v1.2-specific fixes.
Not many people have been testing v1.2 releases. Wonder if there's
something I could do to improve that. I guess v1.2 is kind of missing
those killer features that would get a
2008 Jan 04
2
R2WinBUGS sending variables as factors
Hello R and BUGS users,
I am writing a heirarchical model in R to send to BUGS via R2WinBUGS and
I am finding it difficult to get the model to run. I seem to be having
two problems.
1) I can't seem to send variables classed as factors (Month), is there a
way do this?
2) Checking the Log in WinBUGS I can see that the model is Syntactically
correct, but Bugs is not able to recognise the the
2011 Aug 11
1
R crashes when communicating with JAGS
There is a thread on this topic already:
http://finzi.psych.upenn.edu/Rhelp10/2010-August/250934.html
I'm rather mystified by a similar problem and wondering whether I've
overlooked something obvious. I'm running with latest versions of R and
all packages, and latest version of JAGS running under Windows 7.
Here's the problem. I have some source code. It's given below -
2005 Sep 20
2
trying to see different files
i am wanting to sort my email into different files per the different email lists i use. i've posted this before but nobody responded. is it possible to use dovecot and sort my mail into /home/dlw/Mail/file1, file2 etc.... ?
--
David Willoughby
email: dlw at d1w.org
icq: 1852393
2005 Sep 23
1
v1.0.alpha2, virtual domain authentication
Bonjour a tous,
In Dovecot v1.0.alpha2, authentication
according domain seems not working
passdb = passwd-file /etc/vmail/test.%d
%d is not resolved as "domain.name"
I browsed on mailing list post and found the
problem already reported...
What I can't figure out is the answer about it...
> Timo Sirainen tss at iki.fi
> Fri Jul 22 15:44:02 EEST 2005
> >