Displaying 20 results from an estimated 7000 matches similar to: "no protocols inhibits dovecot --exec-mail"
2006 Jan 24
2
Maildirquota
Hi,
I'd like to use dovecot+postfix (with Maildir) for several virtual email
servers, but one requirement is quota support. I'm aware about the lack of
maildirquota support in dovecot, and I found a patch in the "unofficial
patches" section which is said to provide maildirquota support to dovecot.
How stable is this patch?, is it usable with dovecot 1.0b2?. And, is there
2006 Feb 17
1
dspam plugin updated
Hi,
Since debian just updated to beta 2, I updated the dspam plugin for
that. Also, I added ignoring a Trash folder, Taivo please test if it
works for you (but you will need to patch again for dspam daemon mode!)
As always:
http://johannes.sipsolutions.net/Projects/dovecot-dspam-integration
johannes
-------------- next part --------------
A non-text attachment was scrubbed...
Name:
2006 Feb 06
1
auth: out of memory
Hello :)
I just couldn't login to my dovecot imap (1.0-beta2). Dovecot authenticates
from mysql database.
Feb 6 19:47:33 elfstone dovecot: auth-worker(default_with_listener):
sql(damirh at noviforum.si): User query failed: MySQL client run out of memory
Feb 6 19:47:52 elfstone dovecot: auth-worker(default_with_listener): ^GOut of
memory (Needed 8164 bytes)
Feb 6 19:47:52 elfstone
2005 Jan 24
2
Is it possible to access maildir w/ 2 clients at the same time?
Hi,
I have dovecot with Maildir installed and running. No problems.
I use kmail on both desktop and laptop with cachedimap configuration.
kmail is configured to look for new mail every two minutes.
Now my question:
When both maschines are running and kmail is started then two clients access the same Maildir
on the server at the same time. Is this possible or can this corrupt the Maildir
2007 Sep 09
2
Don't let deliver create index files
For various reasons I want to use deliver with Postfix and Courier-IMAP,
and it seems to work fine except for one thing: deliver creates some
dovecot.* index files that Courier never uses (and I assume deliver
doesn't need them)
Is there a way to prevent that?
Thanks,
Martin
2004 Dec 14
7
deploying dspam
Hi everyone,
I've been thinking of phasing out my spamassassin installation (it's
hardly doing me any good these days) in favour of dspam. Now since I'm
working on this anyway, I thought I'd configure it so when users get any
spam, it is delivered into a special folder. I figure I need the 1.0
test series for this, so I can make that folder fixed. But, I also want
to allow
2006 Apr 13
1
Prototyping for basejail distribuition
Hi,
I attach 2 files in this email, the first is a Makefile and the second is
jail.conf.
For demonstre my idea i resolved create one "Pseudo Prototyping", for test
is necessary:
1 - Create dir /usr/local/basejail
2 - Copy Makefile to /usr/local/basejail
3 - Copy jail.conf to /etc
4 - The initial basejail is precompiled is distributed in CD1,
for simular basejail is necessary a
2004 Apr 21
2
Question on CAR appendix on NLS
The PDF file on the web, which is an appendix on nonlinear regression
associated with the CAR book, is very nice.
When I ran through the code presented there, I found something
odd. The code does a certain model in 3 ways: Vanilla NLS (using
numerical differentation), Analytical derivatives (where the user
supplies the derivatives) and analytical derivatives (using automatic
differentiation). The
2013 Apr 03
3
Generating a bivariate joint t distribution in R
Hi,
I conduct a panel data estimation and obtain estimators for two of the
coefficients beta1 and beta2. R tells me the mean and covariance of the
distribution of (beta1, beta2). Now I would like to find the distribution
of the quotient beta1/beta2, and one way to do it is to simulate via the
joint distribution (beta1, beta2), where both beta1 and beta2 follow t
distribution.
How could we
2007 Sep 30
4
new antispam plugin
Sparked from the discussion on the list, I've put my antispam plugin
into git and split up the code into a frontend and possibly multiple
backends. See http://git.sipsolutions.net/dovecot-antispam.git/ (URL
functions as both gitweb and git URL)
Andreas, I took your README file and adjusted it, I hope you don't mind.
I didn't fork from your git tree because you'd already
2016 Nov 27
7
JMAP support in Dovecot
Hi!
We are working on including JMAP support to Dovecot. At this moment I cannot give any promise for exact version, but hopefully it will be part of v2.3
Aki Tuomi
Dovecot Oy
> On November 26, 2016 at 11:17 PM Andrew Jones <andrew at mykolab.com> wrote:
>
>
> Hi Marcus
>
> Thanks for your helpful reply.
>
> Do you know what is going on with JMAP development
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?
2006 Dec 05
2
zaptel-1.4.0-beta2 Getting it to compile on Fedora Core 6 _64bit
I keep running into the dead end that it can't find config.h in the source
tree.
It looks like newer kernels don't use it anymore.
Someone ran into this awhile back when compiling 1.2 and it looks as
though the issue was never resolved.
Any ideas?
Last time I tried this, I was on fedora core 5 64bit and all went well.
It's not working on this newer setup
Any ideas on what I can do
2006 Oct 17
4
if statement error
Hi List,
I was not able to make this work. I know it is a simple one, sorry to bother. Give me some hints pls. Thanks!
Jen
if(length(real.d)>=30 && length(real.b)>=30 && beta1*beta2*theta1*theta2>0 )
{ r <- 1; corr <- 1; }
real.d and real.b are two vectors, beta1,beta2,theta1,and theta2 are constants. The error occurred like this:
Error in if
2006 Jan 22
4
1.0.beta2 released
I had originally thought that I'd do a complete audit of the Dovecot's
sources this weekend, but looks like I didn't. Hopefully I've been
writing good enough code that the "1000 EUR for security hole" offer
lasts for a long time. :)
This release should fix the SSL parameter regeneration problem. There
were two changes that were needed to fix it, but I had forgotten the
2006 Jan 09
4
Wild Idea for a feature
OK - this is a wild idea and wondering what it would take to make it
possible.
I get a lot of email from a lot of different people about a lot of
different issues. What I need is a way to do some server side presorting
of email into specific folders. I can build a LOT of Mozilla rules but
that is too cumbersome for what I have in mind.
Here's what I'm thinking - one classification of
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!
2004 Apr 16
5
Non-Linear Regression (Cobb-Douglas and C.E.S)
Dear all,
For estimating Cobb-Douglad production Function [ Y = ALPHA * (L^(BETA1)) *
(K^(BETA2)) ], i want to use nls function (without linearizing it). But
how can i get initial values?
------------------------------------
> options(prompt=" R> " )
R> Y <- c(59.6, 63.9, 73.5, 75.6, 77.3, 82.8, 83.6, 84.9, 90.3, 80.5,
73.5, 60.3, 58.2, 64.4, 75.4, 85, 92.7, 85.4,
2006 Nov 08
1
Still problems with Asterisk on latest Debian
Hi all,
I have now reinstalled my whole system because I had to change a few things wiht my drives. Here is what happens. I have done apt-get build-dep asterisk
apt-get install linux-headers-2.6.17-2-686 which works just fine now.
Downloaded the latest files from digiums ftp.
First I unpacked zaptel. I am doing everything as root. Then I just type make. Here is what happens:
checking for gcc...
2010 Dec 09
4
sieve plugin does not autocreate folder
Sieve plugin does not autocreate folder, defined in sieve filter
/etc/dovecot/sieve/default.sieve
require ["fileinto"];
# rule:[off]
if anyof (header :contains "To" "off@***.com", header :contains "Cc"
"off@****.com")
{
fileinto "INBOX.off";
stop;
}
>sievec /etc/dovecot/sieve/default.sieve
sievec(root): Debug: Loading modules