Displaying 20 results from an estimated 1000 matches similar to: "How do I share folders ?"
2019 Mar 17
2
testing dovecot LMTP with postfix/spamassassin
:-)
On 3/17/19 10:22 AM, Yassine Chaouche via dovecot wrote:
>
> On 3/16/19 3:49 PM, Marek Kozlowski via dovecot wrote:
>> Can I test local mail delivery by dovecot LMTP manually? I mean: to
>> simulate "I'm the Postfix" and produce for some testing e-mail the
>> same effect as postfix granting it via `local_transport' to dovecot?
>>
> You can
2017 Feb 12
2
Maildirsize not updated
I am using dovecot lmtp
root at messagerie[10.10.10.19] ~ # grep virtual_transport /etc/postfix/main.cf
# transport_maps = hash:/var/lib/mailman/data/transport-mailman, proxy:mysql:/etc/postfix/mysql-virtual_transports.cf
# virtual_transport = maildrop
virtual_transport = lmtp:unix:private/dovecot-lmtp
root at messagerie[10.10.10.19] ~ #
On Thursday, February 9, 2017 7:54 PM, WJCarpenter
2012 May 25
3
Breaking up a vector
Hi all,
My problem is as follows:
I want to run a loop which calculates two values and stores them in vectors
r and rv, respectively.
They're calculated from some vector x with length a multiple of 7.
x <- c(1:2058)
I need to difference the values but it would be incorrect to difference it
all in x, it has to be broken up first. I've tried the following:
r <- c(1:294)*0
rv
2011 Feb 04
1
Quadratic regression: estimating the maximizing value
A bioligist colleague sent me the following data.
x Y
3 1
7 5
14 8
24 0
(Yes, only four data points.) I don't know much about the
application, but apparently there are good empirical
reasons to use a quadratic model.
The goal is to find the X value which maximizes the
response Y, and to find a confidence interval for this X
value.
Finding the maximizing X value is pretty
2008 Feb 28
3
Collapse an array
Suppose I have a 4-D array X with dimensions (dx, dy, dz, dp). I want
to collapse the first 3 dimensions of X to make a 2-D array Y with
dimensions (dx*dy*dz, dp). Instead of awkward looping, what is a good
way to do this? Is there a similar function like reshape in Matlab?
Thanks,
Gang
2017 Mar 21
3
Problem with sieve_before[solved]
I did chmod -R 777 /var/lib/dovecot and it worked.
I just need to figure out what the correct setting are.
Thanks everyone
//Ger
----------------original message-----------------
From:Ger Hooton Scoil Chro? ?osa Blarney [ghooton at scins.ie ]
To:Robert Moskowitz [rgm at htt-consult.com ], chaouche yacine
[yacinechaouche at yahoo.com ], dovecot at dovecot.org Date:Tue, 21 Mar 2017
14:05:17
2016 Dec 06
1
segfault with POSIXlt zone=NULL zone=""
>>>>> Joshua Ulrich <josh.m.ulrich at gmail.com>
>>>>> on Tue, 6 Dec 2016 09:51:16 -0600 writes:
> On Tue, Dec 6, 2016 at 6:37 AM, <frederik at ofb.net> wrote:
>> Hi all,
>>
>> I ran into a segfault while playing with dates.
>>
>> $ R --no-init-file
>> ...
>> >
2001 Apr 05
1
PR#896
Sorry to all that are angry about the form of my previous mail. I
didn't realise what would happen :((.
Here it is in (hopefully) plain text (if my mailer doesn't spoil it again):
##############
Dear developers,
I have a problem with some discrepancy between R 1.2.1 for
Windows and R 1.2.2 (and less) for Linux. While trying to correct
the wilcox.test (see my previous bug report) I
2007 Dec 10
2
[PATCH][LINUX] Decode mouse dz event
Decodes mouse event packet dz value and passes it as a wheel event into
the input stream.
Please apply to linux-2.6.18-xen
Signed- off- by: Pat Campbell <plc@novell.com>
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
2017 Mar 30
1
Studying dovecot source code (searching for mail_deliver_hook_set)
https://wiki2.dovecot.org/Design
Aki
On 30.03.2017 12:35, chaouche yacine wrote:
> Thanks ! I don't know if there's documentation about dovecot's design as a whole, not the details of the plugin itself, to get the big picture ? I assume the plugins are loaded in a loop at dovecot startup, or at login, or when mail is delivered via lda/lmtp ? in the particular case of the quota
2013 Feb 05
1
dsync: Invalid server handshake
Hi list,
I recently tried to backup mailboxes from an older server machine to
a new one in order to move the service to the new machine.
Both machines are in the same LAN, I used this command:
dsync -R -u username backup ssh -i .ssh/id_rsa username at 192.168.1.11 /opt/local/bin/dsync
and I get this error:
dsync-local(dz): Error: Invalid server handshake: dsync-server 2
dsync-remote(dz):
2019 Mar 14
5
Unable to set quota-fs plugin
Hi there,
Well.. I didn't find a way to strace imap. If I well understood, the faulty IMAP is launched by dovecot from or after a succesfull imap-login process. I have executed manually '/usr/libexec/dovecot/imap -u eric' and typed getquotaroot "INBOX" which didn't reproduce the error seen in the dovecot logs and reported the correct quota.
Any idea how to find the imap
2017 Mar 30
2
Studying dovecot source code (searching for mail_deliver_hook_set)
On 29.03.2017 13:44, Steffen Kaiser wrote:
> On Tue, 28 Mar 2017, chaouche yacine wrote:
>
> > I would like to study how dovecot manages quota, especially how it
> deals with the maildirsize file if one chooses to implement quota
> according to the maildir++ specification.
>
> Quota is managed by the plugin, which hooks into some events. Check out
>
>
2019 Mar 14
4
Am I right to assume certificate renewal with the same filename requires a dovecot reload/restart
On 3/14/19 9:32 AM, Yassine Chaouche via dovecot wrote:
> The general answere here is try and see, as you could totally test it
> on your own. The certificate is read at startup and put in memory for
> the rest of the execution time. Dovecot won't monitor the file for
> changes on disk, as this would waste CPU cycles and make dovecot only
> slower for no reason. The process
2019 Mar 10
2
sieve vacation to an alias group
I am curious to know how did you define the filter on an alias in the
first place ? is it a filter defined globaly in dovecot ? I don't see
how it can be defined in any individual mailbox. Can you show the
dovecot/sieve configuration to achieve this ?
Yassine.
On 3/10/19 11:40 AM, Monis Monther via dovecot wrote:
> Hi Yassine,
>
> Thanks for the effort, unfortunately, we cannot
2019 Mar 15
1
Unable to set quota-fs plugin [fixed]
The issue was in the systemd service file. The option PrivateDevices was setted. It prevents the service to have access to physical devices. I removed this option and from there, quota is reported without errors.
Thanks for your support
Regards,
-
Eric Grammatico _/)
14 mars 2019 16:42 "Eric Grammatico" <e.grammatico at gmail.com> a ?crit:
> Sure !!
>
> I got it ! I
2004 Sep 22
3
loops: pasting indexes in variables names
I cannot figure out how, using R, I can paste indexes or characters to the
variable
names which are used within loops. I will explain this with a simple
example:
Immagine I have a huge series of variables, each one taken two times, say
x1 x2 y1 y2 z1 z2.....
Now, immagine that I want to compute a variable from the difference of
each couple, say dx=x1-x2, dy=y1-y2, dz=z1-z2...
In Stata, for
2002 Jan 30
1
Hi,
Hi,
Sorry for the confusion.
I would like to estimate a model wherein
the marginals of z with respect to w1 and w2
are smooth functions of x and y. I have data
on z, x, y, w1 and w2.
so E[dz/dw1] = f(x,y) and E[dz/dw2] = g(x,y)
and I would like to estimate f(x,y) and g(x,y)
I suppose I could try to fit something more general
using projection pursuit, but the nature of the problem
suggests
2017 Mar 21
2
Problem with sieve_before
On 03/21/2017 09:06 AM, chaouche yacine wrote:
> Hi Ger,
>
> sieve_before should be a path to sieve script file, not to a directory.
> in your configuration, you set sieve_before to /var/lib/dovecot/sieve/before which is a directory.
I don't get that reading:
https://wiki2.dovecot.org/Pigeonhole/Sieve/Configuration
Either file or directory. If a file, it searches for the svbin
2019 Mar 10
2
sieve vacation to an alias group
@odhiambo : we may later, but currently we are dependent on this email
Hi Yassine,
This is actually what I have done now, but I want it to be more robust, if
this user quits, then I must have someone else in the group with the rule.
I have moved the rule from global sieve script to one of group members in
his local sieve script, the syntax is the same
As for the rule itself
if header