RE: unable to delete mailbox

2001-05-29 Thread rj45
THANKS actually this was the only way I could delete the mailbox!! Rick On Mon, 28 May 2001, Noll Janos wrote: > Hy! > > Do a "sam user.gruppo3 root all" before deleting the mailbox. > > (sam=set ACL) > > On 28-May-2001 rj45 wrote: > > > > localhost.localdomain.org> dm user.gruppo3 > > del

removing a user with cyradm

2001-05-29 Thread rj45
Even if at the end I could remove the user sam user.gruppo3 root all dm user.gruppo3 when I check for the wuota I still have: lq user.gruppo3 STORAGE 0/2 (0%) while it should write me nothing... how come ?? thank you Rick

How to get PAM working

2001-05-29 Thread Stuart Clark
PAM users, I can get Cyrus-IMAPd-2.0.13 running well using /etc/passwd for authentication, and now wish to get it running under PAM. I set up the /etc/imapd.conf file to have the right pwcheck_method, but it does not want to work and logs to syslog: May 29 18:05:50 milly-test imapd[7951]: unr

Communigate Pro from Stalker

2001-05-29 Thread john . hearns
Sorry to be off-topic. Stuart Clark's last post mentioned Stalker Software. We are currently evaluating new mail servers, especially the Cyrus-based SuSE Email server. Can I ask what the opinions are on Communigate Pro from Stalker? John Hearns

Re: Migration from foreign IMAP mailboxes

2001-05-29 Thread john . hearns
Stuart Clark wrote: > All, > > Here is my solution to my original post (when i accidently assumed the alias CYRUS >LIST :) > > I have since used the UW mail tools (imap-utils.tar.Z), which does need you to have >the c-client source from the UW IMAP server (imap-2000c.tar.Z), compiled but not >

RE: How to get PAM working

2001-05-29 Thread Noll Janos
Hy! Maybe you need an RPM package named something like pam-dev, libpam-dev, etc. On 29-May-2001 Stuart Clark wrote: > I can get Cyrus-IMAPd-2.0.13 running well using /etc/passwd for > authentication, and now wish to get it running under PAM. I set up the > /etc/imapd.conf file to have the rig

Websieve and ACLs

2001-05-29 Thread Dietmar Rahlfs
Hello, I´ve installed websieve 0.53 and enjoy it much. No problem so long with adding rules and vacation. One problem though: I wanted to give root on lrp.rz.fh-ulm.de lrs access to the mailbox user.rahlfs.ASK.Newsletter . I chose this folder as "Existing Folder" and "root" (and also another,

Re: Websieve and ACLs

2001-05-29 Thread Alain Turbide
Try setting parameter "$quotemailbox=0" in the script and see if that helps... I'll check further.. Have'nt had a chance to do more testing on version 2.0.13 yet.. Alain - Original Message - From: "Dietmar Rahlfs" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, May 29, 2001 8:

questions on the delivery agent

2001-05-29 Thread Geoff Wyche
I have a couple of brief questions I was hoping to get cleared up. The FAQ and Cyrus HOWTO don't seem to address or properly explain them. I would like to use the cyrus delivery agent only for certain users who wish to use IMAP. I would like to leave the rest of my sendmail configuration uncha

Can Cyrus deliver 5000 messages per hour?

2001-05-29 Thread mills
Our current e-mail system, using sendmail, with /bin/mail delivering to mailboxes in /var/mail, frequently delivers two or three thousand messages per hour to local mailboxes. On occasion, it hits five thousand. I'm converting to Cyrus IMAP on faster hardware, but I'm concerned about the deliver

Re: Communigate Pro from Stalker

2001-05-29 Thread Larry M. Rosenbaum
>Sorry to be off-topic. >Stuart Clark's last post mentioned Stalker Software. >We are currently evaluating new mail servers, especially the >Cyrus-based SuSE Email server. > >Can I ask what the opinions are on Communigate Pro from Stalker? We are currently using the Cyrus IMAP server and the Eud

Re: questions on the delivery agent

2001-05-29 Thread Larry M. Rosenbaum
>The second question involves NFS. (I know, I know, "Don't"). > >Cyrus and sendmail are on the NFS server. Home directories and mail >spools are exported to a login server. I don't know NFS very well. Would >I see NFS locking issues with this setup? Do you mean /var/imap and/or /var/spool/ima

Re: Can Cyrus deliver 5000 messages per hour?

2001-05-29 Thread Lawrence Greenfield
Date: Tue, 29 May 2001 11:44:27 -0500 (CDT) From: [EMAIL PROTECTED] Our current e-mail system, using sendmail, with /bin/mail delivering to mailboxes in /var/mail, frequently delivers two or three thousand messages per hour to local mailboxes. On occasion, it hits five thousand.

problems building cyrus-imap on Tru64 UNIX v5.1 - says I don't have Berkeley DB installed

2001-05-29 Thread Clare West
Hello, I am working to install cyrus-imap v 2.0.13 on a tru64 UNIX v5.1 system. So far I have installed everything you recommend except gcc. I prefer to use the native compilers if at all possible. When I run ./configure, this is the output I recieve: # ./configure --prefix="/imap/cyrus" --wi

Re: problems building cyrus-imap on Tru64 UNIX v5.1 - says I don't have Berkeley DB installed

2001-05-29 Thread mills
Clare West writes: > >checking for db_create in -ldb... no >configure: error: this version requires Berkeley DB 3.x. Check config.log for the real reason why the test failed. Generally, some unrelated library is missing when the test program is compiled, which makes it a configure bug. -- -Gar