SOLVED Re: cyrus-imapd exporting databases failed on shutdown - deliver.db.skiplist 2048M

2020-06-21 Thread Pongrácz István
2020. 06. 21, vasárnap keltezéssel 10.53-kor Simon Matter ezt írta: > 2020. 06. 20, szombat keltezéssel 21.31-kor Simon Matter ezt írta: > > The deliver.db still about 48MB. > I just deleted deliver.db and restart cyrus. Restarting was pretty quick, takes only some seconds. New deliver.db crea

Re: cyrus-imapd exporting databases failed on shutdown - deliver.db.skiplist 2048M

2020-06-21 Thread Pongrácz István
2020. 06. 21, vasárnap keltezéssel 10.53-kor Simon Matter ezt írta: > 2020. 06. 20, szombat keltezéssel 21.31-kor Simon Matter ezt írta: > Please make sure the options here are also valid for your cyrus version. > However, I also guess your deliver.db is corrupted somehow. From my own > experie

Re: cyrus-imapd exporting databases failed on shutdown - deliver.db.skiplist 2048M

2020-06-21 Thread Simon Matter via Info-cyrus
> without >> a db so a new, empty deliver db is created. >> >> Then have an eye on the db file to see if it grows again to almost 2GB. >> If >> it doesn't grow so much, you should be fine. >> >> Regards, >> Simon > > Hi, > > Something

Re: cyrus-imapd exporting databases failed on shutdown - deliver.db.skiplist 2048M

2020-06-20 Thread Pongrácz István
created. > > Then have an eye on the db file to see if it grows again to almost 2GB. If > it doesn't grow so much, you should be fine. > > Regards, > Simon Hi, Something definitely not seems fine: -bash-3.2$ /usr/lib/cyrus-imapd/cyr_expire -E 3 -D 7 -X 7 -v expunged 0 ou

Re: cyrus-imapd exporting databases failed on shutdown - deliver.db.skiplist 2048M

