Re: sieve parsing problem

2001-07-16 Thread Pavel Levshin
Hello, I have forgot to state which version if imapd I have. It is cyrus-imapd 2.0.12. Monday, July 16, 2001, 1:21:07 PM, I wrote: PL today I've got a letter with following headers from freebsd-stable: WBR, Pavel mailto:[EMAIL PROTECTED]icq:52216261

sieve parsing problem

2001-07-16 Thread Pavel Levshin
Hello, today I've got a letter with following headers from freebsd-stable: Received: from mail.du.gtn.com (mail.du.gtn.com [194.77.9.57]) by hub.freebsd.org (Postfix) with ESMTP id 93E3C37B403 for [EMAIL PROTECTED]; Sun, 15 Jul 2001 23:50:11 -0700 (PDT) (envelope-from

deleting old mailboxes

2001-07-16 Thread Nick Ustinov
Hey! Is there some script or anything, that would scan the imap/user dir, lookup .seen file date and create a list or delete mailboxes which are X months unread? Nick

problem compiling sasl with pam

2001-07-16 Thread Steve Wright
Hi, I'm setting up cyrus authenticate to an ldap database, I know from reading the docs to compile sasl to use pam. Unfortunately I can see ./configure checking for pam_start pam support then returning no on both ... What files is configure checking for ? (pam is installed) where are

Re: deleting old mailboxes

