CYRUS LIST wrote:
> Has anyone done a script to migrate folder and mail data from a foreign IMAP
> sever?
>
> Basically, I need to automate the procedure of a client logging into both
> old and new IMAP servers, and for each folder, create the folder, and for
> each message, copy the message, re
I tried to write my personal script to make batch command in
creating/listing/deleting user & mailboxes.
I tried to do it in similar manner than Shell.pm perl module, but the
function "_authenticate" called in IMAP.pm module does segmentation fault
after taken the authentication by the demon imapd
Hi,
we're using versions 1.5.19 and 1.6.25 still and have about 23000 user
mailboxes on lots of imap partitions. Some of these mailboxes need to be
transferred from one partition to another. I noticed that cyradm's renm
command doesn't move the mailboxes recursively, so the subfolders stay on
the
Stefano Coatti wrote:
>
> I tried to write my personal script to make batch command in
> creating/listing/deleting user & mailboxes.
I login like this:
my $plen = length($pass);
warn ("$user $pass\n");
$imap->send(undef,undef,"LOGIN $user {$plen}\r\n$pass")
I wonder if it works fine for other people? My sieve vacation wasn't adding
return-path to outgoing messages, so I had to add
fprintf(sm, "Return-Path: <%s>\r\n", src->fromaddr);
to lmtpd.c, in send_response function. Am I missing something?
Nick Ustinov
[EMAIL PROTECTED]
http://www.videin
Hi there,
I have recently installed and configured cyrus-imapd-1.6.24 to run on a
HP 9000 (HP-UX 10.20) All is working well and I'd now like to enhance
the setup through the implimentation of sieve filters to kurb e-mail
abuse.
I'm having problems with sieve authntication when I try to list or a
Yeah, moving mailboxes is a pain :) I had the same problem when I used to
run 1.5-style mailboxes and with 2.0.12. For me it was since my disks were
running out of space, so I had to create new partition on a new disk and
move mailboxes there. Not sure how to do that in case you are in need of
"s
Fantastic. Now it works fine.
Very very thanks
Best regards
Stefano
-Original Message-
From: Francesc Guasch [mailto:[EMAIL PROTECTED]]
Sent: mercoledì 9 maggio 2001 13.52
To: Stefano Coatti
Cc: 'Cyrus List (E-mail)'
Subject: Re: Problem with Cyrus::IMAP::Admin
Stefano Coatti
Hi.
I'm using Cyrus with Postfix, using OpenLDAP to implement the user base. I
would like to deliver mail to some special addresses to a folder other than
INBOX for an user.
For example, suppose my user is [EMAIL PROTECTED], and in the IMAP
structure of myuser I have under INBOX a folder cal
i had exactly the same problem...you might want to contact Larry M.
Rosenbaum <[EMAIL PROTECTED]>, who has a sceript that does the trick
cheers
Tuuli K Tuominen wrote:
>
> Hi,
> we're using versions 1.5.19 and 1.6.25 still and have about 23000 user
> mailboxes on lots of imap partitions. Some
To all,
For almost a year I was not able to get sieve to work under
Solaris 8 ( 64 bit mode ) and Cyrus-imapd-2.0.X code branch. This week I
finally spent the time to go through the code and a co-worker and I
figured out the problem. I figure this might be useful information for
others.
I have install cyrus-imapd-2.0.13 it work fine.
The master fork the imapd process.
If connexion is finish the imapd process run again (show in ps -edf).
I want to know how the distribution process is made .
And in which case the imapd process stop.
I have an other question if i put
defaultacl:
> On Wed, 09 May 2001 10:13:01 -0300,
> Branden <[EMAIL PROTECTED]> (b) writes:
b> I'm using Cyrus with Postfix, using OpenLDAP to implement the user
b> base. I would like to deliver mail to some special addresses to a
b> folder other than INBOX for an user.
You don't indicate what vers
Title: Message
Okay, off-topic
again, BUT important.
A new Internet worm
is attacking Solaris boxes out there and I know several of you run
Solaris. Once it ingrains itself in the Solaris box it uses that as a
launching point to attack Microsoft IIS servers and deface websites with an
an
I am trying to compile cyrus-imapd-2.0.13 on my Mandrake platform. When I
issue the command
./configure --with-auth=unix --with-dblib=/usr/lib/ --with-sasl=/usr/lib/ --
with-com_err=/tmp/cyrus-imapd-2.0.13/et/
I get a warning message,
configure: warning: Makedepend is not installed on this syst
When I compile cyrus-imapd-2.0.13, with
./configure --with-auth=unix --with-dblib=/usr/lib/ --with-sasl=/usr/lib/
How can I get ride of the warning message?
configure: warning: Parts of com_err distribution were found, but not
compile_et.
configure: warning: Will build com_err from included sourc
Hi,
No "install" rule is in the Makefile, so i did like this .
$ cp makedepend /usr/local/bin/
$ chmod 755 /usr/local/bin/makedepend
---
[EMAIL PROTECTED] ( Wakabayashi Hirotaka )
At Wed, 9 May 2001 14:50:43 -0700,
"Norman Zhang" <[EMAIL PROTECTED]> wrote:
> I am trying to compile cyrus
At 06:49 PM 5/9/01 -0700, Norman Zhang wrote:
Check http://www.linuxdoc.org/HOWTO/Cyrus-IMAP-6.html#ss6.2 you
did the right thing.
>When I compile cyrus-imapd-2.0.13, with
>./configure --with-auth=unix --with-dblib=/usr/lib/ --with-sasl=/usr/lib/
>How can I get ride of the warning mess
18 matches
Mail list logo