Re: Delete button grayed out in Netscape

2001-04-11 Thread Atif Ghaffar
"Aaron M. Stromas" wrote: > > On the good side I finally configured sandmail to work with Cyrus. The > question now is why Netscape 4.76 won't let me delete mail from th > INBOX? The "delete" button is grayed out. Mozilla works fine, however... > > Is there something that can be done to restore

Delete button grayed out in Netscape

2001-04-11 Thread Aaron M. Stromas
On the good side I finally configured sandmail to work with Cyrus. The question now is why Netscape 4.76 won't let me delete mail from th INBOX? The "delete" button is grayed out. Mozilla works fine, however... Is there something that can be done to restore Netscape's capability to delete mail?

Re: Where does configure look for berkeleyDB?

2001-04-11 Thread Atif Ghaffar
I posted a Makefile sometime ago. it has the procedure to compile sasl and imap which "works for me". http://asg2.web.cmu.edu/archive/message.php3?index=8132&array_index=32 jennyw wrote: > > I'm trying to install Cyrus imapd on a Debian 2.2 box. I downloaded > BerkeleyDB from Sleepycat's site,

Re: Prob in compiling 2.0.12

2001-04-11 Thread GOMBAS Gabor
On Wed, Apr 11, 2001 at 02:16:25PM +0530, K. H. Gowranga wrote: > LD_RUN_PATH="/usr/local/lib" ld -o > blib/arch/auto/Cyrus/IMAP/IMAP.so -bhalt:4 -bM:SRE > -bI:/usr/local/lib/perl5/5.6.0/aix/CORE/perl.exp -bE:IMAP.exp -b noentry > -lC -lc -L/usr/local/lib IMAP.o ../../lib/libcyrus.a-

Re: How to route mails to mailboxes that are named user@domain.tld

2001-04-11 Thread GOMBAS Gabor
On Mon, Apr 09, 2001 at 09:15:55AM -0400, Marc Tardif wrote: > True, speed of transformation could be an issue for some. On the other > hand, using regexp would defeat the purpose of LDAP. Note that I did not say anything about LDAP. I said that a generic mapping layer might be useful. An LDAP-o

Re: Where does configure look for berkeleyDB?

2001-04-11 Thread Olaf Zaplinski
Try export LDFLAGS="-L/usr/local/BerkeleyDB.3.2/lib" export CFLAGS="-I/usr/local/BerkeleyDB.3.2/include" before ./configure Good luck! I never got IMAPD 2.0.12 compiled on a Debian 2.2 'potato' box, but this helped me to compile Courier IMAPD... ;-) Olaf jennyw wrote: > > I'm trying to insta

Connections related query

2001-04-11 Thread vineetc77
Hello all, I had some questions about how cyrus manages client connections. 1) What is the maximum number of concurrent client connections that Cyrus can manage? Is this configurable? How can I change it? 2) What does Cyrus do when more than maximum number of concurrent client connections are

libacap.a is missing ...

2001-04-11 Thread jennyw
Thanks to everyone for all the help with running configure. That works okay now after setting CPPFLAGS and LDFLAGS. The problem now is that when I run make install, it complains saying it can't find /usr/local/lib/libacap.a. It turns out there is no libacap.a file anywhere on the computer. I c

posting to shared mailbox

2001-04-11 Thread Shawn Sivy
I'm having a problem sending email directly to a subfolder (e.g. [EMAIL PROTECTED]). I can get it to using "deliver" in regular mode, but not in LMTP mode (which I need for the sieve vacation support). The LMTP mode ones simply drop the message in my INBOX. I set the "p" option on the mailbox i

SSL and Cyrus Imap

2001-04-11 Thread Patrick Lin
hello i want to know i can install more than one certificate on the cyrup imapd server like i can do in Sendmail if yes how ? (good question no !!! ) thanks a lot best regards patrick -- __(

performance ?

2001-04-11 Thread sandro ferrand
Hi Do you enhance performance if you put prefork=4 instead prefork=1 in the /etc/cyrus.conf How to enhance performance ? best regards

RE: Deleting mailbox with JavaMail

2001-04-11 Thread Barbara Greenwood
Update update It wouldn't work because the mailbox didn't have delete rights for the admin user (great defaultNOT). If I use setaclmailbox via cyrus before hand, my Java works fine. I'm just working on a bit of Java code which will use sockets to give me the necessary permissions vi

Re: Cyrus/PAM/NIS on RedHat7 failing with 'PLAIN no mechanism available'

2001-04-11 Thread Gilion Goudsmit
Heya... > 1. In imapd.conf, add: AllowPlaintxt=yes og something (check man imapd.conf) There was no such entry in my man imapd.conf... I went looking for the entry on the web, and found a manual page for a v.2 Cyrus server that DID list the entry. It's name is 'AllowPlainText=yes'. I must say th

Post messages to sub mailbox

2001-04-11 Thread K. H. Gowranga
Hello, I have been desparately trying to post messages (via IMAP 1.6.24)to a sub mailbox such as "user.gow.jk", with ACLs defined as follows: user.gow.jkdefault gow lrswipcda user.gow.jk anyone lp I have tried the following different methods: 1> Using entry in /etc/aliases jk:

Prob in compiling 2.0.12

2001-04-11 Thread K. H. Gowranga
Hello, I already have a Cyrus Imap 1.6.24 running on my AIX4.3.2 system. Tried compiling Cyrus-imapd-2.0.12, using: env CPPFLAGS="-I/usr/local/include" LDFLAGS="-L/usr/local/lib" \ ./configure --with-openssl=/usr/local/include --with-sasl=/usr/local/lib but got the following error, ### Making

Re: Deleting mailbox with JavaMail

2001-04-11 Thread Simon Loader
Barbara Greenwood wrote: > > Hi, > > I'm working on a utility to move a user's mailbox to a different Cyrus > server. The final step is to delete the mailbox from the old location. > but it just won't do it! I get the folder that represents the user's INBOX, > then call delete(true) on it, i

Re: Where does configure look for berkeleyDB?

2001-04-11 Thread Scott Smith
You should post your config.log and the relevant output from ./configure Scott On Tue, 10 Apr 2001, jennyw wrote: > I'm trying to install Cyrus imapd on a Debian 2.2 box. I downloaded > BerkeleyDB from Sleepycat's site, and followed the instructions. This > installed the software into /usr/loc