2020-06-20 Thread Pongrácz István
nd). Additional information I forgot to mention: there are a lot of shared email folder of the catchall account to share common mailboxes. I got this error after some lines, when I run /usr/lib/cyrus-imapd/ctl_deliver -d fatal error: Internal error: assertion failed: duplicate.c: 344: (datalen

Re: cyrus-imapd exporting databases failed on shutdown - deliver.db.skiplist 2048M

2020-06-20 Thread Simon Matter via Info-cyrus
> Hi, > > I run into a problem on an old clearos server, where the cyrus shutdown > always failed at step exporting databases. > As I checked the situation using ps ax on an other console, I found > that, it was exporting deliver.db.skiplist file, which failed after a > lng time (some minutes).

cyrus-imapd exporting databases failed on shutdown - deliver.db.skiplist 2048M

2020-06-20 Thread Pongrácz István
important information below, please check it. db_export.log: cvt_cyrusdb_all version: 1.2.1db_checkpoint: open: No such file or directory/usr/lib/cyrus-imapd/cvt_cyrusdb_all: line 199: 9150 File size limit exceeded$cvt_cyrusdb "$target" "$old_db" "${target}.skiplist" skiplis

Fwd: cyrus-imapd issue

2020-02-25 Thread Laga Narendra
Hi, Can any one help me, we are getting freqently below error. please suggest me to resolve this issue. *cyrus-imapd version:* cyrus-imapd-2.5.13.36-0 Feb 25 05:36:02 mail master[30107]: process type:SERVICE name:imaps path:/usr/lib/cyrus-imapd/imapd age:3156.678s pid:5253 exited, status 75

Potential for data loss by running concurrent RENAMEs in cyrus-imapd 2.4

2020-02-06 Thread Sebastian Hagedorn
Hi, let me preface the following by saying that I'm an idiot, and I don't blame cyrus-imapd in the slightest. However, maybe there is potential for improved error handling here, so I'm going to report what happened last night. We are (still) running cyrus-imapd 2.4.20. I have w

Re: Purging old email files from Cyrus-IMAPD v.3.0.9 on FreeBSD-12.0

2019-05-16 Thread Savvas Karagiannidis
Hi James, I think deleted and expunged are explained well in the documentation. Deleted: In IMAP when a user deletes an email, the email is actually only flagged as deleted. The user can still see the message and even unset the flag recovering the email. Expunged: When the user issues the expunge

Re: Purging old email files from Cyrus-IMAPD v.3.0.9 on FreeBSD-12.0

2019-05-16 Thread James B. Byrne via Info-cyrus
On Thu, May 16, 2019 11:00, Savvas Karagiannidis wrote: > Hi James, > the command that performs the actual removal of the files from the > file system is cyr_expire > > According to your cyrus.conf and the manual

Re: Purging old email files from Cyrus-IMAPD v.3.0.9 on FreeBSD-12.0

2019-05-16 Thread Savvas Karagiannidis
Hi James, the command that performs the actual removal of the files from the file system is cyr_expire According to your cyrus.conf and the manual of cyr_expire, the operation is performed daily at 04:00. The command

Purging old email files from Cyrus-IMAPD v.3.0.9 on FreeBSD-12.0

2019-05-15 Thread James B. Byrne via Info-cyrus
expiration of messages is controlled by the /vendor/cmu/cyrus-imapd/expire mailbox annotation which specifies the age (in days) of messages in the given mailbox that should be deleted. A value of 0 means that no expiration is to be performed on that mailbox

Re: cyrus-imapd build dependencies

2019-03-20 Thread Patrick Goetz
Thanks, Ellie -- that was helpful. A couple of follow up comments, though. On 3/18/19 7:55 PM, ellie timoney wrote: This page is in the developer section, so its context is for people who are Cyrus developers (especially for new contributors needing to get rolling quickly). Unfortunately no

Re: segfaults with cyrus-imapd 3.0.9 on latest arch linux

2019-03-20 Thread Andreas Piesk
ailed explanation about the packaging but please let's stop here and not hijack this mailing list for arch linux or AUR topics, maybe we read again at https://aur.archlinux.org/packages/cyrus-imapd/ Best Regards, -ap smime.p7s Description: S/MIME Cryptographic Signature Cyrus Home

Re: segfaults with cyrus-imapd 3.0.9 on latest arch linux

2019-03-20 Thread Andreas Piesk
Am 20.03.19 um 13:39 schrieb Patrick Goetz: It would appear that --disable-pcre is a configuration option you can't actually use. yes, it seems so. the defines in the header: #ifdef ENABLE_REGEX # ifdef HAVE_PCREPOSIX_H # include # include # else /* !HAVE_PCREPOSIX_H */ # ifdef HAVE_RX

Re: segfaults with cyrus-imapd 3.0.9 on latest arch linux

2019-03-20 Thread Patrick Goetz
Hi Andreas - Jakob has already updated the AUR package, which appears to have resolved this issue. The related upstream bug is #2629. Regarding the dependencies in the cyrus-imapd PKGBUILD. I recommend starting with Jakob's PKGBUILD and just stripping out the stuff you don't n

Re: segfaults with cyrus-imapd 3.0.9 on latest arch linux

2019-03-20 Thread Patrick Goetz
ar that --disable-pcre is a configuration option you can't actually use. On 3/19/19 5:37 PM, Andreas Piesk wrote: Am 19.03.19 um 22:00 schrieb Patrick Goetz: Have you tried the 3.0.9 AUR package?    https://aur.archlinux.org/packages/cyrus-imapd Once you get the dependencies down,

Re: cyrus-imapd build dependencies

2019-03-19 Thread Anatoli via Info-cyrus
Ken, Ellie, Thanks for the information. Ellie, I see that #2100 has everything to be merged, hasn't it? What's blocking it? Regards, Anatoli *From:* Ellie Timoney *Sent:* Tuesday, March 19, 2019 03:29 *To:* Info-cyrus *Subject:* Re: cyrus-imapd build dependencies On Tue, Mar 19

Re: segfaults with cyrus-imapd 3.0.9 on latest arch linux

2019-03-19 Thread Andreas Piesk
Am 19.03.19 um 22:00 schrieb Patrick Goetz: Have you tried the 3.0.9 AUR package?   https://aur.archlinux.org/packages/cyrus-imapd Once you get the dependencies down, this one compiles and runs. I noticed the package, it's good to see a recent version in AUR but it has too

Re: segfaults with cyrus-imapd 3.0.9 on latest arch linux

2019-03-19 Thread Patrick Goetz
Hi Andreas - Have you tried the 3.0.9 AUR package? https://aur.archlinux.org/packages/cyrus-imapd Once you get the dependencies down, this one compiles and runs. On 3/19/19 3:38 PM, Andreas Piesk wrote: Am 19.03.19 um 19:47 schrieb Jason L Tibbitts III: "AP" == Andreas Piesk wr

Re: segfaults with cyrus-imapd 3.0.9 on latest arch linux

2019-03-19 Thread Andreas Piesk
Am 19.03.19 um 19:47 schrieb Jason L Tibbitts III: "AP" == Andreas Piesk writes: AP> Hello list, i'm trying to get cyrus-imapd 3.0.9 (testet 3.0.8 too) AP> running on latest arch linux. Here's the configure summary: AP> External dependencies: ldap: no openssl: ye

Re: segfaults with cyrus-imapd 3.0.9 on latest arch linux

2019-03-19 Thread Jason L Tibbitts III
>>>>> "AP" == Andreas Piesk writes: AP> Hello list, i'm trying to get cyrus-imapd 3.0.9 (testet 3.0.8 too) AP> running on latest arch linux. Here's the configure summary: AP> External dependencies: ldap: no openssl: yes zlib: yes pcre: yes AP>

segfaults with cyrus-imapd 3.0.9 on latest arch linux

2019-03-19 Thread Andreas Piesk
Hello list, i'm trying to get cyrus-imapd 3.0.9 (testet 3.0.8 too) running on latest arch linux. Here's the configure summary: Cyrus Server configured components event notification: yes gssapi: yes autocreate: no idled: yes

Re: cyrus-imapd build dependencies

2019-03-19 Thread Ken Murchison
plans to complete the transfer of its code from the master process to an independent daemon, issue #1765 <https://github.com/cyrusimap/cyrus-imapd/issues/1765>? (It needs to be moved out to implement efficient chroot) Regards, Anatoli *From:* Ellie Timoney *Sent:* Monday, March 18, 2019 21

Re: cyrus-imapd build dependencies

2019-03-18 Thread ellie timoney
JMAP? > And speaking about the SNMP agent, are there any plans to complete the > transfer of its code from the master process to an independent daemon, issue > #1765 <https://github.com/cyrusimap/cyrus-imapd/issues/1765>? (It needs to be > moved out to implement efficient chroo

Re: cyrus-imapd build dependencies

2019-03-18 Thread Anatoli via Info-cyrus
m/cyrusimap/cyrus-imapd/issues/1765>? (It needs to be moved out to implement efficient chroot) Regards, Anatoli *From:* Ellie Timoney *Sent:* Monday, March 18, 2019 21:55 *To:* Info-cyrus *Subject:* Re: cyrus-imapd build dependencies Hi Patrick, On Mon, Mar 18, 2019, at 11:33 PM, Patri

Re: cyrus-imapd build dependencies

2019-03-18 Thread ellie timoney
Hi Patrick, On Mon, Mar 18, 2019, at 11:33 PM, Patrick Goetz wrote: > This page on compiling cyrus-imapd: > >https://www.cyrusimap.org/imap/developer/compiling.html This page is in the developer section, so its context is for people who are Cyrus developers (especially for new con

cyrus-imapd build dependencies

2019-03-18 Thread Patrick Goetz
This page on compiling cyrus-imapd: https://www.cyrusimap.org/imap/developer/compiling.html shows a number of build dependencies; however I was just able to compile cyrus-imapd without these installed: gperf libbsd Are these actually necessary? Later in the page, under "Alte

Re: Configuring cyrus-imapd for compilation

2019-03-13 Thread Patrick Goetz
On 3/13/19 11:49 AM, Jason Tibbitts wrote: > In general I agree with you, but for a distro the issue > generally comes down to dependencies. > > In Fedora, for example, we split the virus scanning portion out to a > separate package, because otherwise cyrus-imapd ends up with a

Re: Configuring cyrus-imapd for compilation

2019-03-13 Thread Jason Tibbitts
; optional piece they are looking for. In general I agree with you, but for a distro the issue generally comes down to dependencies. In Fedora, for example, we split the virus scanning portion out to a separate package, because otherwise cyrus-imapd ends up with a dependency on clamav. We want t

Re: Configuring cyrus-imapd for compilation

2019-03-13 Thread Patrick Goetz
Thanks, that helps. A couple of follow up questions: I found this comment in the documentation for compiling cyrus-imapd: MariaDB or MySQL development headers, to allow Cyrus IMAP to use it as the backend for its databases. Configure option: --with-mysql, --with-mysql-incdir

Re: Configuring cyrus-imapd for compilation

2019-03-12 Thread Ken Murchison
rick Goetz wrote: I'm finally getting around to updating the Arch linux cyrus-imapd package, and have a question. Looking through the configuration options, it looks like there are a number of functionality critical decisions to be made: CalDAV and CardDAV     ./configure --enabl

Configuring cyrus-imapd for compilation

2019-03-12 Thread Patrick Goetz
I'm finally getting around to updating the Arch linux cyrus-imapd package, and have a question. Looking through the configuration options, it looks like there are a number of functionality critical decisions to be made: CalDAV and CardDAV ./configure --enable-http --enable-cala

Re: cyrus-imapd not starting after upgrade

2019-03-10 Thread Paul van der Vlis
Hi Daniel, Sorry for my late response. I was very busy and did not check the mailinglist. Op 12-02-19 om 14:29 schreef Daniel Bareiro: > > On 8/2/19 16:46, Paul van der Vlis wrote: > >>> After quite some time, today I decided to update the mail server from >>> Debian

Re: Cyrus-imapd 2.4.17: processes stick on mailbox locking resulting in total mailsystem failure

2019-02-22 Thread Simon Matter via Info-cyrus
> Hi Ellie > > Thanks a lot, I will try to build and test 2.4.20 Maybe try this: http://www.invoca.ch/pub/packages/cyrus-imapd/RPMS/ils-7/SRPMS/cyrus-imapd-2.4.20-2.el7.src.rpm Regards, Simon Cyrus Home Page: http://www.cyrusimap.org/ List Archives/Info: http://lists.andre

Re: Cyrus-imapd 2.4.17: processes stick on mailbox locking resulting in total mailsystem failure

2019-02-22 Thread Ivan Kuznetsov
Hi Ellie Thanks a lot, I will try to build and test 2.4.20 22.02.2019 04:20, ellie timoney пишет: Hi Ivan, #7 0x56193ed6382e in idle_update () with cyrus-imapd 2.4.17 (cyrus-imapd-2.4.17-13.el7.x86_64 rpm) It looks like this version is old enough to still be using signal handlers

Re: Cyrus-imapd 2.4.17: processes stick on mailbox locking resulting in total mailsystem failure

2019-02-21 Thread ellie timoney
Hi Ivan, > #7 0x56193ed6382e in idle_update () > with cyrus-imapd 2.4.17 (cyrus-imapd-2.4.17-13.el7.x86_64 rpm) It looks like this version is old enough to still be using signal handlers in its IMAP IDLE implementation. This is known to be a problem, and IDLE was rewritten to n

Re: Cyrus-imapd 2.4.17: processes stick on mailbox locking resulting in total mailsystem failure

2019-02-19 Thread Ivan Kuznetsov
acle Linux 6 (a clone of RHEL6) with cyrus-imapd 2.3.16 working for years w/o problems. There are >9M messages in ~9500 mailboxes in two partitions. Daily mail traffic is 20-50K messages. Some weeks ago we migrated the server to a new one under Oracle Linux 7 with cyrus-imapd 2.4.17 (cyrus-i

Re: cyrus-imapd not starting after upgrade

2019-02-12 Thread Daniel Bareiro
On 8/2/19 16:46, Paul van der Vlis wrote: >> After quite some time, today I decided to update the mail server from >> Debian Jessie (cyrus-imapd 2.4.17) to Debian Stretch (cyrus-imapd 2.5.10-3). > Hello Daniel, Hello, Paul. > I use cyrus-imapd 2.5.10-3 from Debian stable on

Re: cyrus-imapd not starting after upgrade

2019-02-11 Thread Max Kosmach
Hi! As far as I remember You should rebuild 2.5.20-3 package with at least those patches https://github.com/cyrusimap/cyrus-imapd/commit/1e7cf05a6bcba8c639fe8222c28851b1a9802e63 https://github.com/cyrusimap/cyrus-imapd/commit/575b6b4503a5566115a6259f98c812b2b465f8b6 8 февраля 2019 г. 22:46:00

Re: cyrus-imapd not starting after upgrade

2019-02-08 Thread Paul van der Vlis
Op 15-01-19 om 17:33 schreef Daniel Bareiro: > Hi all! > > After quite some time, today I decided to update the mail server from > Debian Jessie (cyrus-imapd 2.4.17) to Debian Stretch (cyrus-imapd 2.5.10-3). Hello Daniel, I use cyrus-imapd 2.5.10-3 from Debian stable on serveral ma

Re: cyrus-imapd not starting after upgrade

2019-01-17 Thread Daniel Bareiro
Hi, Jan. Good to see you here. Thanks for your reply. On 17/1/19 05:32, Jan Schneider wrote: >> After that I managed to get the service is up and running (although I >> have still doubt about the "http" line). > http is used for CalDAV / CardDav so is most likely in the > cyrus-

Re: cyrus-imapd not starting after upgrade

2019-01-17 Thread Jan Schneider
Zitat von Daniel Bareiro : Hi, Michael. Thanks for your reply. On 16/1/19 04:19, Michael Menge wrote: After that I managed to get the service is up and running (although I have still doubt about the "http" line). http is used for CalDAV / CardDav so is most likely in the cyrus-caldav pac

Re: cyrus-imapd not starting after upgrade

2019-01-16 Thread Daniel Bareiro
Hi, Michael. Thanks for your reply. On 16/1/19 04:19, Michael Menge wrote: After that I managed to get the service is up and running (although I have still doubt about the "http" line). >>> http is used for CalDAV / CardDav so is most likely in the cyrus-caldav >>> package. >>> This en

Re: cyrus-imapd not starting after upgrade

2019-01-16 Thread Daniel Bareiro
Hi, Andrew. Thanks for your reply. On 15/1/19 13:57, Andrew Morgan wrote: >> I'm not sure what the problem is but that "invalid magic header" makes >> me think that maybe it changed the header format of >> /var/lib/cyrus/tls_sessions.db and the migration process did not do the >> corresponding co

Re: cyrus-imapd not starting after upgrade

2019-01-15 Thread Michael Menge
Quoting Daniel Bareiro : Hi, Michael. Thanks for your reply. On 15/1/19 17:47, Michael Menge wrote: After that I managed to get the service is up and running (although I have still doubt about the "http" line). http is used for CalDAV / CardDav so is most likely in the cyrus-caldav packa

Re: cyrus-imapd not starting after upgrade

2019-01-15 Thread Daniel Bareiro
Hi, Michael. Thanks for your reply. On 15/1/19 17:47, Michael Menge wrote: >> After that I managed to get the service is up and running (although I >> have still doubt about the "http" line). > http is used for CalDAV / CardDav so is most likely in the cyrus-caldav > package. > This enables you

Re: cyrus-imapd not starting after upgrade

2019-01-15 Thread Michael Menge
Quoting Daniel Bareiro : On 15/1/19 15:05, Daniel Bareiro wrote: The fact is that if I also comment out the "http" line, now it seems that I get a syntax error: -- Jan 15 14:14:28 mail cyrus/master[20778]: configuration file /etc/cyrus.conf: bad character '_' in name on line 101 Jan 1

Re: cyrus-imapd not starting after upgrade

2019-01-15 Thread Daniel Bareiro
On 15/1/19 15:05, Daniel Bareiro wrote: > The fact is that if I also comment out the "http" line, now it seems > that I get a syntax error: > > -- > Jan 15 14:14:28 mail cyrus/master[20778]: configuration file > /etc/cyrus.conf: bad character '_' in name on line 101 > Jan 15 14:14:28 mai

Re: cyrus-imapd not starting after upgrade

2019-01-15 Thread Daniel Bareiro
rus-caldav - Cyrus mail system - CalDAV and CardDAV support idA cyrus-clients - Cyrus mail system - test clients c cyrus-clients-2.4 - idA cyrus-common - Cyrus mail system - common files i cyrus-common-2.4 - Cyrus mail system - common files [dummy package] p

Re: cyrus-imapd not starting after upgrade

2019-01-15 Thread Andrew Morgan
On Tue, 15 Jan 2019, Daniel Bareiro wrote: Hi all! After quite some time, today I decided to update the mail server from Debian Jessie (cyrus-imapd 2.4.17) to Debian Stretch (cyrus-imapd 2.5.10-3). All without problems until I reach the part of cyrus-imapd that does not start. This is what I

Re: cyrus-imapd not starting after upgrade

2019-01-15 Thread Michael Menge
Quoting Daniel Bareiro : Hi all! After quite some time, today I decided to update the mail server from Debian Jessie (cyrus-imapd 2.4.17) to Debian Stretch (cyrus-imapd 2.5.10-3). All without problems until I reach the part of cyrus-imapd that does not start. This is what I see in the log

cyrus-imapd not starting after upgrade

2019-01-15 Thread Daniel Bareiro
Hi all! After quite some time, today I decided to update the mail server from Debian Jessie (cyrus-imapd 2.4.17) to Debian Stretch (cyrus-imapd 2.5.10-3). All without problems until I reach the part of cyrus-imapd that does not start. This is what I see in the log: -- Jan 14 23:10:45

Re: Upgrade to cyrus-imapd and connection drops when searching mailboxes

2019-01-12 Thread James B. Byrne via Info-cyrus
there is even a performance > regression for TEXT search even if conversation db is enabled > (https://github.com/cyrusimap/cyrus-imapd/issues/2598) I do not believe that I have configured a search engine. > > >> Are the longlock reports and the imap connection drop related? >

Re: Upgrade to cyrus-imapd and connection drops when searching mailboxes

2019-01-11 Thread Michael Menge
rsation db is enabled (https://github.com/cyrusimap/cyrus-imapd/issues/2598) Are the longlock reports and the imap connection drop related? An cyrus processes tires to gain access to the mailbox while an other process is still accessing it. If this takes to long the client might disconnect. Y

Upgrade to cyrus-imapd and connection drops when searching mailboxes

2019-01-11 Thread James B. Byrne via Info-cyrus
cyrus-imapd30-3.0.8_2 Name : cyrus-imapd30 Version: 3.0.8_2 Installed on : Tue Jan 8 11:07:34 2019 EST Origin : mail/cyrus-imapd30 Architecture : FreeBSD:11:amd64 Prefix : /usr/local Categories : ipv6 mail Licenses : BSD4CLAUSE Maintainer : u...@

Re: Cyrus-imapd 2.4.17: processes stick on mailbox locking resulting in total mailsystem failure

2018-12-13 Thread Ivan Kuznetsov
wrote: Hello We had a company mail server under Oracle Linux 6 (a clone of RHEL6) with cyrus-imapd 2.3.16 working for years w/o problems. There are >9M messages in ~9500 mailboxes in two partitions. Daily mail traffic is 20-50K messages. Some weeks ago we migrated the server to a new o

Re: Cyrus-imapd 2.4.17: processes stick on mailbox locking resulting in total mailsystem failure

2018-12-13 Thread John Wade
company mail server under Oracle Linux 6 (a clone of RHEL6) with cyrus-imapd 2.3.16 working for years w/o problems. There are >9M messages in ~9500 mailboxes in two partitions. Daily mail traffic is 20-50K messages. Some weeks ago we migrated the server to a new one under Oracle Linux 7 w

Cyrus-imapd 2.4.17: processes stick on mailbox locking resulting in total mailsystem failure

2018-12-13 Thread Ivan Kuznetsov
Hello We had a company mail server under Oracle Linux 6 (a clone of RHEL6) with cyrus-imapd 2.3.16 working for years w/o problems. There are >9M messages in ~9500 mailboxes in two partitions. Daily mail traffic is 20-50K messages. Some weeks ago we migrated the server to a new one un

Re: CentOS 6, cyrus-imapd 2.3.16-15.el6, postfix 2.6.6-8.el6, procmail 3.22-25.1.el6_5.1, squirrelmail 1.4.22-5.el6

2018-06-21 Thread Robert Heller
this answer. Hope you > don't mind. At this point I have given up on cyrus-imapd. It just can't do what I want to do. I replaced it with dovecot, which I probably should have installed in the first place, if I had known what dovecot was. > > > At Thu, 21 Jun 2018 17:23:56 +020

Re: CentOS 6, cyrus-imapd 2.3.16-15.el6, postfix 2.6.6-8.el6, procmail 3.22-25.1.el6_5.1, squirrelmail 1.4.22-5.el6

2018-06-21 Thread Albert Shih
), plus a couple of E-Mail accounts that use procmail to do > > > spam > > > filtering and then forward thing along. I also run Mailman for some > > > mailling > > > lists. Everything is working, except cyrus-imapd. I have postfix set up > > > to > >

Re: CentOS 6, cyrus-imapd 2.3.16-15.el6, postfix 2.6.6-8.el6, procmail 3.22-25.1.el6_5.1, squirrelmail 1.4.22-5.el6

2018-06-21 Thread Adam Tauno Williams
> Squirrelmail and (local for now) imapd.  But I cannot figure out how > to either get cyrus-imapd to either access the local mail spool > (/var/spool/mail) You can't. Cyrus virtuously replaces /var/spool/mail. Postfix delivers mail into Cyrus, which stores it - and the **ONLY

CentOS 6, cyrus-imapd 2.3.16-15.el6, postfix 2.6.6-8.el6, procmail 3.22-25.1.el6_5.1, squirrelmail 1.4.22-5.el6

2018-06-21 Thread Robert Heller
lists. Everything is working, except cyrus-imapd. I have postfix set up to use procmail to deliver mail to me, through the filter and forward accounts and to Mailman. I would like to add a *few* webbased e-mail accounts using Squirrelmail and (local for now) imapd. But I cannot figure out how

Re: Sieve stopped working after updating cyrus-imapd to 3.0.5

2018-05-14 Thread rfk
ssing. The default changed in 3.0 from off to on. === Ralf Am 15.02.2018 um 03:39 schrieb ellie timoney: Hi, Does the "sievec" compiler report any errors if you try to compile your sieve scripts by hand? Its manpage is here: https://www.cyrusimap.org/imap/referen

Re: Failure making cyrus-imapd-3.0.5 on CentOS 7

2018-04-18 Thread David J. Weller-Fahy
* Jason L Tibbitts III [2018-04-17 12:58 -0400]: "DJW" == David J Weller-Fahy writes: DJW> Greetings again, I've made it a bit further in my attempt to DJW> install cyrus-imapd, but am getting failures when executing `make`. DJW> The failure is shown below. You

Re: Failure making cyrus-imapd-3.0.5 on CentOS 7

2018-04-17 Thread Jason L Tibbitts III
>>>>> "DJW" == David J Weller-Fahy writes: DJW> Greetings again, I've made it a bit further in my attempt to DJW> install cyrus-imapd, but am getting failures when executing `make`. DJW> The failure is shown below. You should look at what the Fe

Failure making cyrus-imapd-3.0.5 on CentOS 7

2018-04-16 Thread David J. Weller-Fahy
Greetings again, I've made it a bit further in my attempt to install cyrus-imapd, but am getting failures when executing `make`. The failure is shown below. #v+ [...] touch man/tls_prune.8 touch man/unexpunge.8 touch man/squatter.8 touch man/ctl_zoneinfo.8 touch man/httpd.8 make[2]: Le

Re: Sieve stopped working after updating cyrus-imapd to 3.0.5

2018-03-02 Thread rfk
to    mailboxes via plus-addressing. The default changed in 3.0 from off to on. === Ralf Am 15.02.2018 um 03:39 schrieb ellie timoney: Hi, Does the "sievec" compiler report any errors if you try to compile your sieve scripts by hand? Its manpage is here: https://w

Re: Sieve stopped working after updating cyrus-imapd to 3.0.5

2018-03-02 Thread rfk
Hi Sebastian, in my second post you can see my cyrus.conf: https://lists.andrew.cmu.edu/pipermail/info-cyrus/2018-February/039985.html No "-C" flags in use though. Regards, Ralf Am 02.03.2018 um 09:21 schrieb Sebastian Hagedorn: Hi Ralf, thanks a lot for your feedback, seems like we're com

Re: Sieve stopped working after updating cyrus-imapd to 3.0.5

2018-03-02 Thread Ken Murchison
from off to on. === Ralf Am 15.02.2018 um 03:39 schrieb ellie timoney: Hi, Does the "sievec" compiler report any errors if you try to compile your sieve scripts by hand? Its manpage is here: https://www.cyrusimap.org/imap/reference/manpages/systemcommands/siev e

Re: Sieve stopped working after updating cyrus-imapd to 3.0.5

2018-03-02 Thread Sebastian Hagedorn
Hi Ralf, thanks a lot for your feedback, seems like we're coming closer. Although I'm not sure what port 24 is supposed to be in your swaks command I just sent myself an e-mail while strace was attached to cyrusmaster. The log revealed the following: readlink("/var/imap/sieve/u/user^domain^de/d

Re: Sieve stopped working after updating cyrus-imapd to 3.0.5

2018-03-01 Thread rfk
to on. === Ralf Am 15.02.2018 um 03:39 schrieb ellie timoney: Hi, Does the "sievec" compiler report any errors if you try to compile your sieve scripts by hand? Its manpage is here: https://www.cyrusimap.org/imap/reference/manpages/systemcommands/siev ec.html Chee

Re: Sieve stopped working after updating cyrus-imapd to 3.0.5

2018-03-01 Thread Sebastian Hagedorn
== Ralf Am 15.02.2018 um 03:39 schrieb ellie timoney: Hi, Does the "sievec" compiler report any errors if you try to compile your sieve scripts by hand? Its manpage is here: https://www.cyrusimap.org/imap/reference/manpages/systemcommands/siev ec.html Cheers, ellie On Thu, Feb 15, 2018,

Re: Sieve stopped working after updating cyrus-imapd to 3.0.5

2018-02-28 Thread rfk
cyrusimap.org/imap/reference/manpages/systemcommands/sievec.html Cheers, ellie On Thu, Feb 15, 2018, at 5:28 AM, rfk wrote: Hello, recently I updated my cyrus-imapd installation from verion 2.5.10 to version 3.0.5. Unfortunately the sieve filters stopped working since then. The rest is wor

Re: Sieve stopped working after updating cyrus-imapd to 3.0.5

2018-02-15 Thread rfk
on. === Ralf Am 15.02.2018 um 03:39 schrieb ellie timoney: Hi, Does the "sievec" compiler report any errors if you try to compile your sieve scripts by hand? Its manpage is here: https://www.cyrusimap.org/imap/reference/manpages/systemcommands/sievec.html

Re: Sieve stopped working after updating cyrus-imapd to 3.0.5

2018-02-15 Thread Michael Menge
p.org/imap/reference/manpages/systemcommands/sievec.html Cheers, ellie On Thu, Feb 15, 2018, at 5:28 AM, rfk wrote: Hello, recently I updated my cyrus-imapd installation from verion 2.5.10 to version 3.0.5. Unfortunately the sieve filters stopped working since then. The rest is working fine.

Re: Sieve stopped working after updating cyrus-imapd to 3.0.5

2018-02-15 Thread rfk
une cmd="tls_prune" at=0400 squatter cmd="squatter -r *" period=30 } DAEMON { idled cmd="idled" } Any other ideas? Ralf Am 15.02.2018 um 03:39 schrieb ellie timoney: Hi, Does the "sievec" compiler report any errors if you try to comp

Re: Sieve stopped working after updating cyrus-imapd to 3.0.5

2018-02-14 Thread ellie timoney
cently I updated my cyrus-imapd installation from verion 2.5.10 to > version 3.0.5. Unfortunately the sieve filters stopped working since > then. The rest is working fine. > > The filters are listed in the sieveshell and all incoming mails get > tagged with "X-Sieve: CMU Siev

Sieve stopped working after updating cyrus-imapd to 3.0.5

2018-02-14 Thread rfk
Hello, recently I updated my cyrus-imapd installation from verion 2.5.10 to version 3.0.5. Unfortunately the sieve filters stopped working since then. The rest is working fine. The filters are listed in the sieveshell and all incoming mails get tagged with "X-Sieve: CMU Sieve 3.0"

Notice: removal of JMAP support from stable Cyrus IMAPd 3.0.x series

2018-01-22 Thread ellie timoney
Hi all :) We've decided to remove the experimental JMAP support from the stable Cyrus IMAPd 3.0.x series. This is a minimally-invasive change, which won't affect other aspects of the software. The motivation for this is the rapid evolution of the JMAP specification as it moves tow

WG: Cyrus Imapd 3.0.3 - Crash when opening the mailbox list (subscribe to folder)

2017-08-27 Thread Jan Hendrik Ribbat
rus-bounces+j.h.ribbat=md-network...@lists.andrew.cmu.edu] Im Auftrag von Jan Hendrik Ribbat Gesendet: Mittwoch, 23. August 2017 13:02 An: info-cyrus@lists.andrew.cmu.edu <mailto:info-cyrus@lists.andrew.cmu.edu> Betreff: Cyrus Imapd 3.0.3 - Crash when opening the mailbox list (subscribe to folder

Cyrus Imapd 3.0.3 - Crash when opening the mailbox list (subscribe to folder)

2017-08-23 Thread Jan Hendrik Ribbat
Good day, on my test-system (latest arch-linux) I have installed cyrus imap 3.0.3 (Same issue with 3.0.2). With almost the same configuration the system was working with cyrus imap 2.5.7. Actually I am not able to access subfolders (under inbox) or subscribe to a folder. The inbox i

Re: any working cyrus-imapd-3.0.2?

2017-08-03 Thread Stephan Lauffer
.oO(if you read my lines:) In my setup there is no virtual domains support, see the output of "cyr_info conf" from my last post to the devel list (and yes, virtdomains is off by default). The problem does not occur on any distribution or cyrus-imapd build. But on some it occu

Re: any working cyrus-imapd-3.0.2?

2017-08-03 Thread Gabriele Bulfon
agosto 2017 14.47.43 CEST Oggetto: Re: any working cyrus-imapd-3.0.2? This might be a virtual domains issue. I will have to ask one of the other devs if something changed in that regard. On 08/03/2017 08:37 AM, Gabriele Bulfon wrote: All of my mailboxes, here's a piece of the output: sonicl

Re: any working cyrus-imapd-3.0.2?

2017-08-03 Thread Ken Murchison
cd/gabrielebulfon *Da:* Ken Murchison *A:* Gabriele Bulfon info-cyrus@lists.andrew.cmu.edu *Data:* 3 agosto 2017 14.06.21 CEST *Oggetto:* Re: any working cyrus-imapd-3.0.2? What does 'ctl_mboxlist -d' show you? On 08/03/2017 08:0

Re: any working cyrus-imapd-3.0.2?

2017-08-03 Thread Gabriele Bulfon
om/cd/gabrielebulfon Da: Ken Murchison A: Gabriele Bulfon info-cyrus@lists.andrew.cmu.edu Data: 3 agosto 2017 14.06.21 CEST Oggetto: Re: any working cyrus-imapd-3.0.2? What does 'ctl_mboxlist -d' show you? On 08/03/2017 08:02 AM, Gabriele Bulfon wrote: Obviously yes. The new defaults are my

Re: any working cyrus-imapd-3.0.2?

2017-08-03 Thread Ken Murchison
ntum Mechanics : *http://www.cdbaby.com/cd/gabrielebulfon *Da:* Ken Murchison *A:* info-cyrus@lists.andrew.cmu.edu *Data:* 3 agosto 2017 12.56.51 CEST *Oggetto:* Re: any working cyrus-imapd-3.0.2? Have you checked you values of unixhierarchysep and altnamespace per the docume

Re: any working cyrus-imapd-3.0.2?

2017-08-03 Thread Gabriele Bulfon
http://www.sonicle.com Music: http://www.gabrielebulfon.com Quantum Mechanics : http://www.cdbaby.com/cd/gabrielebulfon Da: Ken Murchison A: info-cyrus@lists.andrew.cmu.edu Data: 3 agosto 2017 12.56.51 CEST Oggetto: Re: any working cyrus-imapd-3.0.2? Have you checked you values of unixhierarchysep and altnam

Re: any working cyrus-imapd-3.0.2?

2017-08-03 Thread Ken Murchison
om/cd/gabrielebulfon -- Da: Stephan Lauffer A: info-cyrus@lists.andrew.cmu.edu Data: 3 agosto 2017 11.01.41 CEST Oggetto: Re: any working cyrus-imapd-3.0.2? Hi! It seems as if you have the same problem as I have. The only differ

Re: any working cyrus-imapd-3.0.2?

2017-08-03 Thread Gabriele Bulfon
ulfon -- Da: Stephan Lauffer A: info-cyrus@lists.andrew.cmu.edu Data: 3 agosto 2017 11.01.41 CEST Oggetto: Re: any working cyrus-imapd-3.0.2? Hi! It seems as if you have the same problem as I have. The only difference here: I did not xfer/co

Re: any working cyrus-imapd-3.0.2?

2017-08-03 Thread Gabriele Bulfon
ielebulfon -- Da: Stephan Lauffer A: info-cyrus@lists.andrew.cmu.edu Data: 3 agosto 2017 11.01.41 CEST Oggetto: Re: any working cyrus-imapd-3.0.2? Hi! It seems as if you have the same problem as I have. The only difference here: I did not xfer/convert old mailboxes, I was starting with a new in

Re: any working cyrus-imapd-3.0.2?

2017-08-03 Thread Stephan Lauffer
ts.andrew.cmu.edu Data: 3 agosto 2017 9.51.21 CEST Oggetto: Re: any working cyrus-imapd-3.0.2? Sorry, non of the stated operations are needed nor work. My mailboxes.db has been converted to twoskip as stated from the db header bytes: sonicle@www:/sonicle/var/imap$ od -xc mailboxes.db | more 0

Re: any working cyrus-imapd-3.0.2?

2017-08-03 Thread Gabriele Bulfon
cmu.edu Data: 3 agosto 2017 10.22.04 CEST Oggetto: Re: any working cyrus-imapd-3.0.2? I tried using ctl_mboxlist -d , and I have a correct output of my mailboxes, listed in the internal cyrus format, e.g. : sonicle.com!user.test^gabry 0 default gbulfon lrswipkxtecda1 cyrus lrswipkx

Re: any working cyrus-imapd-3.0.2?

2017-08-03 Thread Gabriele Bulfon
lists.andrew.cmu.edu Data: 3 agosto 2017 9.51.21 CEST Oggetto: Re: any working cyrus-imapd-3.0.2? Sorry, non of the stated operations are needed nor work. My mailboxes.db has been converted to twoskip as stated from the db header bytes: sonicle@www:/sonicle/var/imap$ od -xc mailboxes.db | more 000

Re: any working cyrus-imapd-3.0.2?

2017-08-03 Thread Gabriele Bulfon
see any mailbox data. Any way to inspect what mailboxes it really sees? Sonicle S.r.l. : http://www.sonicle.com Music: http://www.gabrielebulfon.com Quantum Mechanics : http://www.cdbaby.com/cd/gabrielebulfon Da: Ken Murchison A: info-cyrus@lists.andrew.cmu.edu Data: 2 agosto 2017 19.25.22 CEST Ogg

Re: any working cyrus-imapd-3.0.2?

2017-08-02 Thread Gabriele Bulfon
cyrus-imapd-3.0.2? https://www.cyrusimap.org/imap/download/upgrade.html#copy-config-files-and-update On 08/02/2017 01:18 PM, Gabriele Bulfon wrote: I upgraded the cyrus binaries from 2.4.12 to 3.0.2. The cyrus daemons run, imap authentication works, logs look fine. But then, no folder...users

Re: any working cyrus-imapd-3.0.2?

2017-08-02 Thread Ken Murchison
http://www.gabrielebulfon.com/> *Quantum Mechanics : *http://www.cdbaby.com/cd/gabrielebulfon *Da:* Gabriele Bulfon *A:* Stephan Lauffer info-cyrus@lists.andrew.cmu.edu *Data:* 2 agosto 2017 15.34.18 CEST *Oggetto:* R

Re: any working cyrus-imapd-3.0.2?

2017-08-02 Thread Gabriele Bulfon
e: any working cyrus-imapd-3.0.2? We've almost finished packaging cyrus imapd 3.0.2 on XStreamOS. I had to make a patch to build, though: --- cyrus-imapd-3.0.2/imap/mailbox.hWed Aug 2 12:48:45 2017+++ cyrus-imapd-3.0.2/imap/mailbox.h.newWed Aug 2 12:50:48 2017@@ -283,7 +283,10 @@

Re: any working cyrus-imapd-3.0.2?

2017-08-02 Thread Gabriele Bulfon
We've almost finished packaging cyrus imapd 3.0.2 on XStreamOS. I had to make a patch to build, though: --- cyrus-imapd-3.0.2/imap/mailbox.hWed Aug 2 12:48:45 2017+++ cyrus-imapd-3.0.2/imap/mailbox.h.newWed Aug 2 12:50:48 2017@@ -283,7 +283,10 @@ #define ITER_SKIP_DELET

  1   2   3   4   5   6   7   8   9   10   >