Re: LDAP quotas

2001-07-26 Thread Devdas Bhagat
On Fri, 27 Jul 2001, Kevin J. Menard, Jr. spewed into the ether: > I'm thinking about patching cyrus imapd to allow the reading of > quotas from ldap. Does this appeal to anyone? Does this even > make sense? Is this worth the trouble? Save me the trouble ;). I have another suggestio

sieveshell

2001-07-26 Thread Amos Gouaux
On a Solaris 8 box I notice that the user's password is echoed when using sieveshell. Also, when quickly browsing through this script, I notice the use of $acapserver. Does that mean ACAP must be install and running before sieveshell can be used? -- Amos

Re: LDAP quotas

2001-07-26 Thread Dan Makovec
Hi Kevin, I think this would be quite a useful feature, I hope it goes well! d. - Original Message - From: "Kevin J. Menard, Jr." <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, July 27, 2001 11:06 AM Subject: LDAP quotas > Hey guys, > > I'm thinking about patching cyr

LDAP quotas

2001-07-26 Thread Kevin J. Menard, Jr.
Hey guys, I'm thinking about patching cyrus imapd to allow the reading of quotas from ldap. Does this appeal to anyone? Does this even make sense? Is this worth the trouble? Any ideas/flames/suggestions would be greatly appreciated. Or more interestingly, I'd like to be a

cyrus POP

2001-07-26 Thread Ryan R. Tharp
I have a user that complains about messages that repeatly come in when checking POP. I've check his e-mail through IMAP and this doesn't happen only through POP.   I'm running Cyrus POP3 v2.0.14 and Sendmail 8.11.3   I use the following format for my usernames: user_domain_com and the user

Re: Moving accounts from one cyrus server to another

2001-07-26 Thread Patrick Boutilier
Dan, I would just use rsync to move the relevant data from the old box to the new. Dan Makovec wrote: > Hi folks, > > > > I've got an old FreeBSD 3.x server running cyrus 2.0.7, which I want > to decommission. I've set up a new box with FreeBSD 4.3 and Cyrus > 2.0.15, and would like to

Re: Mailbox creation

2001-07-26 Thread Prune
Jerome Fleury wrote: > I don't know if this is a Mulberry of Cyrus server related problem but > here it is: > > I'm running Cyrus Imap server 2.0.14, and I try to create a mailbox in > the top hierarchy (not in INBOX.*). Mulberry says Permission Denied > when I try to do so. > > I suppose

Re: Moving accounts from one cyrus server to another

2001-07-26 Thread Ken Murchison
> Dan Makovec wrote: > > Hi folks, > > I've got an old FreeBSD 3.x server running cyrus 2.0.7, which I want > to decommission. I've set up a new box with FreeBSD 4.3 and Cyrus > 2.0.15, and would like to essentially shift all the user accounts > (sieve scripts and all - not stored in user dir

Re: vacation syntax

2001-07-26 Thread Ken Murchison
Nico Weichbrod wrote: > > Hi, > > is there any way to format the message-body so i can use paragraphs in my > vacation reply text. Unix syntax like '\n' do not work. The entire text is in > only one line of the reply message. What can i do? >From RFC3028: For entering larger amounts of te

Re: Moving accounts from one cyrus server to another

2001-07-26 Thread Dan Makovec
Hi Ken, all, Thanks for that, sounds simple enough! I wasn't sure whether I needed to reconstruct the mailboxes or not first. Plus I'd forgotten the sieve directory :) Cheerio, d. - Original Message - From: "Ken Murchison" <[EMAIL PROTECTED]> To: "Dan Makovec" <[EMAIL PROTECTED]> Cc:

Re: Mailbox creation

2001-07-26 Thread Ken Murchison
Jerome Fleury wrote: > > I don't know if this is a Mulberry of Cyrus server related problem but here > it is: > > I'm running Cyrus Imap server 2.0.14, and I try to create a mailbox in the > top hierarchy (not in INBOX.*). Mulberry says Permission Denied when I try > to do so. > > I suppose i

Re: Bug: 2.0.15-HIERARCHY - delete subscribed folder screws up LSUB

2001-07-26 Thread Ken Murchison
Nick Sayer wrote: > [...] > > So the bug is a two-parter. > > 1. Deleting a subscribed mailbox does not automatically unsubscribe > oneself from it. This is normal behavior (at least for Cyrus). RFC2060 allows for subscriptions to mailboxes that don't exist. In fact the current LISTEXT d

Easysieve web interface to Cyrus sieve released

2001-07-26 Thread mills
easysieve.pl is a web application that offers a simplified interface for commonly-used Cyrus sieve script functions. Each web form has a detailed explanation of its purpose, and each field on the form has a block of text explaining what should be entered there. easysieve.pl is a companion or alt

Re: vacation syntax

2001-07-26 Thread Amos Gouaux
> On Thu, 26 Jul 2001 09:03:16 -, > Nico Weichbrod <[EMAIL PROTECTED]> (nw) writes: nw> Hi, nw> is there any way to format the message-body so i can use paragraphs in my nw> vacation reply text. Unix syntax like '\n' do not work. The entire text is in nw> only one line of the reply me

Re: cyrus-imap 2.0.15 / AIX 4.3.3

2001-07-26 Thread GOMBAS Gabor
On Wed, Jul 25, 2001 at 04:14:56PM -0400, Lawrence Greenfield wrote: > > man accept and post what the error means. ENOTCONN The socket is not in the connected state. I also started getting these errors when I upgraded to 2.0.15. Since I had no free time and users did not complain I did not inve

Mailbox creation

2001-07-26 Thread Jerome Fleury
I don't know if this is a Mulberry of Cyrus server related problem but here it is: I'm running Cyrus Imap server 2.0.14, and I try to create a mailbox in the top hierarchy (not in INBOX.*). Mulberry says Permission Denied when I try to do so. I suppose it's a Cyrus related problem because I c

vacation syntax

2001-07-26 Thread Nico Weichbrod
Hi, is there any way to format the message-body so i can use paragraphs in my vacation reply text. Unix syntax like '\n' do not work. The entire text is in only one line of the reply message. What can i do? Nico

Re: Make Error

2001-07-26 Thread Julien Marchal
Make sure you have ldap lib in /usr/local/lib/ if yes. Try too put environnement variable LIBS with -lldap (or -lldapssl40 if you use netscape API) You can also patch libtool ( not correctely ) archive_cmds="\$LD -G\${allow_undefined_flag} -h \$soname -o \$lib \$libobjs \$deplibs \$linkopts"