Displaying 20 results from an estimated 300 matches similar to: "Man page: LGPL Version"
2013 Feb 28
3
Best practice for sieve script synchronization
We consider deploying a two server active-active setup with
dsync replication for ~2500 users.
I was wondering how people handle sieve script synchronization in such
setups.
We came up with a few options for syncing:
1) rsync/unison ~/sieve every x seconds
2) move sieve dirs to separatate partition and sync with
gluster or drbd
3) patch roundcube managesieve sieve plugin to upload
2013 Apr 25
2
doveadm search causes replication error message
Hi
# 2.2.1 (83d83f55e5c2+) / dsync replicated setup
I just noticed that 'doveadm search' apparently tries to replicate
mailboxes and spits out errors if a mailbox in the search query is not
found:
#doveadm search -u user at example.com mailbox Spamreport
doveadm(user at example.com): Error: Syncing mailbox Spamreport
failed: Mailbox doesn't exist: Spamreport
this is especially
2013 Apr 10
2
v2.2.rc7 released
http://dovecot.org/releases/2.2/rc/dovecot-2.2.rc7.tar.gz
http://dovecot.org/releases/2.2/rc/dovecot-2.2.rc7.tar.gz.sig
OK, still not quite v2.2.0, but now it's definitely very close. :)
* checkpasword: AUTH_PASSWORD environment is no longer set.
* Running dsync no longer triggers quota warnings.
+ dsync: Commit large transactions every 100 new messages, so if a
large sync crashes it
2013 Apr 10
2
v2.2.rc7 released
http://dovecot.org/releases/2.2/rc/dovecot-2.2.rc7.tar.gz
http://dovecot.org/releases/2.2/rc/dovecot-2.2.rc7.tar.gz.sig
OK, still not quite v2.2.0, but now it's definitely very close. :)
* checkpasword: AUTH_PASSWORD environment is no longer set.
* Running dsync no longer triggers quota warnings.
+ dsync: Commit large transactions every 100 new messages, so if a
large sync crashes it
2013 Apr 08
1
dsync replication: quota counted twice
Hi
I enabled quota + warnings in my replication test setup and now
whenever a mail gets delivered the quota is counted twice (probably due
to both servers using the same mysql quota backend) and quota warnings
are fired too early. After a doveadm quota recalc -u <username> the
quota is correct again. How do I make dovecot only count the quota on
the server where the mail was added
2013 May 29
1
dsync Panic: Unknown key: send_mail_requests
Hi Timo
With the current dovecot hg we're getting dsync replication errors
"Panic: Unknown key: send_mail_requests" followed by a crash. This
seems to have been introduced somewhere around
http://hg.dovecot.org/dovecot-2.2/rev/4883a8e1db13
Log output from latest hg, 2.2.2 (e7c474011934+):
May 29 09:30:53 munged03 dovecot: doveadm(luke at example.com): Panic: Unknown key:
2013 Dec 06
1
imap crash 2.2.9 hg
Hi Timo
With dovecot built from the latest 2.2.9 hg (342f6962390e) we get imap
crashes. This only affects one account which is used by multiple
clients. The first few logins seem to work ok, but after a few seconds
the log is flooded with
Dec 5 13:43:10 team dovecot: imap-login: Login: user=<sales at example.com>, method=PLAIN, rip=1.2.3.4, lip=5.6.7.8, mpid=27923, TLS,
2011 Feb 16
2
Dovecot can't start with error pop3-login & imap-login not supported protocol family
I've done the installation (rpm downloaded from the RHES4 link
given by Oli below) but dovecot won't start, it gave
the error pop3-login & imap-login not supported by protocol.
I'm sure with a much older version (in my previous post) of
dovecot, I'm able to start up dovecot & it did not give this
error. Thought dovecot is suppose to come with pop3 & imap?
# rpm -Uvh
2009 Jun 09
1
Resync quota to mysql script
I changed some quota options in my dovecot config (eg. excluded folders)
but afaik this only affects new mail and there is no magic command to
recalculate the quota (or is there?).
So I wrote this little python script to do this, maybe someone finds it
useful.
It can output the sql statements (dovecot 1.0/1.1 and 1.2 format) or
just print out quota usage to console.
Download at :
2013 Jan 31
1
dsync replication errors
Hi
I'm trying to build a cluster of two servers with dsync replication
(based on http://wiki2.dovecot.org/Replication). My test setup works
fine for very simple tests, I can log in to both servers, copy a
message to one of the servers and it successfully apperars in the other
account. But, if I try to copy a large amount of messages at once to
one of the accounts, my maillogs get flodded with
2010 Jul 28
1
Plugin for XFS project quota
Hi,
I just finished writing a small plugin that reports XFS project quota in de
IMAP component of Dovecot (1.2, currently). It was written to fill the
needs of our organization but someone else might find this useful as well.
In its current form it's not suitable for inclusion in the generic quota
backend (see ?Drawbacks?).
Features:
- every mailbox/folder can have its own project ID;
-
2012 Sep 20
2
Sieve as mail client?
A slightly off topic question, but maybe someone here has seen
something like this:
I want a program that operates entirely on the client side of
an IMAP server, and implements the sieve filtering language
by doing the necessary client side operations to move mail
on the IMAP server, expunge mail, etc.
It would also act as a proxy between my real mail client and
the IMAP server so I'd never
2015 Nov 12
2
How to Restore emails
I have a user who accidentially deleted a large number of emails prior to a certain date. He
wants them back. I do have a tarfile backup of these messages. Is there a good way to restore
them? Can I simply restore them to the appropriate Maildir directory and dovecot will just
"figure it out"?
Thanks, --Mark
2010 Jan 05
3
Managesieve and Dovecot from ATRPM - Still no luck
Hi list
I'm still trying to get managesieve running on centos x64 with the
packages from atrpm. I used the 1.2.9 rpms (also rebuilt with the
lastet managesieve patches) but I'm always getting the same error when
trying to compile managesieve:
./configure --with-dovecot=/usr/lib64/dovecot/
--with-dovecot-sieve=/work/dovecot-1.2-sieve-0.1.14
(no errors)
make
gcc -DHAVE_CONFIG_H -I.
2015 Nov 12
2
How to Restore emails
Hi,
Mark Foley <mfoley at ohprs.org> (Do 12 Nov 2015 23:31:39 CET):
> According to a message to this list from Oli Schacher,
> http://www.dovecot.org/list/dovecot/2011-June/059493.html, all I need to do is copy the deleted
> emails to their original folder and dovecot will take care of it:
>
?
> > exactly, just copy the mail from your backup back into the users
> >
2006 May 02
1
SSH problems (from the beginning)
I have 2 machines, one with CentOs4.3 (A) the other with WhiteBox 4(B).
The machine A have a new installtion, the machine B has an already exists installation.
The machine A has the installytion as is (except tah i choose an IP adress for eth0) 200.118.115.241 from the graphical interface on Hosts Label
The machine B has eth0 and eth1, it works as proxy
i can connect by ssh from A to B
i can ping
2005 Jun 11
2
Help with Oh323
I am blocked on the most simple step when compiling Oh323:
Cd /openh323
patch -p1 ../asterisk-oh323-0.7.2-pre1/openh323_1.13.5-make.patch
it hangs for ever and never finishes in my machine with Red Hat Enterprise
Linux 3, fully updated.
I need to use Asterisk HEAD and I therefore I want to use
asterisk-oh323-0.7.2-pre1. Additionally, because it is the most debugged
version. In the past, if
2009 Mar 23
1
Plot Means Line with Standard Deviation as "Whiskers"
Hi list members.
I’ll try to plot the abundance means of nine transects as lines, with five
points on each transect (A to I). I will also need to plot for each point,
it’s standard deviation (once each point will have tree replicates) as
whiskers. Another problem will be that all the points should exist for each
transect, but we know that six of the nine transects will have blanks (A1,
A2, A3, -,
2005 May 29
0
Re: CentOS and SL, together? -- GPL, LGPL, kernel and user ...
From: Johnny Hughes <mailing-lists at hughesjr.com>
> Sorry ... I was talking about the SRPM from SL ... it also build the
> kernel modules ...
Oh, right, sorry -- understand what you mean now.
BTW, one of the worst assumptions I've seen is that because a distro
or project ships something, its users believe it was done legally or
with permission. I've seen many cases where
2003 Nov 03
0
LGPL IAX2 software phone (for WIndows/Linux platforms)
I don't want to rain on Dan's parade, but I'd like to call everyone's attention
to an existing project.
Steve Kann has developed a crossplatform IAX/IAX2 library, and there are a few
clients available for it.
I have written iaxComm using the wx toolkit. It compiles and runs under Windows
XP using the MinGW tool chain. A precompiled IAX only version is available at