Re: Perl upgrade broke cyradm

2005-03-08 Thread Nikola Milutinovic
Doug Koobs wrote: I recently upgraded my installation of Perl from 5.8.0 (in /usr/lib/perl5) to 5.8.6 (in /usr/local/lib/perl5) using CPAN. I didn't catch the difference in location when I installed... Now, when I try to run the command "cyradm --user cyrus --auth login localhost" I got the error:

轻松注册,一分钟拥有自己的免费个人主页!

2005-03-08 Thread Chiname.cn
Title: index_newyear  

Deleting single messages from a users mailbox

2005-03-08 Thread Kennie J. Cruz Gutierrez
Dear Cyrus Admins, We scan the cyrus spool using clamav and detected 1421 messages infected with a virus and we would like to know if there is a command withing Cyrus IMAP to delete a single message from a users mailbox. I am kind of new to the Cyrus IMAP/POP3 service, we recently migrated our

RE: Perl upgrade broke cyradm

2005-03-08 Thread Doug Koobs
> You need IMAP.so, but no guarantee the version for 5.8.0 will > work with > 5.8.6 (I'd guess not, but it might) I've got IMAP.so: /usr/lib/perl5/site_perl/5.8.0/i386-linux-thread-multi/auto/Cyrus/IMAP/I MAP.so /usr/src/redhat/BUILD/cyrus-imapd-2.2.12/perl/imap/blib/arch/auto/Cyrus/ IMAP/IMAP.s

Cyrus-IMAPD compile issues

2005-03-08 Thread Preston Lord
Hi List,   I have googled for hours and I find a great many people asking how to fix this issue ... any help is greatly appreciated.   When doing a    export CPPFLAGS="-I/usr/include/et" ./configure \--with-sasl=/usr/local/lib \--with-perl \--with-auth=unix \--with-dbdir=/usr/local/bdb \

RE: Perl upgrade broke cyradm

2005-03-08 Thread Doug Koobs
> Is there a way to roll back my perl install to 5.8.0? Or, is > there a way > to build a cyradmin that will work with perl 5.8.6? Or, is there a way > to manage users without using cyradmin? Or, let's try something that actually works :) In the cyradm script, there a 2 calls to perl:

[Annotatemore] /motd

2005-03-08 Thread kael
Hello, I'm trying to manage the ANNOTATEMORE /motd as 'cyrus' user but the server returns 'permission denied': 02 SETANNOTATION "INBOX" "/motd" ("value.shared" "Its sunny outside!") 02 NO Permission denied 03 SETANNOTATION "/" "/motd" ("value.shared" "Hello") 03 NO Permission denied There may be

Cyrus IMAP - sync two servers (one Public, one Private)

2005-03-08 Thread Charles Marcus
Hi Henrique (and anyone else who understands Murder), Let me rephrase what I am trying to accomplish. Maybe Murder isn't the way to go... 1. I have a small, internal LAN that I want to keep protected, by blocking all unsolicited traffic (block all incoming ports to protect from port scanners/sn

Re: Cyrus IMAP - sync two servers (one Public, one Private)

2005-03-08 Thread Paul M Fleming
Unless you need two servers for fault tolerance syncing two hosts probably is more work than it's worth. There are other ways to solve the performance/isolation problem. The solution depends on the level of isolation you require between inside and outside the firewall. Definitely plan on an externa

Re: Cyrus-IMAPD compile issues

2005-03-08 Thread Robert Scussel
Try something like this: CPPFLAGS="-I/usr/local/bdb/include" \ LDFLAGS="-L/usr/local/bdb/lib -R/usr/local/bdb/lib -ldb" \ ./configure \ Also, I was having a similar problem with cyrus-sasl, even though the the CPPFLAGS and LDFLAGS were being set right and I thought I was in bash, once I actu

Postfix-Cyrus-Web-cyradm distro advice

2005-03-08 Thread Preston Lord
k, I got a little further ... let me pose this question to the experts ... If I had a Dual Xeon with 2GB Ram and was only using it for Postfix-Cyrus-Web-cyradm What distro should I use? I have suse 9.2 running all my other boxes... I had installed all the suse 9.2 included packages for this r

Re: Cyrus IMAP - sync two servers (one Public, one Private)

2005-03-08 Thread Aleksandar Milivojevic
Charles Marcus wrote: So, to summarize, we will have two Cyrus IMAP servers, one Public, one Private. Most employee access will be from the internal, office LAN, but with occasional access from the internet (home, vacation, etc), so the Mailboxes on both servers must be kept in sync. Short delay

Re: Cyrus IMAP - sync two servers (one Public, one Private)

2005-03-08 Thread Robin Rainton
Hi, I'm inclinded to agree with Aleksandar - I'm about to embark on something very similar and will do this: Have a Linux firewall running Cyrus, Sendmail, etc, etc. that's connected to internal LAN and external 'net via 2 different interfaces. Of course this will do standard firewall stuff and run

Maximum SASL2 Password Length?

2005-03-08 Thread Forrest Aldrich
I'm trying to determine what the max length is for SASL2 passwords Looking through /usr/local/include/sasl/sasl.h, I see references to: typedef int sasl_server_userdb_checkpass_t(sasl_conn_t *conn, void *context, const char *user,

Re: Cyrus IMAP - sync two servers (one Public, one Private)

2005-03-08 Thread Aleksandar Milivojevic
Quoting Robin Rainton <[EMAIL PROTECTED]> Date: Wed, 9 Mar 2005 09:03:10 > Have also been toying with VPNs and tried the Tincd server with some > success. > Have read around the place that CIPE and IPSec have been broken, but if > someone > knows different (Aleksandar?) I'd love to hear :) Have

RE: Postfix-Cyrus-Web-cyradm distro advice

2005-03-08 Thread Preston Lord
Never mind ... I got it all running ... I will be writing a suse 9.2 tutorial .. will email list when done. I had to do some tweaks that were not documented anywhere in the tutorials I found. I had to focus on each of the services one at a time, testing each one to fix each one ... thanks anyw

RE: Postfix-Cyrus-Web-cyradm distro advice

2005-03-08 Thread Simon Matter
> > Never mind ... I got it all running ... I will be writing a suse 9.2 > tutorial .. will email list when done. > > I had to do some tweaks that were not documented anywhere in the tutorials > I > found. I had to focus on each of the services one at a time, testing each > one to fix each one ...