Displaying 20 results from an estimated 4000 matches similar to: "Dovecot dsync mail replication issues"
2015 May 08
1
Additional userdb variables in passwd [was Re: Dovecot Replication - Architecture Endianness?]
On 8/05/2015 6:10 PM, Teemu Huovila wrote:
> On 05/07/2015 02:32 PM, Reuben Farrelly wrote:
>> On 7/05/2015 7:49 AM, Timo Sirainen wrote:
>>> On 06 May 2015, at 13:52, Reuben Farrelly
>>> <reuben-dovecot at reub.net> wrote:
>>>>
>>>> On 4/05/2015 11:06 PM, Teemu Huovila wrote:
>>>>>> Also is there a way to restrict
2015 May 07
2
Additional userdb variables in passwd [was Re: Dovecot Replication - Architecture Endianness?]
On 7/05/2015 7:49 AM, Timo Sirainen wrote:
> On 06 May 2015, at 13:52, Reuben Farrelly <reuben-dovecot at reub.net> wrote:
>>
>> On 4/05/2015 11:06 PM, Teemu Huovila wrote:
>>>> Also is there a way to restrict replication users aside from a crude hack around system first and last UIDs?
>>> You can set the userdb to return an empty mail_replica variable for
2015 Apr 30
1
doveadm -D and -v options
According to doveadm-dsync man page the above two options are valid, but
they are rejected when used:
tornado # doveadm backup -v -u testuser remote:pi.me.name:4814
backup: invalid option -- 'v'
doveadm backup [-u <user>|-A] [-S <socket_path>] [-fPRU] [-l <secs>] [-r
<rawlog path>] [-m <mailbox>] [-g <mailbox_guid>] [-n <namespace> | -N]
[-x
2015 May 10
2
v2.2.17 release candidate released
On 10 May 2015, at 06:19, Reuben Farrelly <reuben-dovecot at reub.net> wrote:
>
> I'm now seeing these crashes in the indexing code:
>
> May 10 12:22:32 tornado.reub.net dovecot: master: Dovecot v2.2.17.rc1 (3903badc4ee0+) starting up for imap, lmtp, sieve
> ...
> May 10 13:07:50 tornado.reub.net dovecot: indexer: Error: Indexer worker disconnected, discarding 1
2015 May 10
0
v2.2.17 release candidate released
I'm now seeing these crashes in the indexing code:
May 10 12:22:32 tornado.reub.net dovecot: master: Dovecot v2.2.17.rc1
(3903badc4ee0+) starting up for imap, lmtp, sieve
...
May 10 13:07:50 tornado.reub.net dovecot: indexer: Error: Indexer worker
disconnected, discarding 1 requests for reuben
May 10 13:07:50 tornado.reub.net dovecot: indexer-worker(reuben): Fatal:
master:
2017 Oct 13
2
Core Dumps with dovecot-2.2 -git as of 2.2.devel (eaf276b33)
Sure.? Here you go:
Oct 13 23:45:01 thunderstorm.reub.net dovecot: imap-login: Login:
user=<reuben>, auth-method=PLAIN, remote=2001:44b8:x:x,
local=2001:44b8:31d4:x:x, TLSv1.2 with cipher
ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)
Oct 13 23:45:03 thunderstorm.reub.net dovecot: doveadm: Error: ==16947==
Syscall param epoll_pwait(sigmask) points to unaddressable byte(s)
Oct 13 23:45:03
2015 May 08
0
Additional userdb variables in passwd [was Re: Dovecot Replication - Architecture Endianness?]
On 05/07/2015 02:32 PM, Reuben Farrelly wrote:
> On 7/05/2015 7:49 AM, Timo Sirainen wrote:
>> On 06 May 2015, at 13:52, Reuben Farrelly <reuben-dovecot at reub.net> wrote:
>>>
>>> On 4/05/2015 11:06 PM, Teemu Huovila wrote:
>>>>> Also is there a way to restrict replication users aside from a crude hack around system first and last UIDs?
2017 Oct 12
2
Core Dumps with dovecot-2.2 -git as of 2.2.devel (eaf276b33)
No. Compiling entirely from -git source (on one system) and a Gentoo
ebuild on another two.
Reuben
On 12/10/2017 10:38 PM, Aki Tuomi wrote:
> Are you using the xi packages? If yes, can you please send me one fresh core?
>
> Aki
>
>> On October 12, 2017 at 8:43 AM Aki Tuomi <aki.tuomi at dovecot.fi> wrote:
>>
>>
>> We'll take a look
>>
2015 Feb 28
7
Looking for a life-save LVM Guru
On 2/27/2015 4:52 PM, Khemara Lyn wrote:
> I understand; I tried it in the hope that, I could activate the LV again
> with a new PV replacing the damaged one. But still I could not activate
> it.
>
> What is the right way to recover the remaining PVs left?
take a filing cabinet packed full of 10s of 1000s of files of 100s of
pages each, with the index cards interleaved in the
2003 Jul 09
3
`acting' on variables
Dear list,
How can one "from within a function" act
on these variables ("outside" a function)
that were given as arguments.
If I have e.g. this beginning of a function:
foo <- function(tiro){
app.tiro <- 3 * tiro
[...]
}
How can I from within the curly brackets
e.g. concatenate the app.tiro to
the particular variable I passed as the
argument `tiro' ?
What is
2005 Dec 22
1
dovecot -CVS and epoll and cvs not building
Hi,
After reviewing my dovecot ./configure options I thought I'd give
--with-ioloop=epoll a go again (as opposed to just using =poll) but I'm seeing
some errors appearing in the maillog that aren't there with standard poll:
Dec 23 02:34:47 tornado dovecot: imap-login: Login: user=<reuben>,
auth-method=plain, remote=220.237.24.149, TLS
Dec 23 02:34:48 tornado dovecot:
2009 Mar 13
1
procmail recipe
hi all
I am trying to filter emails to a user (weather) based on the subject:
:0
*^Subject:.*Weather
| /usr/bin/formail | /path/to/executable
*^Subject:.*Tornado
| /usr/bin/formail | /path/to/executable
All it does is deliver the email to the weather inbox.
For testing I tried.
echo 1 | mail -s "Tornado" weather
Enabling verbose and log file gives me:
From root at
2007 Feb 22
5
Problem creating domU: "Device 2049 (vbd) could not be connected. Hotplug scripts not working."
Hello,
My name is Fermín Galán. I have started recently to use Xen (so please
forgive me in advance if I''m too "newbie" :) and I''m facing my first
problems...
I''m trying to create a domU, but I''m getting an error:
tornado:~# xm create test.cfg -c
Using config file "/etc/xen/test.cfg".
Error: Device 2049 (vbd) could not be connected.
2017 Apr 12
7
email subject length issue
Sorry for the extra email. It send to quickly.
procmail: Assigning "SUBJECT= Tornado Monday, 03/27/2017 at 20:27:02. The
Point BB.OBSURGRH is"
jerry
2015 May 06
2
Dovecot Replication - Architecture Endianness?
On 4/05/2015 11:06 PM, Teemu Huovila wrote:
>> Also is there a way to restrict replication users aside from a crude hack around system first and last UIDs?
> You can set the userdb to return an empty mail_replica variable for users you want to exclude from replication.
> http://hg.dovecot.org/dovecot-2.2/rev/c1c67bdc8752
>
> br,
> Teemu Huovila
One last question. Is it
2015 May 09
10
v2.2.17 release candidate released
http://dovecot.org/releases/2.2/rc/dovecot-2.2.17.rc1.tar.gz
http://dovecot.org/releases/2.2/rc/dovecot-2.2.17.rc1.tar.gz.sig
Quite a lot of changes, so here's a release candidate first. If no problems are reported I'll make v2.2.17 release early next week. Please test especially non-Linux systems as there are some larger configure/Makefile changes done since v2.2.16.
* Dovecot no
2015 May 09
10
v2.2.17 release candidate released
http://dovecot.org/releases/2.2/rc/dovecot-2.2.17.rc1.tar.gz
http://dovecot.org/releases/2.2/rc/dovecot-2.2.17.rc1.tar.gz.sig
Quite a lot of changes, so here's a release candidate first. If no problems are reported I'll make v2.2.17 release early next week. Please test especially non-Linux systems as there are some larger configure/Makefile changes done since v2.2.16.
* Dovecot no
2012 Jan 04
5
a quick question about "rbinom"
Hello, I have the following code using rbinom, but I don't understand what
*"+1"* means in the code. Could someone help? Thanks so much,
> X1<-c("A","B")[rbinom(n,1,0.6)+1]
> X2<-c("C","D")[rbinom(n,1,0.1)+1]
--
View this message in context: http://r.789695.n4.nabble.com/a-quick-question-about-rbinom-tp4262977p4262977.html
Sent
2017 Apr 12
4
email subject length issue
Oh I understand now what is happening. The subject is coming in as three
lines.
Subject: Tornado Monday, 03/27/2017 at 20:27:02. The Point BB.OBSURGRH is
in Alarm at PRI3 with a value of 63.4 %.Informational Text: OB SURGERY
HUMIDITY ALARM
I'm not getting the second two lines.
How "should" one correctly get the subject ???
What I did was in my .procmailrc file
SUBJECT=`cat |
2012 Jul 09
3
Trouble installing packages with Puppet on Arch Linux
Hey everyone,
I seem to be running into an error that I can''t find an answer for.
I have a simple manifest that installs a few packages and then starts a few
services. But it chokes while installing Nginx with this error:
err: /Stage[main]//Package[nginx]/ensure: change from purged to present
> failed: Could not set ''present on ensure: invalid byte sequence in US-ASCII