Re: Help undeleting a user's INBOX

2020-05-24 Thread Patrick Boutilier
On 5/24/20 6:05 PM, Mikhail T. wrote: The thunderbird view of a user's mailbox tree had a mysterious nameless subfolder. Because the subfolder was showing empty, I instructed the user to just delete it through the mail program, which he did. Now his INBOX itself is empty and the server logs ha

Help undeleting a user's INBOX

2020-05-24 Thread Mikhail T.
The thunderbird view of a user's mailbox tree had a mysterious nameless subfolder. Because the subfolder was showing empty, I instructed the user to just delete it through the mail program, which he did. Now his INBOX itself is empty and the server logs has the following entries: May 24 14:

Re: METADATA help

2020-04-30 Thread Marco
sk only my user defined metadata: a GETMETADATA "" "/private/vendor/example/partition/comune.prova.it" * METADATA "" ("/private/vendor/example/partition/comune.prova.it" NIL) the server tell me NIL in place of "prova1". I would ask an help with this pro

METADATA help

2020-04-28 Thread Marco
private/vendor/cmu/cyrus-imapd/usermodseq" "0" "/private/comment" NIL "/private/admin" NIL) but if I ask only my user defined metadata: a GETMETADATA "" "/private/vendor/example/partition/comune.prova.it" * METADATA "" ("/private

Re: Fwd: Help putting cyrus on Docker

2020-02-18 Thread Fabio Montefuscolo
Hi Nic! I'm super happy with your response! Honestly, I added that while I was getting 550 from lmtp, but that probably should be removed. But lmtp, do you think I can remove that line from the master? Actually, that line came turned on by default on CentOS 8, that is the base image I'm using. I

Re: Fwd: Help putting cyrus on Docker

2020-02-18 Thread Nic Bernstein
Fabio, Very interesting stuff.  I would encourage you to add Readme.md to your repository, containing at least what you've summarized here. This would make for a nice addition to the Cyrus documentation, but would need a bit more explanation on your part, first, so whomever prepares the docs f

Re: Fwd: Help putting cyrus on Docker

2020-02-18 Thread Fabio Montefuscolo
Hello! I finally got the basic stuff working on Docker and deployed through Docker swarm. That is what I learnt (or I think I learnt) * a basic mail solution having Cyrus needs 4 containers (imapd, saslauthd, rsyslog and postfix) * sharing rsyslog socket on all containers is needed to have logs *

Re: Fwd: Help putting cyrus on Docker

2020-01-15 Thread Fabio Montefuscolo
Hi Niels Thank you very much for looking into this. Initially, I would like to get this working like I got in a real CentOS 8. I have here a virtual machine where I did the same steps I did in Dockerfile. But in VM I start services "*systemctl start cyrus-imapd*" and "*systemctl start saslauthd*"

Re: Fwd: Help putting cyrus on Docker

2020-01-15 Thread Niels Dettenbach via Info-cyrus
Am Dienstag, 14. Januar 2020, 16:47:52 CET schrieb Fabio Montefuscolo: > I'm trying to build a simple docker image based on CentOS 8, which brings > cyrus-imapd 3.0.7. I'm having troubles to authenticate on cyrus imap > service for unknown reasons. There is no syslog facility working inside > the c

Fwd: Help putting cyrus on Docker

2020-01-14 Thread Fabio Montefuscolo
Hello! I'm trying to build a simple docker image based on CentOS 8, which brings cyrus-imapd 3.0.7. I'm having troubles to authenticate on cyrus imap service for unknown reasons. There is no syslog facility working inside the centos image, so I don't have logs. The final idea is deploy this image

Re: [Help] Cyrus 2.4.17 segfault

2019-11-14 Thread Geoff Winkless
On Thu, 14 Nov 2019 at 08:44, Michael Menge wrote: > here is the why only addresses are show and not function names > you need the debug package for your cyrus imapd To be fair, you also need to run gdb /path/to/imapd coredump as per > "/var/spool/abrt/ccpp-2019-11-13-07:04:30-19177/coredump"

Re: [Help] Cyrus 2.4.17 segfault

2019-11-14 Thread Michael Menge
Quoting Marco : Hello Michael, I've generated the dump, but it isn't easy for me to understand the content... [root@cyrus ccpp-2019-11-13-07:04:30-19177]# gdb coredump GNU gdb (GDB) Red Hat Enterprise Linux (7.2-56.el6) Copyright (C) 2010 Free Software Foundation, Inc. License GPLv3+: G

Re: [Help] Cyrus 2.4.17 segfault

2019-11-14 Thread Marco
Hello Michael, I've generated the dump, but it isn't easy for me to understand the content... [root@cyrus ccpp-2019-11-13-07:04:30-19177]# gdb coredump GNU gdb (GDB) Red Hat Enterprise Linux (7.2-56.el6) Copyright (C) 2010 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or la

Re: [Help] Cyrus 2.4.17 segfault

