Displaying 20 results from an estimated 11000 matches similar to: "MySQL, map files"
2011 Oct 09
2
Filesystem quotas
I am wondering if I really need to use dovecot quota functions or not. Assume for the moment, that, each system user has a quota defined using Linux quotas, and that the Maildir is within their quota limited directory. So, any mail (or files created by the user etc) that would exceed the quota obviously can't be created.?
In such an environment, is there any advantage to implementing the same
2011 Jul 19
1
Dovecot 2, Imap service, client_limit
I see back in November of last year, a thread about using client_limit in the
imap service (not imap-login) that would allow each imap process serve more than
one connection. Sounded good, until I tried it!
When I did, unlike the OP of that thread, I got:
dovecot: imap(submit.user): Fatal: setuid(503(submit.user) from userdb lookup)
failed with euid=501(links): Operation not permitted (This
2018 Jun 25
2
Pigeonhole extdata repo?
thanks you AKi for alway responding!
>> Pigeonhole download page has links for extdata plugin up to v0.4 but
>> nothing more and no link to the master repository
>>
>> https://pigeonhole.dovecot.org/download.html
>>
>> I want to use with dovecot 2.3.2rc1 but v0.4 won't compile with it.
>
> Seems to need v0.5 for it. What are you using it for?
For a
2015 Aug 17
2
Segfaults after upgrade to Debian Jessie
On Thu, 2015-08-06 at 16:10 +0200, Stephan Bosch wrote:
> Since the extdata plugin is not part of the normal Debian packages (not
> afaik anyway), you likely compiled and installed the extdata plugin
> manually in the past while using Dovecot 2.1. Do that again, but use
> this repository: http://hg.rename-it.nl/pigeonhole-0.4-sieve-extdata/
I'm just trying to install this now,
2016 Oct 07
1
unzip does not like a / at the end of path.
dir("inst/extdata/")
dir("./inst/extdata/")
dir("inst/extdata")
works all fine, listing the directory content.
but:
unzip(tmp[1],exdir = "inst/extdata/")
Error in unzip(tmp[1], exdir = "inst/extdata/") : 'exdir' does not exist
unzip(tmp[1],exdir = "./inst/extdata/")
Error in unzip(tmp[1], exdir = "inst/extdata/") :
2015 Mar 08
2
Sieve can't find Extprograms or Extdata
Hi,
On a new install-from-source with Dovecot 2.2.16rc1, Piegeonhole 0.4.6 and a grab of the newest Extdata code, I confirmed basic Sieve functionality is working (made a simple sieve script with a test on message subject resulting in a fileinto action).
But I cannot get Sieve to see Extdata or Extprograms. sievec reports "Warning: sieve: ignored unknown extension
2015 Oct 31
1
Example input data with example output using relative pathway in vignette of R package?
I'm putting together an R package. I would like to show example code in the
vignette, where example data files (included in the package) are used to
generate an (example) output file.
I read about using example data in Hadley Wickham's post (
http://r-pkgs.had.co.nz/data.html), and believe I should keep my example
data as raw data, as it must be parsed to generate the output.
So, I
2012 Aug 21
1
R CMD build error with data files
Dear list,
I want to update my prabclus package which I haven't done for quite a
while.
In the previous version, I had .dat files in my data subdirectory, which I
read using .R files. Now R CMD check gives me a warning that .dat files
are no longer accepted there.
So I changed my filenames to .txt, but actually some of these files are
only there in order to be read by .R, not in order
2011 Mar 23
2
system.file() to read a text file from a vignette
[Env: R 2.12.2, WinXp]
In a vignette for the vcdExtra package, I had a text file, tv.dat under
data/, that I used in the vignette as
<<tv1,results=verbatim>>=
tv.data<-read.table(system.file("data","tv.dat",package="vcdExtra"))
head(tv.data,5)
@
I was told that this now generates a warning for non-Rdata files in R
CMD check. But I'm now
2018 Mar 19
2
Is possible to override Dovecot variables or Sieve env vars and extdata lookups
Are the dovecot environment variables mutable? I'd like to override
like:
set "${env.vnd.dovecot.username}" "someuser at example.org"
Or better, I prefer to override %u Dovecot variable during the userdb
lookup.
Is either possible?
PS, when Sieve does extdata lookups for username key, where does
username come from? %u? Does an override as above change the dict
2015 Aug 06
3
Segfaults after upgrade to Debian Jessie
On Thu, 2015-08-06 at 09:49 +0200, Stephan Bosch wrote:
> You have no debug symbols installed. Could you install dovecot-dbg
> package and try again?
Sorry, how's this:
#0 sieve_validator_find_command_registration (valdtr=0xffffffff, command=0x7fc573c4bcd8 "extdata") at sieve-validator.c:309
No locals.
#1 sieve_validator_register_command (valdtr=0xffffffff,
2013 Jan 22
2
SNPRelate package error
Dear,
I am using the R package SNPRelate but I found an error when I run the
following command. Do you know what might be the problem? Thanks in
advance.
> vcf.fn <- system.file("extdata","str.vcf",package="SNPRelate")
> snpgdsVCF2GDS(vcf.fn,"test.gds")
Start snpgdsVCF2GDS ...
Extracting bi-allelic and polymorhpic SNPs.
2014 Apr 29
1
Status of sieve-extdata?
Hi,
I'd like to ask about status of extdata plugin for sieve. The wiki page
(http://wiki2.dovecot.org/Pigeonhole/Sieve/Plugins/Extdata) mentions
versions for PigeonHole 0.2 and 0.3, but there seems to be no version
for 0.4 and Dovecot 2.2.
Is the plugin dead or is it planned to make version for Dovecot 2.2
(when time allows I guess)?
Regards
J.
2018 Jun 22
2
Pigeonhole extdata repo?
Pigeonhole download page has links for extdata plugin up to v0.4 but
nothing more and no link to the master repository
https://pigeonhole.dovecot.org/download.html
I want to use with dovecot 2.3.2rc1 but v0.4 won't compile with it.
Thanks for helping
-------------------------------------------------
ONLY AT VFEmail! - Use our Metadata Mitigator to keep your email out of the NSA's
2011 Apr 19
4
Puppet environment can't be used in extlookup (precedence)
Anyone able to explain why "$fqdn" works and "$environment" doesn''t in:
$extlookup_precedence=["%{fqdn}","%{environment}","common"]
How to reproduce it:
-----------------------------
- In "/etc/puppet/manifests/site.pp" :
$extlookup_datadir = "/etc/puppet/manifests/extdata"
2018 Mar 19
1
Is possible to override Dovecot variables or Sieve env vars and extdata lookups
On 2018-03-19 06:31, Aki Tuomi wrote:
> On 19.03.2018 06:40, MRob wrote:
>> Are the dovecot environment variables mutable? I'd like to override
>> like:
>>
>> set "${env.vnd.dovecot.username}" "someuser at example.org"
>>
>> Or better, I prefer to override %u Dovecot variable during the userdb
>> lookup.
>>
>> Is
2011 Feb 28
7
Where to put External Nodes in Multiple Environments?
All,
For those that are using external nodes (as local files) and multiple
environments, where do you put the external node files?
Ie, do you put them down in the environment itself
/etc/puppet/env/env1/manifests/extdata/nodes
/etc/puppet/env/env.../manifests/extdata/nodes
/etc/puppet/env/envN/manifests/extdata/nodes
OR, up above the environments?
/etc/puppet/manifests/extdata/nodes
Which
2020 Sep 18
2
sieve-extdata plugin breaks on pigeonhole 0.5 ish
Hi, I wonder if someone could give me a little help bringing the
sieve-extdata plugin up to date to be usable with latest Dovecot/pigeonhole
Trying to use both together at present I get an error:
? managesieve: Fatal: Couldn't load required plugin
/usr/lib/dovecot/sieve/lib90_sieve_extdata_plugin.so: dlopen() failed:
/usr/lib/dovecot/sieve/lib90_sieve_extdata_plugin.so: undefined symbol:
2013 Apr 24
1
R Interactive Mode
Dear all,
We are doing some research about the time series analysis of NDVI, and
we found the NDVITS package which is a very great tool.
Unfortunately when we run it, after TimeSeriesAnalysis it asks to enter
"Village or Country".
library("ndvits", lib.loc="/home/vahe/R/i686-pc-linux-gnu-library/2.15")
2013 Apr 23
1
One more question please...
I executed the code in rstudio successfully:
library("ndvits", lib.loc="/home/vahe/R/i686-pc-linux-gnu-library/2.15")
ndvidirectory=paste(system.file("extdata/VITO_Mzimba",
package="ndvits"), "/", sep="")
region="Mzimba"
Ystart=2004
Yend=2006
shape="SLP_Mzimba"