Hello,
after removing a mailbox with cyradm (dm user.username).
I have plenty of DELETED.user.username in the mailboxes database.
for example given user.username which has been deleted, i still ahave
the following entries
/usr/lib/cyrus-imapd/ctl_mboxlist -d | grep -i username
DELETED.us
if cyrus is your user admin just do
cyradm --user cyrus --server localhost
and it will work
depending on your password backend you may need to add user cyrus with
sasldb2 or
if you use local unix account with saslauthd you just need to set a
password for user cyrus with passwd
On 2/20/14 11
yes u are right
but on FreeBSD 9.1 with cyrus version from ports collection happen this...
/var/spool/imap/user/username
so i asked if there is a way to change this behaviour
thank you
On 6/2/13 9:49 PM, Bron Gondwana wrote:
> On Sat, Jun 1, 2013, at 10:22 PM, fddi wrote:
>> but anyway all
Hi,
thanks for your reply.
I do not have any particular single instance store setup... it is just a
normal raid5 DELL Perc with SATA disks...
Rick
On 2/20/13 8:17 PM, Simon Matter wrote:
>> Hello I am running cyrus 2.4.17
>>
>> I realized that quota shown for users with quota command is much le
Hello I am running cyrus 2.4.17
I realized that quota shown for users with quota command is much less
than real filesystem usage
an example:
/usr/lib/cyrus-imapd/quota user.username
Quota % Used Used Root
1500 34 5189501 user.username
du -sh /var/spool/imap/m/user/userna
Hello,
i am currently running cyrus 2.3.16 on Centos 5 and I Want to upgrade to
a new imap server runining cyrus 2.4.17
can I safely rsync the mailboxes and reconstruct them ?
that is can I safely upgrade form 2.3 to 2.4 ?
with rsync and reconstruct i never had a problem...
any hints ?
thank y
Hello,
I ask if anyone ever tried cyrus-imapd /var/spool/imap partion over an
openstack cloud storage.
I have such an idea to try it but if anyone already did it, I wanted to
ask if this can slow the cyrus-imap
access to file and folders, or if this is just good for a sort of imap
storage reilia
these are my settings
tls_cert_file: /etc/pki/tls/certs/iride.pem
tls_key_file: /etc/pki/tls/private/iride.key
tls_ca_file: /etc/pki/CA/INFN-CA.pem
On 9/20/12 8:15 PM, Andrew Morgan wrote:
> On Thu, 20 Sep 2012, Riccardo Veraldi wrote:
>
>> Hello,
>> I am using cyrus-imapd-2
Hello,
I am using cyrus-imapd-2.4.10
I have configured it properly with X509 certificates.
Everything is working fine but for every client connection I receive
this error: TLS server engine: cannot load CA data
Sep 16 04:04:42 iride imaps[9363]: TLS server engine: cannot load CA data
Sep 16 04:0
Hello,
i have troubles with timsieved belonging to cyrus-imapd version 2.4.13
with version 2.4.10 I didn't have this problem.
it is impossible for me to authenticate on timsieved:
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
"IMPLEMENTATION" "Cyrus timsieved v2.4.13-Inv
Hello,
i have a problem.
When a user configures a vacation rule such as
# rule:[vacation]
if true
{
vacation :days 100 "vacation test";
}
the reply vacation message is never sent to the sender of message and I
have this in imapd.conf
Jul 24 11:48:42 iride lmtp[29631]: duplicate_check:
<
On 10/3/11 10:44 PM, Adam Tauno Williams wrote:
> On Mon, 2011-10-03 at 22:08 +0200, Bron Gondwana wrote:
>> On Mon, Oct 03, 2011 at 09:58:28PM +0200, Josef Karliak wrote:
>>>Hi there,
>>>what filesystem type do you use for Cyrus imapd ? I use SLES11x64
>>> (or opensuse 11.4).
>>>I use
PM, Adam Tauno Williams wrote:
> On Mon, 2011-09-26 at 14:41 +0200, Riccardo Veraldi wrote:
>> Hello,
>> I have migrated mailboxes from cyrus-imapd 2.3.7 to cyrus-imapd 2.4.10
>> on CentOS 5.6
>> everything went fine except for a user who has a lot of nested folders
>
Hello,
on the impd.log I have plenty of idled errors
Sep 26 15:12:50 iride imaps[27607]: error sending to idled: 1
Sep 26 15:12:50 iride imaps[27584]: error sending to idled: 1
Sep 26 15:12:50 iride imaps[27583]: error sending to idled: 1
Sep 26 15:12:50 iride imaps[27582]: error sending to idled:
Hello,
I have migrated mailboxes from cyrus-imapd 2.3.7 to cyrus-imapd 2.4.10
on CentOS 5.6
everything went fine except for a user who has a lot of nested folders
this user has a mailbox called StoRM like this:
user.username.StoRM
user.username.StoRM.StormDevel
user.username.StoRM.StormUsers
I gave up with imapsync.
I use rsync then reconstruct the migrated mailbox and fix quota file
On 15/set/2011, at 14:10, "Mogens Melander" wrote:
> Hi Guys
>
> I realize that this is probably not a Cyrus problem, but the imapsync
> community don't strike me as responsive. And you guys know every
I am wondering why you have been using procmail with cyrus.
You should deliver to cyrus malboxes using LMTP with unix socket or with
TCP.
You can easily change your configuration.
Also I think it is not very efficient to call the deliver process for
every message to be delivered to a malbox.
IF
you must recover the enitre mailbox from your backup, for example user
called "generic"
at this point you use reconstruct to rebuild hte mailbox with cyrus
index files
su cyrus
reconstruct -r -f user.generic
then you rebuild hte quota
quota -f user.generic
and you are done.
But you mus
Hello,
a user has lost for mistake a part of his own emails
so I have restored all of them from tape to a different directory location
so the original user was
/var/spool/imap/u/user/user1
the restore went in
/var/spool/imap/u/user/user2
and I created s new cyrus user
cm user.user
after thi
Riccardo Veraldi wrote:
> Hello, I am using ckuser_cyrus.m4 sendmail macro to enable the cyrus
> user lookup using sendmail socketmaps
> and it works in normal cyrus configuration.
> http://tric.ru/users/mike/ckuser_cyrus/
>
> But when I enable cyrus virtualdomains it does not
Hello, I am using ckuser_cyrus.m4 sendmail macro to enable the cyrus
user lookup using sendmail socketmaps
and it works in normal cyrus configuration.
http://tric.ru/users/mike/ckuser_cyrus/
But when I enable cyrus virtualdomains it does not work anymore, and it
always fails for domains which ar
Hello,
I am migrating my actual cyrus config to one supporting virtual domains.
the problem is how to copy the old /var/spooll/imap to the new one
supporting virtual domains
my domain is for example domain.com
the old configuration has the mailboxes root in /var/spooll/imap
if I enable virtua
I fixed the problem using -a option in lmtpd
lmtp cmd="lmtpd -a" listen="lmtp" prefork=5
thanks
Rick
Riccardo Veraldi wrote:
> hello I am trying to configure my main mail server to deliver mail to a
> cyrus-imapd mail store
>
> mx.mailstore
hello I am trying to configure my main mail server to deliver mail to a
cyrus-imapd mail store
mx.mailstore.org 10.1.1.2 is the mail server
cyrus.mailstore.org 10.1.1.3 is the imap server
I configured sendmail accordingly
Mlocal, P=[IPC], F=lsDFMAw5:/|@qPSXmnz9, S=EnvFromSMTP/HdrFromL,
R
Hello,
I recently deleted some mailboxes.
Some of them where recreated with the same mailbox name.
So now i have the new mailboxes
user.user1
user.user2
user.user3
but issuing a lm command I still can see the old mailboxes are still
existent like wit the DELETED prefix:
DELETED.user.user1
DEL
Hello, I installed cyrus on Digital Unix TRu64 5.1
I have this problem when the master process starts
Jun 20 09:43:13 myhost master[483457]: process started
Jun 20 09:43:13 myhost master[487539]: about to exec
/usr/local/4cyrus/cyrus/bin/ctl_cyrusdb
Jun 20 09:43:14 myhost ctl_cyrusdb[487539]: r
26 matches
Mail list logo