2019-11-13 Thread Michael Menge
Hi Marco, can you generate a coredump and generate a backtrace (e.g. with gdb https://stackoverflow.com/questions/5115613/core-dump-file-analysis ) You might need to install some debug packages. Quoting Marco : Il 12/11/2019 22:58, ellie timoney ha scritto: On Tue, Nov 12, 2019, at 2:51 AM

Re: [Help] Cyrus 2.4.17 segfault

2019-11-12 Thread Marco
Il 12/11/2019 22:58, ellie timoney ha scritto: On Tue, Nov 12, 2019, at 2:51 AM, Marco wrote: An user user/a has full ACL to another mailbox user/b. When the user/a SELECT a folder on user/b where he has access the imap process crashes. If you set up a couple of test accounts with the same sha

Re: [Help] Cyrus 2.4.17 segfault

2019-11-12 Thread ellie timoney
On Tue, Nov 12, 2019, at 2:51 AM, Marco wrote: > An user user/a has full ACL to another mailbox user/b. When the user/a > SELECT a folder on user/b where he has access the imap process crashes. If you set up a couple of test accounts with the same sharing arrangement, do those crash in the same

Re: [Help] Cyrus 2.4.17 segfault

2019-11-11 Thread Simon Matter via Info-cyrus
> Hello, > > we are experiencing a strange problem on cyrus-imapd 2.4.17. > > An user user/a has full ACL to another mailbox user/b. When the user/a > SELECT a folder on user/b where he has access the imap process crashes. > > $ telnet cyrus.example.com 143 > Trying 10.10.10.10 ... > Connected to

[Help] Cyrus 2.4.17 segfault

2019-11-11 Thread Marco
Hello, we are experiencing a strange problem on cyrus-imapd 2.4.17. An user user/a has full ACL to another mailbox user/b. When the user/a SELECT a folder on user/b where he has access the imap process crashes. $ telnet cyrus.example.com 143 Trying 10.10.10.10 ... Connected to cyrus.example.

Re: Help with few questions

2019-01-09 Thread Egoitz Aurrekoetxea
Xapian databases (not conversations) I assume some error would appear for them surely... the same way as for instance if cyrus.seen would be corrupt... isn't it?. Thanks a lot again. Your help is really really important for at this stage... Cheers!! --- EGOITZ AURREKOETXEA Departamento d

Re: Help with few questions

2019-01-09 Thread Sebastian Hagedorn
Hi, I will try to answer what I can ... see below. --On 8. Januar 2019 um 18:40:17 +0100 Egoitz Aurrekoetxea wrote: - search_fuzzy_always: 1 , causes all searches to go through Xapian engine. Being so good as it seems (and the way it speeds in my testing env search operations, it's nice!!),

Help with few questions

2019-01-08 Thread Egoitz Aurrekoetxea
Good afternoon, I would be very thankful if you could clarify me these questions. Have not been able to find documentation for them and my testing env has not been able too :) of clarifying me these doubts... Here I go :) - Some friendly mate, has told me here that when you enable Xapian engine i

Re: Help on reconstruct - Cyrus2.3.11

2018-12-06 Thread Ismaël Tanguy
elivering to a corrupted mailbox. So my first question is : how can we reconstruct a mailbox without marking mails as not seen? And my second question is : why cyrus files are not recreated everytime? Is this due to the -s parameter with reconstruct? Any help will be appreciated. Thanks --

Re: Help on reconstruct - Cyrus2.3.11

2018-12-06 Thread Egoitz Aurrekoetxea
5 01:03:53 mailhost lmtpunix[497]: IOERROR: opening > /var/spool/imap/x/user/xx/cyrus.index: No such file or directory > > Timeouts happen about 3 times per day, and cyrus deliver process is blocked > when delivering to a corrupted mailbox. > So my first question is : how ca

Re: Help on reconstruct - Cyrus2.3.11

2018-12-06 Thread Eric Luyten
ng mails as not seen? And my second question is : why cyrus files are not recreated everytime? Is this due to the -s parameter with reconstruct? Any help will be appreciated. Thanks -- Ismael TANGUY -- <http://www.univ-brest.fr> Cyrus Home Page: http://www.cyrusimap

Re: Help on reconstruct - Cyrus2.3.11

2018-12-06 Thread Ismaël Tanguy
about 3 times per day, and cyrus deliver process is blocked when delivering to a corrupted mailbox. So my first question is : how can we reconstruct a mailbox without marking mails as not seen? And my second question is : why cyrus files are not recreated everytime? Is this due to the -s parame

Re: Help on reconstruct - Cyrus2.3.11

2018-12-05 Thread egoitz
is : how can we reconstruct a mailbox without marking > mails as not seen? > And my second question is : why cyrus files are not recreated everytime? Is > this due to the -s parameter with reconstruct? > > Any help will be appreciated. > > Thanks > > -- &g

Help on reconstruct - Cyrus2.3.11

