Re: Cyrus on AMD64

2006-01-13 Thread Marcelo H. Terres
Thanks a lot to all.I finally compile cyrus without problems.Regards,On 1/11/06, Daniel O'Connor <
[EMAIL PROTECTED]> wrote:On Wed, 11 Jan 2006 23:47, Marcelo H. Terres wrote:
> Anybody here use an AMD64 Opteron platform running cyrus 2.2.12 or cyrus> 2.3.1 ???>> I need some tips to compile cyrus in this architecture.I'm running 2.18.1 on FreeBSD/amd64 and it works fine.
I did a test compile of 2.3.0 recently and it built fine (from FreeBSD ports)--Daniel O'Connor software and network engineerfor Genesis Software - http://www.gsoft.com.au
"The nice thing about standards is that thereare so many of them to choose from."  -- Andrew TanenbaumGPG Fingerprint - 5596 B766 97C0 0E94 4347 295E E593 DC20 7B3F CE8C
-- Marcelo H. Terres[EMAIL PROTECTED]

Cyrus Home Page: http://asg.web.cmu.edu/cyrus
Cyrus Wiki/FAQ: http://cyruswiki.andrew.cmu.edu
List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html

Cyrus on AMD64

2006-01-11 Thread Marcelo H. Terres
Hi.Anybody here use an AMD64 Opteron platform running cyrus 2.2.12 or cyrus 2.3.1 ???I need some tips to compile cyrus in this architecture.Thanks,-- Marcelo H. Terres
[EMAIL PROTECTED]

Cyrus Home Page: http://asg.web.cmu.edu/cyrus
Cyrus Wiki/FAQ: http://cyruswiki.andrew.cmu.edu
List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html

Re: Cyrus 2.2.12 and AMD64

2006-01-09 Thread Marcelo H. Terres
Hi Henrique.Unfortunately, your suggestion doesn't work.  I use the autoreconf -fi but the error persists.I'm using Debian Sarge for AMD64, so the packages are updated for the architecture.Thanks,
[]On 1/5/06, Henrique de Moraes Holschuh <[EMAIL PROTECTED]> wrote:
On Thu, 05 Jan 2006, Marcelo H. Terres wrote:> Any ideias ???Remake all auto* files. If you are lucky, autoreconf -fi will do it. Itlooks like the libtool stuff is outdated.HOWEVER, to do so, you MUST:
  1. Have libtool installed  2. Have automake installed  3. Have autoconf installed.And you better have recent enough, and non-buggy versions of the above.--  "One disk to rule them all, One disk to find them. One disk to bring
  them all and in the darkness grind them. In the Land of Redmond  where the shadows lie." -- The Silicon Valley Tarot  Henrique HolschuhCyrus Home Page: 
http://asg.web.cmu.edu/cyrusCyrus Wiki/FAQ: http://cyruswiki.andrew.cmu.eduList Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html
-- Marcelo H. Terres[EMAIL PROTECTED]

Cyrus Home Page: http://asg.web.cmu.edu/cyrus
Cyrus Wiki/FAQ: http://cyruswiki.andrew.cmu.edu
List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html

Re: Cyrus 2.2.12 and AMD64

2006-01-05 Thread Marcelo H. Terres
Hi.Tryng to compile cyrus 2.2.12 in AMD64 (Opteron) using the config.sub e config.guess provided by Henrique I had the follow errors during make:Unrecognized argument in LIBS ignored: '-Wl,-rpath,/usr/lib'
/usr/bin/ld: ../../lib/libcyrus.a(imclient.o): relocation R_X86_64_32 can not be used when making a shared object; recompile with -fPIC../../lib/libcyrus.a: could not read symbols: Bad valuecollect2: ld returned 1 exit status
make[2]: *** [blib/arch/auto/Cyrus/IMAP/IMAP.so] Error 1make[1]: *** [all] Error 1make: *** [all] Error 1Any ideias ???Thanks,On 12/22/05, 
Henrique de Moraes Holschuh <[EMAIL PROTECTED]> wrote:
On Wed, 21 Dec 2005, Marcelo H. Terres wrote:> I'm trying to compile cyrus 2.2.12 in a Sun Fire V20z with 2 AMD64 (Opteron)> processors, but when I ran ./configure I receive the follow errors:>> checking build system type... Invalid configuration
Update config.sub and config.guess to the ones you get from:cvs -z 4 -d ":pserver:[EMAIL PROTECTED]:/cvsroot/config" export -rHEAD config(password is an empty line).--  "One disk to rule them all, One disk to find them. One disk to bring
  them all and in the darkness grind them. In the Land of Redmond  where the shadows lie." -- The Silicon Valley Tarot  Henrique HolschuhCyrus Home Page: 
http://asg.web.cmu.edu/cyrusCyrus Wiki/FAQ: http://cyruswiki.andrew.cmu.eduList Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html
-- Marcelo H. Terres[EMAIL PROTECTED]

Cyrus Home Page: http://asg.web.cmu.edu/cyrus
Cyrus Wiki/FAQ: http://cyruswiki.andrew.cmu.edu
List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html

Cyrus 2.2.12 and AMD64

