Re: phantom mailbox

2001-07-23 Thread David Fuchs
I recreated your situation on my own system... but had no trouble... cyradm -u cyrus localhost Please enter your password: IMAP Password: (Why it asks for two passwords I don't know... =] ) localhost> cm user1 user.chrispyuser.dfuser1 localhost> sam user1 cyrus all lo

RE: phantom mailbox

2001-07-23 Thread OCNS Consulting
Brendan: By default, the Cyrus Administrator cannot delete mailboxes. You'll need to set the ACL's appropriately. Search the archives for the answer -> http://asg2.web.cmu.edu/archive/frame.php3?f=archive.info-cyrus RB -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL P

Re: Berkeley DB release 3.3.11 is now available

2001-07-23 Thread Amos Gouaux
Does this new Berk DB offer significant improvements for Cyrus? Anything with this release that Cyrus will be able to take advantage of at some point? -- Amos

phantom mailbox

2001-07-23 Thread brendan
i stupidly did the following: cyradm -user cyrus localhost localhost> cm user1 rather than localhost> cm user.user1 ls $partition-default: user1 stage. user cyrus is my administrative account. localhost> dm user1 deletemailbox: Permission denied localhost> sam user1 cyrus all setaclmailbox

Re: quick and *really* dirty hack for virtual domains.

2001-07-23 Thread Kevin J. Menard, Jr.
Hey Devdas, Monday, July 23, 2001, 3:38:56 AM, you wrote: DB> My virtual host deadline got pulled up a bit, That sucks. DB> so I've merely implemented a userid rewrite. Patches attached. Thanks :) DB> This does not affect anything except usernames (which can now contain DB> any character ex

IMAP cannot find mail directory.

2001-07-23 Thread Goldcoast POP3 server
The following is the error message we receive   your specified root folder path /var/spool/mail cannot neither be found or created. Please verify that your root folder path is correct and tat your IMAP account is configured correctly.   We are using postfix as our SMTP. Any suggestions plea

RE: quick and *really* dirty hack for virtual domains.

2001-07-23 Thread Devdas Bhagat
On Mon, 23 Jul 2001, OCNS Consulting spewed into the ether: > Question: can you further explain your patch? Does the patch > impact/allow for better provisioning? For instance, can we define > user rights in terms of virtual domains? Like I said, this particular patch does *absolutely* nothing ex

IMAP Server Testing Tools

2001-07-23 Thread Cillian Sharkey
Hi Folks, I'd like to test our IMAP server here before it goes into full use. I want to determine the following things: Performance: How much of a load it can handle. There will be max. ~30 clients logged in simultaneously. They'll be using Netscape MUA which likes to kee

Re: Sieve: send a copy of mails

2001-07-23 Thread Ken Murchison
Carsten Grohmann wrote: > > It is possible to send a copy from each mail to a other user? > If I use sieve vacation there is no option to send a copy to a other > user. Use 'redirect'. -- Kenneth Murchison Oceana Matrix Ltd. Software Engineer 21 Princeton Place 716-662-8973 x26 O

Re: unable to dlopen

2001-07-23 Thread Rob Siemborski
On Mon, 23 Jul 2001, Vikash Khatuwala wrote: > I get the following error whenever I access my mailbox via IMAP. > > Jul 23 18:31:00 sun1 imapd[674]: unable to dlopen > /usr/lib/sasl/libgssapiv2.so: ld.so.1: imapd: fatal: relocation error: file > /usr/lib/sasl/libgssapiv2.so: symbol GSS_C_NT_HOSTB

RE: quick and *really* dirty hack for virtual domains.

2001-07-23 Thread OCNS Consulting
Devdas, Thanks for all of your efforts to enable Virtual Domains. Question: can you further explain your patch? Does the patch impact/allow for better provisioning? For instance, can we define user rights in terms of virtual domains? Regards, RB OCNS, Inc. [EMAIL PROTECTED] -Original Mess

Re: Problem Compiling IMAP Server

2001-07-23 Thread Kevin J. Menard, Jr.
Hey Michael, Sunday, July 22, 2001, 4:58:04 PM, you wrote: Drop the export statements. Add your ssl library paths to /etc/ld.so.conf. Run ldconfig. And then use the --with-openssl configure option. MW> Any help in comiling this is greatly appreciated. Thanks again for any MW> help. MW> M

Re: Sieve: send a copy of mails

2001-07-23 Thread Wolfgang Schaefer
hi carsten, the easiest way to copy mails to more then one user is an entry at the config file /etc/aliases: sourcemailaddress: destmailaddress_1, destmailaddress_2 after edit ... use the command "newaliases" regard's wolfgang Carsten Grohmann wrote: > > It is possible to send a copy from

Sieve: send a copy of mails

2001-07-23 Thread Carsten Grohmann
It is possible to send a copy from each mail to a other user? If I use sieve vacation there is no option to send a copy to a other user. Thanks Carsten

unable to dlopen

2001-07-23 Thread Vikash Khatuwala
Hello, I get the following error whenever I access my mailbox via IMAP. Jul 23 18:31:00 sun1 imapd[674]: unable to dlopen /usr/lib/sasl/libgssapiv2.so: ld.so.1: imapd: fatal: relocation error: file /usr/lib/sasl/libgssapiv2.so: symbol GSS_C_NT_HOSTBASED_SERVICE: referenced symbol not found T

Re: Problem Compiling IMAP Server

2001-07-23 Thread Carsten Grohmann
Hi Michael, i had a smilar problem under SuSE 7.1. It was nessesary to change the ssl path manual in the Makefile on my server. Please look where is the missing lib and change -L/usr/local/ssl/lib in the right path. Carsten Michael Weber schrieb: > > I have been trying to compile the IMAP Serv

Correction to patch for user.c

2001-07-23 Thread Devdas Bhagat
*** user.c.old Mon Jul 23 12:58:36 2001 --- user.c Mon Jul 23 16:39:37 2001 *** *** 252,254 --- 252,290 } } + /*DVB*/ + /* void domain_user(char **) + * This function changes the [EMAIL PROTECTED] to user=dom=ain=cctld + * Essentially s/[@\.]/MYSEP/g + * T

Re: Prob in compiling cyrus-imapd-2.0.15 on HP_UX 10.20

2001-07-23 Thread Gowranga K.H.
Hello, An attempt to compile cyrus 2.0.15 gave the error as follows. Any suggestion(s) will be highly appreciated. Thanks in advance. -gowranga CC=/opt/ansic/bin/cc -Ae Version of libsasl 1.5.24 Version of libssl 0.9.6a -

[Addendum]Quick and *really* dirty hack for virtual domains

2001-07-23 Thread Devdas Bhagat
Oops. Forgot to mention that diffs are : diff -c file.c.old file.c Also, I've put the patches up at http://www.worldgatein.com/~devdas/diff.tar.gz I'll be working on a full fledged redesign now, instead of a quick hack. Devdas Bhagat -- What, after all, is a halo? It's only one more thing to k

quick and *really* dirty hack for virtual domains.

2001-07-23 Thread Devdas Bhagat
My virtual host deadline got pulled up a bit, so I've merely implemented a userid rewrite. Patches attached. This does not affect anything except usernames (which can now contain any character except the one you define in user.h as MY_SEPARATOR). It converts [EMAIL PROTECTED] to us=er=dom=ain=cc=t