2018-12-05 Thread Ismaël Tanguy
? Is this due to the -s parameter with reconstruct? Any help will be appreciated. Thanks -- Ismael TANGUY -- <http://www.univ-brest.fr> Cyrus Home Page: http://www.cyrusimap.org/ List Archives/Info: http://lists.andrew.cmu.edu/pipermail/info-cyrus/ To Un

Re: HELP: Can't fix quota, it seems renamed-back mailbox doesn't exists at all

2018-12-05 Thread Javier Angulo
On 12/4/18 5:53 PM, Heiler Bemerguy via Info-cyrus wrote: > Hail, this is a Cyrus 2.5.10-3 on Debian 9 > > A mailbox was accidentaly deleted, as the log shows: > > Dec  4 11:56:42 localhost cyrus/imap[27354]: Rename: > user.planejamento^funbosque -> DELETED.user.planejamento^funbosque.5C0695AA

HELP: Can't fix quota, it seems renamed-back mailbox doesn't exists at all

2018-12-04 Thread Heiler Bemerguy via Info-cyrus
Hail, this is a Cyrus 2.5.10-3 on Debian 9 A mailbox was accidentaly deleted, as the log shows: Dec  4 11:56:42 localhost cyrus/imap[27354]: Rename: user.planejamento^funbosque -> DELETED.user.planejamento^funbosque.5C0695AA Dec  4 11:56:42 localhost cyrus/imap[27354]: Deleted mailbox user.pla

Re: Help! Cyrus 2.5.11 segmentation fault

2018-08-03 Thread Wolfgang Breyha
Hi! Sorry for the late answer... most likely you already fixed your issue... On 16/07/18 10:43, Marco Chesi wrote: > Hello, > we have a Cyrus 2.5.11 on Debian 7 using murder (2 frontends, 3 backends, 1 > mupdate, about  5000 mailboxes) in production environment, hosted by a > VMware cluster 6.5.

Re: Help! Cyrus 2.5.11 segmentation fault

2018-07-18 Thread Michael Menge
nnected and authenticate to the backend. The imapd-proxy is parsing the the capability output of the backend. What is strange is that the parse_cpability is called with a NULL pointer (str=0x0) which is then used in xstrdup. So a check to ensure that str != NULL would help to prevent the

Help! Cyrus 2.5.11 segmentation fault

2018-07-16 Thread Marco Chesi
Hello, we have a Cyrus 2.5.11 on Debian 7 using murder (2 frontends, 3 backends, 1 mupdate, about  5000 mailboxes) in production environment, hosted by a VMware cluster 6.5. Suddenly, ALL mailboxes have becomed inaccessible. In the log, we found many messages like this:    master[5965]: proc

Re: please HELP

2018-01-23 Thread Dan White
cyradm has wildcard support: host> cm user/first.last/Trash host> cm user/first.last/Sent host> cm user/first.last/Read 192.168.2.11> listacl user/f* user/first.last: first.last.todelete lrswipkxtecdan user/first.last/Read: first.last.todelete lrswipkxtecdan user/first.last/Sent: first.last.to

Re: please HELP

2018-01-23 Thread Heiler Bemerguy via Info-cyrus
But it seems imap_setacl can't use wildcards. And I can't write one by one by hand. Anyone can help me with that? The full php script is below:     exit( "Usage: ./rename.php LOGIN (without TODELETE)\nUse ^ instead of DOTS\n\n" );     }     $mbox

Re: please HELP

2018-01-22 Thread Patrick Boutilier
On 01/22/2018 07:55 PM, Heiler Bemerguy via Info-cyrus wrote: The way I interpret it is that the / means unixhierarchysep is on. Just tested this on 2.4.18 and the same thing happens. When you rename back no messages are listed and reconstruct does nothing. Ah. As suspected the rights are w

Re: please HELP

2018-01-22 Thread Heiler Bemerguy via Info-cyrus
The way I interpret it is that the / means unixhierarchysep is on. Just tested this on 2.4.18 and the same thing happens. When you rename back no messages are listed and reconstruct does nothing. Ah. As suspected the rights are wrong. You just need to set the rights back to the real user. Y

Re: please HELP

2018-01-22 Thread Heiler Bemerguy via Info-cyrus
Em 22/01/2018 19:47, Dan White escreveu: On 01/22/18 19:02 -0300, Heiler Bemerguy via Info-cyrus wrote: Em 22/01/2018 18:46, Dan White escreveu: On 01/22/18 17:44 -0300, Heiler Bemerguy via Info-cyrus wrote: imap

Re: please HELP

2018-01-22 Thread Patrick Boutilier
On 01/22/2018 07:01 PM, Patrick Boutilier wrote: On 01/22/2018 06:02 PM, Heiler Bemerguy via Info-cyrus wrote: Em 22/01/2018 18:46, Dan White escreveu: On 01/22/18 17:44 -0300, Heiler Bemerguy via Info-cyrus wrote: imap_renamemailbox($mbox, "$mailbox", "$mailbox"."TODELETE") Was this perform