2001-07-16 Thread Prune
Nick Ustinov wrote: Hey! Is there some script or anything, that would scan the imap/user dir, lookup .seen file date and create a list or delete mailboxes which are X months unread? Nick something like find ?? Prune -- - le Centre - a Mad Cow Tribe product (Very

deadlines suck! - imtest = zero response

2001-07-16 Thread Brendon M. Maragia
hey list, # quick details you should know: cyrus-imapd-2.0.15 cyrus-sasl-1.5.24 redhat 6.2 - kernel 2.4.6 I'm a first time user of cyrus-imap and i'm trying to get it working like everyone else! I've scoured the mailing list for an answer to my problems but have seen no one with a similar

Can't figure our Sieve

2001-07-16 Thread Jon McDanel
(My apologies in advance if this ends up posting twice, I inadvertently sent this the first time from an email address not subscribed to the list) I have a CYRUS v2.0.14-NAMESPACE server running on Mac OS X and I'm trying to get sieve functioning. I did a 'standard' install of CYRUS (i.e.. No

Re: start master at boot

2001-07-16 Thread Kevin J. Menard, Jr.
Hey Douglas, Wednesday, July 11, 2001, 10:11:01 PM, you wrote: DAS Hi, DAS I'm trying to configure my RH 7.0 box to start /usr/cyrus/bin/master at DAS boot, but the script I created hangs on DAS daemon /usr/cyrus/bin/master DAS is this the proper way to do this? Could someone show me how

Re: deadlines suck! - imtest = zero response

2001-07-16 Thread Cillian Sharkey
Brendon M. Maragia [EMAIL PROTECTED] wrote: /etc/imapd.conf configdirectory: /var/imap partition-default: /var/spool/imap admins: cyrus root allowanonymouslogin: no sasl_passwd_check: passwd ^^ Should that be sasldb? -- Cillian

DBERROR

2001-07-16 Thread Oleg Baranov
I try to use the following simple script to create mailboxes on FreeBSD4.2 / 2.0.11 / 1.5.24 box. //-- #!/usr/bin/perl use Mail::IMAPClient; die Give your user name as an argument unless @ARGV; $host = localhost; $uid = cyrus; $psw =

Re: start master at boot

2001-07-16 Thread John C. Amodeo
Douglas, I have attached a script, for Red Hat, that will allow you to treat Cyrus like any other service, and control its behavior using run level editing tools. Simply copy this file into /etc/rc.d/init.d and make sure it has the same perms as everything else in the directory. Then you can

Re: Installation Configuration problems

2001-07-16 Thread Scot W. Hetzel
From: Ken Cole [EMAIL PROTECTED] 2. after making the changes to sendmail.mc I ran the following as directed: m4 sendmail.mc sendmail.cf I got the following error message: sendmail.mc:11: m4: Cannot open /usr/lib/sendmail-cf/m4/cf.m4: No such file or directory

Vacation Sieve

2001-07-16 Thread Shelley Waltz
I havbe read through all the archives and the setup I currently have should work with sieve vaction mail. I am running cyrus-imapd-1.6.24 and cmu-sieve-1.3 and sendmail-8.10.1 My sendmail has the following configuration define(`confLOCAL_MAILER', `cyrus')dnl define(`CYRUS_MAILER_FLAGS',

Re: deadlines suck! - imtest = zero response

2001-07-16 Thread Kari Hurtta
imtest produces this line in /var/log/messages Jul 16 09:17:20 pico master[692]: process 698 exited, signaled to death by 11 (as of now this is the only error message i've been able to produce in my logs). If 11 is signal number, then it looks bad: [hurtta@leija ~]$ grep 11

Re: deadlines suck! - imtest = zero response

2001-07-16 Thread Kevin J. Menard, Jr.
Hey Brendon, Monday, July 16, 2001, 9:34:32 AM, you wrote: /etc/sasldb will be created when you run saslpasswd. -- Kevin

Re: deadlines suck! - imtest = zero response

2001-07-16 Thread Patrick Boutilier
Brendon, Did you compile the programs or are you using RPM packages? Can you provide the ldd output from /usr/cyrus/bin/master, /usr/cyrus/bin/imapd, and /usr/local/lib/libsasl.so ? Brendon M. Maragia wrote: hey list, # quick details you should know: cyrus-imapd-2.0.15 cyrus-sasl-1.5.24

Re: Partial transfer of administrative rights?

2001-07-16 Thread Nuno Silva
hi, if you're using a recent cyrus (2.x) and have one ip to spare to the new domain you can setup a new cyrus running on ip w.x.y.z with a different cyrus.conf file -- everything is the same but the conf file. in the new cyrus.conf you can specify other admin users. then point

Imap Administration via IMAP port

2001-07-16 Thread Adi Linden
Hi, What commands are available to administer cyrus-imap via connection on the imap port instead of using cyradm? TTYL, Adi

Can sieve scripts handle multiple dispositions?

2001-07-16 Thread mills
I've read the sieve documentation, but can't determine if only one disposition is allowed for an incoming message, or if there can be more than one. Does anyone know about this? I'm in the process of converting several thousand Unix .forward files into sieve scripts, and I've noticed that some

Re: Imap Administration via IMAP port

2001-07-16 Thread Michael T. Bacon
Cyradm is simply a tool for issuing commands to the IMAP port. As such, all of the commands in cyradm are just cleaned up IMAP commands, and could be issued by some other program or a human with a telnet connection to port 143. Michael Adi Linden wrote: Hi, What commands are available to

ANN: Cyrus IMAPd rpm packages

2001-07-16 Thread Ramiro Morales
People: I have uploaded a new release of the rpm package set of Cyrus IMAPd (sIMAP, [s]POP3) server I maintain. Version is 2.0.14, release is 3rm. The URL is http://rmrpms.tripod.com/cyrus-imapd/ The packages are prepared, built and tested on a Red Hat Linux 6.2 system, but I'm doing

How do I enable PAM authentication in Solaris?

2001-07-16 Thread Lumpkin, Buddy
Hello All, I have configured cyrus-imapd-2.0.14 and cyrus-sasl-1.5.24 on Solaris 8 and they work great with sasldb for authentication. I assumed that I could just edit the line: sasl_pwcheck_method: sasldb in /etc/imapd.conf and /usr/lib/sasl/cyrus.conf and change it so that it says:

Re: Imap Administration via IMAP port

2001-07-16 Thread Scott Adkins
In addition to that, it should be stated that the difference between administrative commands and non-administrative commands is purely one of access rights. You must be logged into an adminstrative account to do anything useful to user accounts. In any the case, the command set is the same...

Re: Release of Cyrus SASL 2.0.2-ALPHA

2001-07-16 Thread Rob Siemborski
On Sat, 14 Jul 2001, Jeremy Howard wrote: Rob Siemborski [EMAIL PROTECTED] wrote: I'd like to announce the release of Cyrus SASL 2.0.2-ALPHA, available on ftp.andrew.cmu.edu. Is there a quick overview someplace of what the major changes in SASL 2.x are/will be, and how this will impact

pine thinks my INBOX is empty? Anyone know if this is a common problem with pine and cyrus?

2001-07-16 Thread Lumpkin, Buddy
Subject says it all ... TIA --Buddy

Newbie struggling with sendmail config

2001-07-16 Thread Fred Ball
Hi, crew. I'm going for my first installation of Cyrus imapd, running sendmail and freeBSD 4.3. I'm using the O'Reilly IMAP book as a guide, and everything *seemed*okay until I hit the instructions for building the sendmail config file. It instructs me to add the following two lines to