Displaying 20 results from an estimated 200 matches similar to: "24, file has vanished"
2010 Dec 22
2
Plugin delete-to-trash on Dovecot 2.0
There are some body using delete-to-trash on any version of Dovecot 2.0?
--
Antonio P?rez-Aranda Alcaide
aperezaranda at yaco.es
Yaco Sistemas S.L.
http://www.yaco.es/
C/ Rioja 5, 41001 Sevilla
Tel?fono +34 954 50 00 57
Fax ? ? ?+34 954 50 09 29
2011 Feb 02
2
Logging on syslog and selected dovecot files at the sametime
Is it possible to send logs to syslog and files set by log_path and
log_info_path on config?
Just two logs at the same time (not realtime).
--
Antonio P?rez-Aranda Alcaide
aperezaranda at yaco.es
Yaco Sistemas S.L.
http://www.yaco.es/
C/ Rioja 5, 41001 Sevilla
Tel?fono +34 954 50 00 57
Fax ? ? ?+34 954 50 09 29
2008 Feb 23
1
Aranda-Ordaz
Hi all,
Does anyone know R code or SAS code for Aranda-Ordaz link family?
thanks,
xiao yue
---------------------------------
[[alternative HTML version deleted]]
2012 Mar 01
2
User defined link function with extra parameters
Hello R users,
I would like to fit a generalized linear model for the binomial family
with some non standard link functions. For instance, this is the
Aranda-Ordaz link:
? = ln( ( (1 - ?)^-? - 1 )/?)
I know how to define a new link function to use with glm(), but I my
problem is that I have an extra parameter to estimate and I have no clue
how to incorporate that. Is there any way to tell
2001 Dec 18
2
Aranda-Ornaz links for binary data
Hi,
I would like apply different link functions from Aranda-Ordaz (1981)
family to large binary dataset (n = 2000). The existing links in glm for
binomial data (logit, probit, cloglog) are not adequate for my data, and I
need to test some other transformations.
Is it possible to do this in R? And how?
Thank you for your help,
/Sharon
2010 Dec 27
2
Dovecot Quota plugin as Couier quota
I get a similar behavior between dovecot quota plugin and courier
quota with the attached patch.
When the client change flags, then is forced to recalc. This is
because I don't know how to get the changed flags on quota sync
method.
The courier quota behavior is avoid to count all deleted mails,
include "mark as deleted" mails.
--
Antonio P?rez-Aranda Alcaide
aperezaranda at
2011 Feb 16
2
Evolution IMAP with Dovecot as proxy
We have some users who use Evolution as mail client.
During migration process we are run Dovecot as proxy of Courier-imap
until any user get migrated depend of ldap attribute.
At present, the problem is that with Thunderbird and other clients,
The client run as normal. But Evolution can't get new messages or
Suscription list.
Capabilities on Courier and Dovecot are differents, but when a
2011 May 23
3
[PATCH] Indexing mail attachments with Dovecot + Solr
Indexing mail attachments with Dovecot + Solr.
This patch has been tested with these versions:
* dovecot 2.0.9
* apache-solr 1.4.1
This is a patch for the fts-solr plugin (that indexes mail messages
for Dovecot with Solr). In main stream, the plugin does not index
attachments; With this patch, you can index mails and their
attachments (pdf, docs, openoffice docs...) . You can get others
2010 Dec 28
1
Can dovecot+solr search on attachments?
I remember to read that dovecot+solr support search on mail attachment
Is this true?
Maybe, is needed to improve the basic solr schema to do this?
--
Antonio P?rez-Aranda Alcaide
aperezaranda at yaco.es
Yaco Sistemas S.L.
http://www.yaco.es/
C/ Rioja 5, 41001 Sevilla
Tel?fono +34 954 50 00 57
Fax ? ? ?+34 954 50 09 29
2010 Dec 27
1
Kicking by dovecot as proxy?
I'm using dovecot 2.0 as proxy to make easy the migration from Courier
to Dovecot.
?Is it possible to use doveadm kick on a proxy connection?
Example:
telnet (login as user1) -> dovecot (proxy) (user1) -> courier (user1)
If I exec doveadm who on "dovecot", any user are connected.
--
Antonio P?rez-Aranda Alcaide
aperezaranda at yaco.es
Yaco Sistemas S.L.
2011 May 27
1
This is appear a fts bug
I have checked this on dovecot 2.0.9 and 2.0.13 with fts-solr without patching.
If you execute the follow IMAP script, then the imap process die by
and a "assert"
. select "inbox."
. search text something
After search, the connection is aborted in the client side, and imap
process died on the server.
When the log in dovecot says:
(fts_backend_solr_init): assertion
2011 Jun 03
1
Extra plugins vía extrafield in ldap
Hi all,
I'm using dovecot 2.0.9 and I have a config like this:
dovecot.conf:
passdb {
args = /etc/dovecot/conf.d/passwd-ldap.conf
driver = ldap
}
mail_plugins = $mail_plugins quota
plugin {
autocreate = INBOX.SPAM
autocreate2 = INBOX.NoSPAM
autosubscribe = INBOX.SPAM
autosubscribe2 = INBOX.NoSPAM
quota = maildir
}
protocol imap {
mail_plugins = $mail_plugins imap_quota
2011 Oct 13
1
Rare error with concurrent users searching with fts-solr
Hi all,
If I start two o more connections with diferent users that make a
search text to solr I get this message many times:
Error: fts_solr: Query didn't return uid
If I repeat the test about 2000 times, with only one user concurrent,
with 60 diferent users, without concurrent, I get between 0.
If I repeat the test about 2000 times, with 2 users concurrent, I get
between 3 or 10 errors.
2011 Jul 08
3
Efectos aleatorios, interaccions y SNK, LSD o Tukey
Queridos R-users:
Tengo una duda que hace mucho tiempo que estoy intentando resolver, os
explico a modo de ejemplo:
Tengo estos efectos: Año(5 niveles),Localidad (10 niveles) y genotipo
(3 niveles), año y localidad son aleatorios y genotipo es fijo (los he
escogido yo).
Me gustaría hacer obtener una tabla parecida a la Tabla Anova donde
aparezca cada factor y sus interacciones y
2010 Nov 15
2
Trying to building a customized auth plugin
I'm on dovecot 2.0.7 and I trying to building a customized auth plugin.
I take passdb-passwd-file.c and userdb-passwd-file.c to try to build
with a simple gcc comand out of dovecot environment as in example:
export DOVECOT=/path/to/untar/dovecot-2.0.7
gcc -fPIC -shared -g -Wall -I$DOVECOT \
-I$DOVECOT/src/lib \
-I$DOVECOT/src/lib-auth \
-I$DOVECOT/src/lib-sql \
2010 Nov 24
2
Automatic expire on post-login
I need to clear two folder from Maildir at login.
Exatly, delete all mails older than 30 days on Trash and 1 day on spam folder.
I'm using dovecot 2.0 and I think about use a post-login script
calling doveadm -u $user expunge but post-login scripts in dovecot 2.0
are very complex
Is there possible to get the environment vars like on dovecot 1.2 ?
I think this action must be done by expire
2010 Oct 06
2
Imap Folder activity detect
Hi all,
We are migrating a mail service with 80.000 users, and 40.000 of them are
using IMAP.
At present, this service is handled by Courier, with some custom patches.
And we are migrating to Dovecot 1.2.15.
One of these patches is used to interact with Spamassassin. If Courier
detects any move/copy operation to the "IsSPAM" or "IsntSPAM" folders, a
specific bash script is
2010 Mar 16
0
New package: ordinal
This is to announce the new R-package ?ordinal? that implements
cumulative link (mixed) models for ordinal (ordered categorical) data
(http://www.cran.r-project.org/package=ordinal/).
The main features are:
- scale (multiplicative) as well as location (additive) effects
- nominal effects for a subset of the predictors (denoted partial
proportional odds when the link is the logistic)
- structured
2010 Mar 16
0
New package: ordinal
This is to announce the new R-package ?ordinal? that implements
cumulative link (mixed) models for ordinal (ordered categorical) data
(http://www.cran.r-project.org/package=ordinal/).
The main features are:
- scale (multiplicative) as well as location (additive) effects
- nominal effects for a subset of the predictors (denoted partial
proportional odds when the link is the logistic)
- structured
2010 Oct 24
1
dovecot-antispam-1.3 multiple plugin load
Hi all,
I have running dovecot-1.2.15 and I try whith dovecot-antispam-1.3 and
1.2-* if it's running for me.
I use mailtrain backend to call a script when I move a mail to a
specific folder. Then, I set allow_append_to_spam: yes
At .config for Make dovecot-antispam. I set the plugin's name to:
PLUGINNAME=isspam
An then, I have another copy of the sources and .config with plugin's