Re: please HELP

2018-01-22 Thread Patrick Boutilier
On 01/22/2018 06:02 PM, Heiler Bemerguy via Info-cyrus wrote: Em 22/01/2018 18:46, Dan White escreveu: On 01/22/18 17:44 -0300, Heiler Bemerguy via Info-cyrus wrote: imap_renamemailbox($mbox, "$mailbox", "$mailbox"."TODELETE") Was this performed as an admin? Yes. In a huge list of imap acco

Re: please HELP

2018-01-22 Thread Dan White
On 01/22/18 19:02 -0300, Heiler Bemerguy via Info-cyrus wrote: Em 22/01/2018 18:46, Dan White escreveu: On 01/22/18 17:44 -0300, Heiler Bemerguy via Info-cyrus wrote: imap_renamemailbox($mbox, "$mailbox", "$mailbox"."TODELETE") Was this performed as an admin? Yes. In a huge list of imap ac

Re: please HELP

2018-01-22 Thread Heiler Bemerguy via Info-cyrus
Em 22/01/2018 18:46, Dan White escreveu: On 01/22/18 17:44 -0300, Heiler Bemerguy via Info-cyrus wrote: imap_renamemailbox($mbox, "$mailbox", "$mailbox"."TODELETE") Was this performed as an admin? Yes. In a

Re: please HELP

2018-01-22 Thread Dan White
On 01/22/18 17:44 -0300, Heiler Bemerguy via Info-cyrus wrote: imap_renamemailbox($mbox, "$mailbox", "$mailbox"."TODELETE") Was this performed as an admin? Some mailboxes were erroneusly renamed to "loginTODELETE" and I need to put them back to the original name. I reverted this command, li

please HELP

2018-01-22 Thread Heiler Bemerguy via Info-cyrus
Hi guys, I used a php script with this command: imap_renamemailbox($mbox, "$mailbox", "$mailbox"."TODELETE") Some mailboxes were erroneusly renamed to "loginTODELETE" and I need to put them back to the original name. I reverted this command, like: imap_renamemailbox($mbox, "$mailbox"."TODEL

Re: IDN - Need help

2017-06-19 Thread Per olof Ljungmark
means you get the features you want, faster) https://github.com/cyrusimap/cyrus-imapd/issues/1647 I am happy to help with my limited capability, anytime. //per On Sun, Jun 18, 2017, at 10:00 PM, Per olof Ljungmark wrote: I am re-posting this - would really like some help here. We need Cyrus

Re: IDN - Need help

2017-06-19 Thread Per olof Ljungmark
w: we love getting more folks involved, and it means you get the features you want, faster) https://github.com/cyrusimap/cyrus-imapd/issues/1647 Cheers, Nicola On Sun, Jun 18, 2017, at 10:00 PM, Per olof Ljungmark wrote: I am re-posting this - would really like some help here. We need Cyr

Re: IDN - Need help

2017-06-18 Thread Walter H. via Info-cyrus
Cheers, Nicola On Sun, Jun 18, 2017, at 10:00 PM, Per olof Ljungmark wrote: I am re-posting this - would really like some help here. We need Cyrus to accept mail with international characters in sender address. If someone have experience please share, thanks! This is what Postfix reports wh

Re: IDN - Need help

2017-06-18 Thread Nicola Nye
ter) https://github.com/cyrusimap/cyrus-imapd/issues/1647 Cheers, Nicola On Sun, Jun 18, 2017, at 10:00 PM, Per olof Ljungmark wrote: > I am re-posting this - would really like some help here. We need Cyrus> to > accept mail with international characters in sender address. If > someone

Re: IDN - Need help

2017-06-18 Thread Walter H. via Info-cyrus
On 18.06.2017 14:35, Per olof Ljungmark wrote: On 6/18/2017 2:07 PM, Walter H. via Info-cyrus wrote: On 18.06.2017 14:00, Per olof Ljungmark wrote: I am re-posting this - would really like some help here. We need Cyrus to accept mail with international characters in sender address. If someone

Re: IDN - Need help

2017-06-18 Thread Per olof Ljungmark
On 6/18/2017 2:07 PM, Walter H. via Info-cyrus wrote: > On 18.06.2017 14:00, Per olof Ljungmark wrote: >> I am re-posting this - would really like some help here. We need Cyrus >> to accept mail with international characters in sender address. If >> someone have experience

Re: IDN - Need help

2017-06-18 Thread Walter H. via Info-cyrus
On 18.06.2017 14:00, Per olof Ljungmark wrote: I am re-posting this - would really like some help here. We need Cyrus to accept mail with international characters in sender address. If someone have experience please share, thanks! This is what Postfix reports when it tries to deliver to Cyrus

IDN - Need help