2005-12-21 Thread Marcelo H. Terres
Hi.I'm trying to compile cyrus 2.2.12 in a Sun Fire V20z with 2 AMD64 (Opteron) processors, but when I ran ./configure I receive the follow errors:checking build system type... Invalid configuration `x86_64-unknown-linux-gnu': machine `x86_64-unknown' not recognized
configure: error: /bin/sh ./config.sub x86_64-unknown-linux-gnu failedMy configure is:./configure --prefix=/usr/local/cyrus --with-perl=/usr/bin/perl --with-auth=unix --enable-murder --enable-listext --enable-annotatemore --with-cyrus-user=cyrus --with-cyrus-group=mail --with-syslogfacility=MAIL --with-pidfile=/var/run/cyrmaster.pid --with-lock=fcntl --with-bdb=/usr/lib --with-bdb-libdir=/usr/lib --with-bdb-incdir=/usr/include
Anybody else had the same problem ???Any tips or ideas ???Tks,[]-- Marcelo H. Terres[EMAIL PROTECTED]

Cyrus Home Page: http://asg.web.cmu.edu/cyrus
Cyrus Wiki/FAQ: http://cyruswiki.andrew.cmu.edu
List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html

mbcp.py - Imap Copy

2005-11-30 Thread Marcelo H. Terres
Hi,I'm trying to migrate messages from a server running sendmail to a new server with cyrus.The messages are in mailbox format and I'm using mbcp.py (by Jean-Philippe Langlois) to this task.My problem is: I don´t want to use an imap to imap approach. I want to migrate to IMAP direct from the mailboxes files for performance issues. 
I know the imap copy can do this, but when I run the command mbcp.py mbox:///user002 imap://marcelo:[EMAIL PROTECTED]/INBOX -v
I receive this output:Debug enabledMailbox Copy version Release 0.97Copying from mbox ://  :  @  :  / user002To   imap :// marcelo : 123456 @ 127.0.0.1 :  / INBOX
Starting copy...Building folder list...Done.The script creates the folders and the account in Cyrus but does not copy the messages.Anybody can help me ?Thanks,[]-- Marcelo H. Terres
[EMAIL PROTECTED]

Cyrus Home Page: http://asg.web.cmu.edu/cyrus
Cyrus Wiki/FAQ: http://cyruswiki.andrew.cmu.edu
List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html

Re: Moving an account to another server

2005-11-25 Thread Marcelo H. Terres
And how about the xfer command in cyradm ?

Works only with cyrus murder or not ?

[]2005/11/25, Andreas Haase <[EMAIL PROTECTED]>:
On Fri, 25 Nov 2005, Marcelo H. Terres wrote:> Ok, but then I will need to create the subfolders too or imapsync creates> the folders in the second server ?imapsync creates them.Bye,Andreas
Cyrus Home Page: http://asg.web.cmu.edu/cyrusCyrus Wiki/FAQ: http://cyruswiki.andrew.cmu.eduList Archives/Info: 
http://asg.web.cmu.edu/cyrus/mailing-list.html-- Marcelo H. Terres[EMAIL PROTECTED]


Cyrus Home Page: http://asg.web.cmu.edu/cyrus
Cyrus Wiki/FAQ: http://cyruswiki.andrew.cmu.edu
List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html

Re: Moving an account to another server

2005-11-25 Thread Marcelo H. Terres
And how about the xfer command in cyradm. 

Is this command exclusive for cyrus murder servers or I can use it without enable the murder option ?

I'm using the latest stable version of Cyrus.

[]2005/11/25, Andreas Haase <[EMAIL PROTECTED]>:
Hi,> Well, I need to move an account to another server. I don't want to use> cyrus murder. Just need to move, for example, user.mhterres from server1> to server2.imapsync?Regards,
Andreas HaaseCyrus Home Page: http://asg.web.cmu.edu/cyrusCyrus Wiki/FAQ: http://cyruswiki.andrew.cmu.eduList Archives/Info: 
http://asg.web.cmu.edu/cyrus/mailing-list.html-- Marcelo H. Terres[EMAIL PROTECTED]


Cyrus Home Page: http://asg.web.cmu.edu/cyrus
Cyrus Wiki/FAQ: http://cyruswiki.andrew.cmu.edu
List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html

Re: Moving an account to another server

2005-11-25 Thread Marcelo H. Terres
Ok, but then I will need to create the subfolders too or imapsync creates the folders in the second server ?



Thanks2005/11/25, Raymond Sundland <[EMAIL PROTECTED]>:
















It seems a utility called 'imapsync'
is the preferred way.  I would create the mailbox on the second server and then
use imapsync to move the messages.

 

-Original Message-
From: [EMAIL PROTECTED]

[mailto:[EMAIL PROTECTED]] On Behalf Of 
Marcelo H. Terres
Sent: Friday, November 25, 2005
10:58 AM
To:
info-cyrus@lists.andrew.cmu.edu
Subject: Moving an account to
another server

 

Hi.

Maybe anybody else had made this question before, but I'm trying to access the
list archives and the page don't open.

Well, I need to move an account to another server. I don't want to use cyrus
murder. Just need to move, for example, user.mhterres from server1 to server2.

Any ideas ???

Thanks,

-- 
Marcelo H. Terres
[EMAIL PROTECTED] 







-- Marcelo H. Terres[EMAIL PROTECTED]

Cyrus Home Page: http://asg.web.cmu.edu/cyrus
Cyrus Wiki/FAQ: http://cyruswiki.andrew.cmu.edu
List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html

Moving an account to another server

2005-11-25 Thread Marcelo H. Terres
Hi.

Maybe anybody else had made this question before, but I'm trying to access the list archives and the page don't open.

Well, I need to move an account to another server. I don't want to use
cyrus murder. Just need to move, for example, user.mhterres from
server1 to server2.

Any ideas ???

Thanks,-- Marcelo H. Terres[EMAIL PROTECTED]

Cyrus Home Page: http://asg.web.cmu.edu/cyrus
Cyrus Wiki/FAQ: http://cyruswiki.andrew.cmu.edu
List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html