Displaying 10 results from an estimated 10 matches for "mpop".
Did you mean:
apop
2004 Dec 17
2
Doubts about chi-square distribution
...Origin chi-square distribution
# Author : Jos?? Cl??udio Faria
# Date : 16/12/2004
# Version : v1
#-------------------------------------------------------------------------------
#---------------------- Begin informations -----------------------------------
# Populational parameters
Mpop = 0 # Mean
Vpop = 1 # Variance
N = 10000 # Size
# Sampling
n = 10 # size of the sample
sr = 10000 # sampling repetition
# Plot parameter
nchist = 150
#---------------------- End informations -------------------------------------...
2012 Apr 12
2
pyramid.plot in plotrix, axis labelling
...s there are two of them.
I have enclosed some sample data lifted from another example. I've scaled down the other labels using labelcex whch leaves the disparity in sizes that I'm trying to remove. I'd like something like this but with the x axis lables the same size as the y.
> mpop=c(50,75,80,100,110,90,85,60,40,20)
> fpop=c(50,75,80,100,110,90,85,60,50,30)
> coh=c("0-9","10-19","20-29","30-39","40-49","50-59","60-69","70-79","80-89","90-99")
> pyramid.plot(mpop,fpop,l...
2006 Dec 19
1
Custom mail directory with LDAP
For certain users, I have their mail boxes
under /srv/mpop/<username>/Maildir. For the rest, I have their mail
boxes under /srv/vmail/<username>/Maildir.
mpop/ users are stored in LDAP, vmail/ users are local users so I
discard the idea of set a fixed mail_location.
In dovecot-ldap.conf I can't get the picture to
set /srv/mpop/<usernam...
2012 Jul 17
1
Different LDAP filters for different protocols
...ilter
inside the protocols in the file dovecot-ldap.conf.ext as shown below but
this didn't seem to work.
protocol lmtp {
user_filter =
(&(objectClass=posixAccount)(cn=%u)(active=1)(msmtp=1))
}
protocol imap {
user_filter = (&(objectClass=posixAccount)(cn=%u)(active=1)(mpop=1))
}
protocol pop3 {
user_filter = (&(objectClass=posixAccount)(cn=%u)(active=1)(mpop=1))
}
2019 Sep 12
2
Gnu sieve vs Dovecot sieve-filter - sieve-filter extremely slow at lda (writing emails to local mbox files)
I am wondering why sieve-filter is so slow compared to gnu sieve.
I run mpop (like getmail) to download from a pop3 server to a local
mbox file: ~/mail/email-incoming-unsorted
This step is very fast.
The next step, I throw the email-incoming-unsorted mbox file at a
sieve processor, to sort the emails from that mbox, into other
mboxes, according to the sieve rules file.
U...
2001 Aug 28
2
Christmas tree graphs
Hello R users,
I wish to draw a type of horizontal bar chart for two groups (males and
females). The values for one group will start at the y-axis and point to the
left, and the values for the other group will start at the y-axis and point to
the right. If you're (un)lucky, the resulting graph can assume the shape of a
Christmas tree.
The data are
left.side <- c(107092, 113053,
2011 Oct 08
2
Permutation or Bootstrap to obtain p-value for one sample
Hi,
I am having trouble understanding how to approach a simulation:
I have a sample of n=250 from a population of N=2,000 individuals, and I
would like to use either permutation test or bootstrap to test whether this
particular sample is significantly different from the values of any other
random samples of the same population. I thought I needed to take random
samples (but I am not sure how
2019 Jan 07
2
Feature request SCRAM-SHA-256
...algorithm, I created a quick implementation (after
some refactoring):
https://github.com/stephanbosch/dovecot-core/commits/auth-scram-sha-256
However, since there is no client that actually supports this, I cannot
test this myself. I've briefly tested that the old SHA-1 still works
(using mpop) and that the server properly announces the new mechanism
when enabled, but that is it. It is based on the master branch.
Configuration is identical to SCRAM-SHA-1, apart from the mechanism (and
password scheme) name of course.
Don't expect this to be released or even merged to the master b...
2013 Feb 26
4
Sieve filters on folders, different from INBOX
Hi all
Is it possible to configure Dovecot's sieve plugin to act on message
arrival to folders, other than INBOX?
I wish to move messages fetched by pop3 fetcher to special folder, or sort
outgoing mail to folders, specific
to their recipients.
Thanhs in advance,
WBR,
valery
2011 Jun 16
1
Removal of mailist duplicates?
I am using mpop to fetch mail from my service provider (who use dovecot).
I use dovecot to hold all my mail on a local slackware server, with
sieve filters, based on 'List-Id', directing mailist postings to their
own folders.
I use thunderbird to read my mail on an ubuntu desktop.
When I receive a rep...