2017-06-18 Thread Per olof Ljungmark
I am re-posting this - would really like some help here. We need Cyrus to accept mail with international characters in sender address. If someone have experience please share, thanks! This is what Postfix reports when it tries to deliver to Cyrus: (SMTPUTF8 is required, but was not offered by

Re: Sieve login issue. Please help.

2016-09-22 Thread Müfit Eribol via Info-cyrus
g auth:login and auth:plain from showing without usage of startls I don't understand why STARTTLS is being called when connecting from localhost? Is it normal? Obviously, I am doing something wrong. I would appreciate any help. Thank you. Cheers, Michael ---

Re: Sieve login issue. Please help.

2016-09-22 Thread Michael Menge via Info-cyrus
0. When I try to login using smartsieve maillog: Sep 22 10:38:32 server sieve[16029]: STARTTLS failed: localhost[127.0.0.1] you are not connecting to sievelocal but to sieve and therefore "allowplaintext: no" from imapd.conf is preventing auth:login and auth:plain from showing

Sieve login issue. Please help.

2016-09-22 Thread Müfit Eribol via Info-cyrus
ot; "UNAUTHENTICATE" OK 10. When I try to login using smartsieve maillog: Sep 22 10:38:32 server sieve[16029]: STARTTLS failed: localhost[127.0.0.1] I don't understand why STARTTLS is being called when connecting from localhost? Is it normal? Obviously, I am doing something

Virtual table help

2015-05-27 Thread Nikos Gatsis - Qbit
Title: Untitled Document Hello List I'm trying to setup cyrus with virtdomains. I've already set it up and seems to work fine. But I need help to set the virtuale table of sendmail. Before, without virtdomains configuration, I use to made a local

Help with new setup

2015-03-04 Thread Dr. Lars Hanke
I'm using Cyrus-Imap for about a decade and it just works - so much that I lost most of the administration knowledge I once had. ;) However, the new setup should be different in a couple of ways, and I'm asking for best practices, howtos, and other write-ups that I should consider to achieve th

Re: Help on single instance store and hard link linux

2014-03-28 Thread Marco
> lmtp_destination_concurrency_limit = 20 > lmtp_destination_recipient_limit = 300 > Should I rise both limits to 1200? I'm sorry, I only remember now of http://cyrusimap.org/docs/cyrus-imapd/2.4.17/install-configure.php If this is right I have to modify only lmtp_destination_recipient_limit.

Help on single instance store and hard link linux

2014-03-28 Thread Marco
Hello Cyrus users, I'm wonder about mails deduplication. I don't know hard link on linux, maybe you could help me to understand. I run 2.4.17-Invoca-RPM-2.4.17-6.el6 on Red Hat Enterprise Linux Server release 6.3 with singleinstancestore: 1. I send one mail to 1200 recipients i

Re: Help on quota usage.

2014-02-17 Thread Anant Athavale
Thank you. This helped to trace the usage. On Fri, Feb 14, 2014 at 7:13 PM, Joseph Brennan wrote: > > > --On February 14, 2014 5:11:19 PM +0530 Anant Athavale > wrote: > > > > > > > > > Dear List, > > > > for one user, the lq user.xx is showing 1.6 GB, where as actual usage on > > file system

Re: Help on quota usage.

2014-02-14 Thread John Wade
Isn't the most likely cause of cyrus quota showing more usage than file system the single instance store feature? (Assuming you have tried fixing the quota as others have suggested) If you do any lists or mass emailing with an MTA that can use the single instance store feature, this can

Re: Help on quota usage.

2014-02-14 Thread Adam Tauno Williams
On Fri, 2014-02-14 at 13:56 +0100, Eric Luyten wrote: > On Fri, February 14, 2014 1:30 pm, mayak wrote: > > On 02/14/2014 12:41 PM, Anant Athavale wrote: > >> for one user, the lq user.xx is showing 1.6 GB, where as actual usage on > >> file system is less than 1 GB. I want to know, how can get wh

Re: Help on quota usage.

2014-02-14 Thread Joseph Brennan
--On February 14, 2014 5:11:19 PM +0530 Anant Athavale wrote: > > > > Dear List, > > for one user, the lq user.xx is showing 1.6 GB, where as actual usage on > file system is less than 1 GB.  I want to know, how can get where is the > additional quota sitting in /var/spool/imap partition for u

Re: Help on quota usage.

2014-02-14 Thread Eric Luyten
On Fri, February 14, 2014 1:30 pm, mayak wrote: > On 02/14/2014 12:41 PM, Anant Athavale wrote: > >> Dear List, >> >> >> for one user, the lq user.xx is showing 1.6 GB, where as actual usage on >> file system is less than 1 GB. I want to know, how can get where is the >> additional quota sitting i

Re: Help on quota usage.

2014-02-14 Thread mayak
On 02/14/2014 12:41 PM, Anant Athavale wrote: > Dear List, > > for one user, the lq user.xx is showing 1.6 GB, where as actual usage > on file system is less than 1 GB. I want to know, how can get where > is the additional quota sitting in /var/spool/imap partition for user xxx. > > Thanks in adva

Help on quota usage.

2014-02-14 Thread Anant Athavale
Dear List, for one user, the lq user.xx is showing 1.6 GB, where as actual usage on file system is less than 1 GB. I want to know, how can get where is the additional quota sitting in /var/spool/imap partition for user xxx. Thanks in advance. -- anant athavale. bangalore Cyrus Home Page:

Re: help with two cyrus systems merge

2013-08-20 Thread Nikos Gatsis
tent is different from cyrus-2.3. >> I have 5000 acconunts and tried to use imapsync, but it is too >> slow . >> Thank you for your help. > I can think of a few ways to do this: > > 1. Use imapsync > 2. Use Cyrus replication (just a guess) > 3. Use Cyrus Murde

Re: help with two cyrus systems merge

2013-08-19 Thread Andrew Morgan
s too > slow . >Thank you for your help. I can think of a few ways to do this: 1. Use imapsync 2. Use Cyrus replication (just a guess) 3. Use Cyrus Murder clustering 4. Use Rsync into 2 different partitions on the new server Imapsync is not a bad option. Write a script to fire off

help with two cyrus systems merge

2013-08-19 Thread Sandra Regina de Souza
generate a mailboxes.db, but it did not work. I have read that in cyrus-2.4 cyrus.index file content is different from cyrus-2.3. I have 5000 acconunts and tried to use imapsync, but it is too slow . Thank you for your help. Sandra University of Campinas - Sao Paulo - Brasil

Re: Help with cyrus-imapd, cyrus-sasl, postfix and lmtp

2012-11-04 Thread Dan White
On 11/04/12 17:24 -0600, Dan White wrote: >Cyrus can use saslauthd to authenticate both incoming lmtp and imap >connections. By >default both daemons should use the same authentication service, whether >that's sasldb or saslauthd, or another source. > >Such a configuration might look like (on the

Re: Help with cyrus-imapd, cyrus-sasl, postfix and lmtp

2012-11-04 Thread Dan White
On 11/04/12 09:43 -0600, Dale J Chatham wrote: >my intent it so have postfix in the DMZ delivering to cyrus lmtp and >cyrus internal. > >I'd like to not have to have a map of users, but to use ideally sasldb >to determine users and passwords, but pam if necessary. I'd rather use >stock packages an

Re: Help with cyrus-imapd, cyrus-sasl, postfix and lmtp

2012-11-04 Thread Dale J Chatham
One more point. Can't one authenticate with saslauthd running on a remote machine? So, could I: InternetDMZ Internal = == mail -> Postfix -> lmtp ^| |

Re: Help with cyrus-imapd, cyrus-sasl, postfix and lmtp

2012-11-04 Thread Dale J Chatham
I was hoping postfix could be configured to blindly forward to lmtp and let lmtp authenticate. I lost a dual sendmail configuration where mail was received in the DMZ and then forwarded to a sendmail internal. Perhaps I'm approaching this entirely wrong. On 11/4/2012 10:09 AM, Andrew Morgan

Re: Help with cyrus-imapd, cyrus-sasl, postfix and lmtp

2012-11-04 Thread Andrew Morgan
On Sun, 4 Nov 2012, Dale J Chatham wrote: > my intent it so have postfix in the DMZ delivering to cyrus lmtp and > cyrus internal. > > I'd like to not have to have a map of users, but to use ideally sasldb > to determine users and passwords, but pam if necessary. I'd rather use > stock packages a

Help with cyrus-imapd, cyrus-sasl, postfix and lmtp

2012-11-04 Thread Dale J Chatham
my intent it so have postfix in the DMZ delivering to cyrus lmtp and cyrus internal. I'd like to not have to have a map of users, but to use ideally sasldb to determine users and passwords, but pam if necessary. I'd rather use stock packages and avoid compiling from scratch. Distro is centos

Re: Some messages are missing and reconstruct doesn't help

2012-08-26 Thread Geoff Adams
On Aug 24, 2012, at 11:56 PM, Bron Gondwana wrote: > On Sat, Aug 25, 2012, at 07:28 AM, Geoff Adams wrote: >> On Aug 24, 2012, at 3:22 PM, Geoff Adams wrote: >> >>> * 3743 EXISTS >> >> I think I may have solved the problem. I created a new mailbox for the user, >> used an IMAP client to copy th

Re: Some messages are missing and reconstruct doesn't help

2012-08-24 Thread Bron Gondwana
On Sat, Aug 25, 2012, at 07:28 AM, Geoff Adams wrote: > On Aug 24, 2012, at 3:22 PM, Geoff Adams wrote: > > > * 3743 EXISTS > > I think I may have solved the problem. I created a new mailbox for the user, > used an IMAP client to copy the original 3743 messages into that mailbox, and > then use

Re: Some messages are missing and reconstruct doesn't help

2012-08-24 Thread Geoff Adams
On Aug 24, 2012, at 3:22 PM, Geoff Adams wrote: > * 3743 EXISTS I think I may have solved the problem. I created a new mailbox for the user, used an IMAP client to copy the original 3743 messages into that mailbox, and then used a one-line shell script to convert the newer messages into mbox f

Re: Some messages are missing and reconstruct doesn't help

2012-08-24 Thread Geoff Adams
On Aug 24, 2012, at 3:22 PM, Geoff Adams wrote: > * 3743 EXISTS I think I may have solved the problem. I created a new mailbox for the user, used an IMAP client to copy the original 3743 messages into that mailbox, and then used a one-line shell script to convert the newer messages into mbox f

Re: Some messages are missing and reconstruct doesn't help

2012-08-24 Thread Geoff Adams
So, based on your expert investigation, I'm now going on the theory that most of the "missing" messages are, in fact, expunged, and only the newer messages since the upgrade are missing. I can correct that… I've killed the master, copied the cyrus.* files for that mailbox from the pre-upgrade s

Re: Some messages are missing and reconstruct doesn't help

2012-08-24 Thread Geoff Adams
On Aug 24, 2012, at 1:36 PM, Bron Gondwana wrote: > And you didn't realise that in 2.4.x, the EXPUNGED records are > retained in cyrus.index with a magic flag rather than copied to > a separate cyrus.expunge file. This means that even though there > are lots of files on the disk, what you're actu

Re: Some messages are missing and reconstruct doesn't help

2012-08-24 Thread Geoff Adams
On Aug 24, 2012, at 1:26 PM, Geoff Adams wrote: > On Aug 24, 2012, at 1:17 PM, Bron Gondwana wrote: > >> Can I please have a copy of your imapd.conf as well. >> >> I _suspect_ at this stage that it's locking problems. > > That does seem likely. Attached is my imapd.conf. I forgot to mention th

Re: Some messages are missing and reconstruct doesn't help

2012-08-24 Thread Bron Gondwana
On Fri, Aug 24, 2012, at 10:26 PM, Geoff Adams wrote: > On Aug 24, 2012, at 1:17 PM, Bron Gondwana wrote: > > > Can I please have a copy of your imapd.conf as well. > > > > I _suspect_ at this stage that it's locking problems. > > That does seem likely. Attached is my imapd.conf. See my other

Re: Some messages are missing and reconstruct doesn't help

2012-08-24 Thread Geoff Adams
On Aug 24, 2012, at 1:17 PM, Bron Gondwana wrote: > Can I please have a copy of your imapd.conf as well. > > I _suspect_ at this stage that it's locking problems. That does seem likely. Attached is my imapd.conf. - Geoff imapd.conf Description: Binary data Cyrus Home Page: http://www.cy

Re: Some messages are missing and reconstruct doesn't help

2012-08-24 Thread Bron Gondwana
On Fri, Aug 24, 2012, at 10:06 PM, Geoff Adams wrote: > On Aug 24, 2012, at 5:40 AM, Bron Gondwana wrote: > > > Do you have a cyrus.index which has this issue which you're willing to > > share with me? I can have a look at the actual data structures that way :) > &

Re: Some messages are missing and reconstruct doesn't help

2012-08-24 Thread Geoff Adams
On Aug 24, 2012, at 5:40 AM, Bron Gondwana wrote: > Do you have a cyrus.index which has this issue which you're willing to share > with me? I can have a look at the actual data structures that way :) Thanks for the help. Sent separately. > Also - what does syslog say? Syslog j

Re: Some messages are missing and reconstruct doesn't help

2012-08-24 Thread Bron Gondwana
On Fri, Aug 24, 2012, at 12:16 PM, Geoff Adams wrote: > I have recently upgraded from Cyrus imapd 2.3.16 to 2.4.16, and it would seem > I have a subtle problem. One user noticed that he didn't receive any new mail > since the upgrade. Sure enough, I found that, while he had 16322 message > files

Some messages are missing and reconstruct doesn't help

2012-08-24 Thread Geoff Adams
I have recently upgraded from Cyrus imapd 2.3.16 to 2.4.16, and it would seem I have a subtle problem. One user noticed that he didn't receive any new mail since the upgrade. Sure enough, I found that, while he had 16322 message files in his inbox (*. files) and growing as new mail came in, sele

Re: [Help] Serious problem upgrading from 2.4.13 to 2.4.14

2012-03-30 Thread Marco
Ouch, I resolved applying patch as described for rehash... But with this release sieve filters such as if true { addflag "\\Flagged"; fileinto "INBOX"; } don't work: Mar 30 12:06:47 tst-host cyrus/lmtp[13962]: autosievefolder: autosieve_subfolder() was called for user marco.fav..

[Help] Sieve error with imapflag

2012-03-30 Thread Marco
Hello, I would ask another little help. When I set this sieve script: if true { addflag "\\Flagged"; keep; } I receive mails unflagged. Other sieve rules work as expected. If I want a working filter I have to set: if true { addflag "\\Flagged";

Re: [Help] Serious problem upgrading from 2.4.13 to 2.4.14

2012-03-30 Thread Sebastian Hagedorn
--On 30. März 2012 10:28:43 +0200 Marco wrote: I'm in panic upgrading Cyrus from 2.4.13 to 2.4.14. After upgrade cyrus stop to work with these errors: IOERROR: opening index uc.csi.it!user.marco^favero: System I/O error This was discussed recently: On 13.3.2012 3:59, Patrick Boutilier wro

[Help] Serious problem upgrading from 2.4.13 to 2.4.14

2012-03-30 Thread Marco
H=PLAIN SASL-IR COMPRESS=DEFLATE IDLE My host is: Linux host.csi.it 2.6.18-238.el5 #1 SMP Sun Dec 19 14:22:44 EST 2010 x86_64 x86_64 x86_64 GNU/Linux Could you help me to understand what it happens? This is my imapd.conf: === configdirectory: /var/lib/imap #partition-default: /dev/null part

Re: Newbe: Help on cyrus-imapd mailbox listing...

2011-12-20 Thread Scott Lambert
On Tue, Dec 20, 2011 at 11:47:55AM +0100, Klaus Tachtler wrote: > Hi Jeroen, > > > On 2011-12-20 9:40, Klaus Tachtler wrote: > >> How can i see all mailboxes, when i come from localhost OR > >> server80.dmz.my.domain? Is that possible? > > > > What configuration do you have for virtual domains? >

Re: Newbe: Help on cyrus-imapd mailbox listing...

2011-12-20 Thread Klaus Tachtler
> Jeroen van Meeuwen Thank you so much for your help! Kind regards, Klaus. -- e-Mail : kl...@tachtler.net Homepage: http://www.tachtler.net DokuWiki: http://www.dokuwiki.tachtler.net

Re: Newbe: Help on cyrus-imapd mailbox listing...

2011-12-20 Thread Leena Heino
On Tue, 20 Dec 2011, Klaus Tachtler wrote: > virtdomains: on > > When i stop using virtdomains, solves this the problem? Turning off the virtdomain support might solve the problem. But if you want to use virtdomains then change the configuration to: virtdomains: userid -- Leena Heino

Re: Newbe: Help on cyrus-imapd mailbox listing...

2011-12-20 Thread Jeroen van Meeuwen (Kolab Systems)
On 2011-12-20 10:47, Klaus Tachtler wrote: > virtdomains: on > > When i stop using virtdomains, solves this the problem? > Would you try with setting your virtdomains setting to userid please? Kind regards, Jeroen van Meeuwen -- Senior Engineer, Kolab Systems AG e: vanmeeuwen at kolabsys.com

Re: Newbe: Help on cyrus-imapd mailbox listing...

2011-12-20 Thread Klaus Tachtler
Hi Jeroen, > On 2011-12-20 9:40, Klaus Tachtler wrote: >> How can i see all mailboxes, when i come from localhost OR >> server80.dmz.my.domain? Is that possible? >> > > What configuration do you have for virtual domains? > > Kind regards, > > Jeroen van Meeuwen Here my /etc/impad.conf admins: cy

Re: Newbe: Help on cyrus-imapd mailbox listing...

2011-12-20 Thread Jeroen van Meeuwen (Kolab Systems)
On 2011-12-20 9:40, Klaus Tachtler wrote: > How can i see all mailboxes, when i come from localhost OR > server80.dmz.my.domain? Is that possible? > What configuration do you have for virtual domains? Kind regards, Jeroen van Meeuwen -- Senior Engineer, Kolab Systems AG e: vanmeeuwen at kolab

Newbe: Help on cyrus-imapd mailbox listing...

2011-12-20 Thread Klaus Tachtler
Hi Mailinglist, i have a little problem, to understand cyrus-imapd. If I do 1. telnet localhost 143 | Auth is o.k. | LIST "" "*" show me ALL Mailboxes! 2. telnet server80.dmz.my.domain > Auth is o.k. | LIST "" "*" NO Mailboxes listed! The cyrus-imapd runs on server80.dmz.my.domain. How can

[help] Prevent to delete imap folders or to create a new one

2011-02-25 Thread Marco
Hi all, a simple question. I have to deny delete of an imap folder and also to create new subfolders. With cyrus 2.4.6 I tried with these ACLs: lrswipted With these the folder deletion has denied, but I can create subfolders again. How do I can deny creation of new subfolders? Thank you very

Bugzilla Cleanup - Your Help Needed and Much Appreciated!

2010-10-19 Thread Jeroen van Meeuwen (Kolab Systems)
I can just go ahead and do (after short deliberation within the Cyrus team, of course), *WE NEED YOUR HELP!* Let me emphasize that point; Without your help, all I can do is close the tickets and wait for people (probably some of you) to reopen them... Here's some of the things I can d

  1   2   3   4   5   6   7   8   >