cyrus imapd CVS: configure broken with newish automake/autoconf

2001-10-23 Thread Paul Jakma
hi, i'm trying to compile cyrus-imapd CVS, however sh SMakefile seems to produce a b0rken configure. i'm using automake-1.5-1 and autoconf-2.52-3. output from sh SMakefile: [paulj@dunlop cyrus-imapd]$ sh SMakefile aclocal -I cmulocal autoheader WARNING: Using auxiliary files such as `acconfig

Re: Create users script?

2001-10-23 Thread Joe Stump
Nevermind I have it. --Joe On Tue, Oct 23, 2001 at 08:18:24PM -0500, Joe Stump wrote: > This is all I need: > > A script that does the equiv to these steps from cyradm: > > - Login without prompt > - cm user.[username] > - sq [quota] > > Any ideas? > > --Joe > > > Joe Stump <[EMAIL PROTECT

Create users script?

2001-10-23 Thread Joe Stump
This is all I need: A script that does the equiv to these steps from cyradm: - Login without prompt - cm user.[username] - sq [quota] Any ideas? --Joe Joe Stump <[EMAIL PROTECTED]> "How would this sentence be different

Re: forwarding

2001-10-23 Thread Jules Agee
Sieve scripts? http://www.cyrusoft.com/sieve/ Kiarna Boyd wrote: >Hi! >I have 2.0.16 and sendmail 8 on Solaris 7. > >I am looking for a graceful solution for .forwards. >Anyone have a better solution than the traditional home dir .forward? > >Thanks! > >-Kiarna > > -- Jules Agee System Admini

Re: Sieve

2001-10-23 Thread Jeremy Howard
No. Sieve only scans headers, not bodies. Body checks should be done by your MTA. Search google for 'sieve filtering' for info on Sieve. - Original Message - From: "Tym Rehm" <[EMAIL PROTECTED]> To: "info-cyrus" <[EMAIL PROTECTED]> Sent: Wednesday, October 24, 2001 1:51 AM Subject: Sieve

Re: forwarding

2001-10-23 Thread Greg Hewett
LDAP routing. =) sendmail.net has a couple article on it. Greg On Tue, Oct 23, 2001 at 03:18:00PM -0400, Kiarna Boyd wrote: > Hi! > I have 2.0.16 and sendmail 8 on Solaris 7. > > I am looking for a graceful solution for .forwards. > Anyone have a better solution than the traditional home dir .

Sieve documentation

2001-10-23 Thread Tym Rehm
Can anyone point me to some documentation on sieve scripts. I can't find any.

Re: cyrus + sendmail no go

2001-10-23 Thread Adrian Hunsdon
Having just been through this last week. The answer is to disable the POP and IMAP entries (also the IMAPS entry). Set the Disable lines to yes and the default to off. Then make sure that xinetd is restarted. (with redahat 7.1 I rebooted the machine as a simple kill -1 did not seem to do the trick

cyrus + sendmail no go

2001-10-23 Thread Peter Matulis
Whenever I issue this command as cyrus user: # imtest -m login -v localhost I get this output: C: C01 CAPABILITY failure: prot layer failure This produces in /var/log/messages: imapd: could not getenv(CYRUS_SERVICE); exiting I am running a new Red Hat 7.1 install and have followed the Cyrus

Re: sieveshell

2001-10-23 Thread Larry Greenfield
Thanks, I've fixed this by using File::Temp. Larry --On Saturday, September 29, 2001 12:57 AM -0500 Amos Gouaux <[EMAIL PROTECTED]> wrote: > I haven't had much time to look into this myself but, from a fairly > recent CVS pull, I notice that one's password is echoed when using > sieveshell. P

forwarding

2001-10-23 Thread Kiarna Boyd
Hi! I have 2.0.16 and sendmail 8 on Solaris 7. I am looking for a graceful solution for .forwards. Anyone have a better solution than the traditional home dir .forward? Thanks! -Kiarna

Re: procmailrc

2001-10-23 Thread Liviu Daia
On 22 October 2001, Lance Hoffmeyer <[EMAIL PROTECTED]> wrote: > I have a global procmailrc I created which I execute with fetchmali. > It works somewhat but all mail seems to go to the Debian folder? > What do I seem wrong in this? > > PATH=path/mail > SHELL=/bin/sh > HOME=path/mail > DELIVER="/

Re: copying whole folder trees from one server to another

2001-10-23 Thread Mika Iisakkila
William K. Hardeman wrote: > /var/imap and /var/sieve directories. We were migrating from one machine to > another with identical Cyrus-Berkeley-SASL setups. I don't know how well > this method would work when mixing-n-matching software versions. I'd be extra careful in any case. Once the main

No Subject

2001-10-23 Thread laurent labatut
Title: Message How create a script who delete mail flag for deletion on the server   Thank TO ALL Laurent labatut

Re: copying whole folder trees from one server to another

2001-10-23 Thread darrell berry
i should have mentioned we're migrating from Netscape Messenger Server on NT... sorry on 23/10/01 4:57 pm, William K. Hardeman at [EMAIL PROTECTED] wrote: > Darrell, > > We just recently finished a migration to a new machine, and used the same > method that Kiarna suggested, except we tarre

Re: copying whole folder trees from one server to another

2001-10-23 Thread William K. Hardeman
Darrell, We just recently finished a migration to a new machine, and used the same method that Kiarna suggested, except we tarred /var/spool/imap up completely, instead of doing it user-by-user. We also did the same for our /var/imap and /var/sieve directories. We were migrating from one machi

Sieve

2001-10-23 Thread Tym Rehm
Can sieve filter exe and vbs files from email? I would want emails with exe attachments dropped, but I would like to know that it was dropped. Is there a way to do that with sieve?

RE: copying whole folder trees from one server to another

2001-10-23 Thread Kiarna Boyd
Hi Darrell! On unix I use tar commands and rsh/ssh. On the same server you can leave off the rsh bit. I like ssh myself. Make sure you can rsh/ssh first! Also this is a very intense command it will overwrite files. cd to the directory you wish to copy pwd /var/spool/imap tar cvfp - .| rsh serv

Re: cyrus failover and reconstruct

2001-10-23 Thread Greg Hewett
My experience has been that cyrus fails over pretty clean. Depending on the number of users, it might not make sense to reconstuct the databases at a time of fail over. Greg On Tue, Oct 23, 2001 at 02:10:47PM +0200, Klaus Jaehne wrote: > > We are going to set up a failover solution for a cyrus

Strange through put.

2001-10-23 Thread Kiarna Boyd
Good Morning! I have a Solaris 7 Ultra 5 w/384 Megabytes running cyrus 2.0.16 on top of sendmail 8. My server has a 100 base ether card and on full duplex running on a 100 base port. ( I checked it with ndd -get) Okay the strange thing is that we are now using a network performance monitor a

Re: copying whole folder trees from one server to another

2001-10-23 Thread darrell berry
thats a help, but i'm hoping someone out there has scripts for this...we have 200+ users, some of whom have over 100 folders each (sigh) thx tho! on 23/10/01 4:10 pm, Louis LeBlanc at [EMAIL PROTECTED] wrote: able to connect to multiple servers. > > I had no hitches with Mutt, but I only had t

Re: copying whole folder trees from one server to another

2001-10-23 Thread Louis LeBlanc
On 10/23/01 03:59 PM, darrell berry sat at the `puter and typed: > hi > > i asked a while back about migration tools which could copy whole user > folder trees form one imap server to another, and had no repsonse...has > anyone used such a tool? i've tried imapcopy, which is fone, but only does >

Re: creating non-production mail test system

2001-10-23 Thread Tarjei Huse
Hi, > Now I want to move to sendmail 8.11.6 and cyrus-imapd-2.0.16 without > breaking anything. I also want to change my sendmail configuration to > use SMTP-AUTH, and to install some spam filtering software. This all > still has to work with the current VirusWall software. How about using postf

copying whole folder trees from one server to another

2001-10-23 Thread darrell berry
hi i asked a while back about migration tools which could copy whole user folder trees form one imap server to another, and had no repsonse...has anyone used such a tool? i've tried imapcopy, which is fone, but only does inbox, not subfolders thereof... all help very much appreciated! thx

message deletion from server

2001-10-23 Thread Brian Little
I've been doing research on IMAP Server solutions. The question arose as to whether the Server can be configured to disallow an e-mail client to download messages off of the server. Is this possible? Thanks, Brian

Re: procmailrc

2001-10-23 Thread Louis LeBlanc
On 10/22/01 09:05 PM, Lance Hoffmeyer sat at the `puter and typed: > I have a global procmailrc I created which I execute with fetchmali. > It works somewhat but all mail seems to go to the Debian folder? > What do I seem wrong in this? > > PATH=path/mail > SHELL=/bin/sh > HOME=path/mail > DELIVE

vacation and lmtpd

2001-10-23 Thread Igor Kucherenko
Hello everyone! 1) I installed cyrus-imapd-2.0.16 from FreeBSD ports collection on FreeBSD 4.4-stable. There is all work fine EXCEPT vacation feature. Sendmail's log file indicates nothing about that vacation answer sent to sender back. cyrus.conf> lmtpunix cmd="lmtpd" listen="/usr/local/et

Re: Sieve error in :matches clause

2001-10-23 Thread Ken Murchison
Simon Josefsson wrote: > > Ken Murchison <[EMAIL PROTECTED]> writes: > > >> I suspect you're right, William. AFAICT this goes against the RFC however, > >> since you should only get regex when you use the :regex comparator. > >> > >> Ken--is this a bug... a feature... a misdiagnosis...? > > >

cyrus failover and reconstruct

2001-10-23 Thread Klaus Jaehne
We are going to set up a failover solution for a cyrus IMAP server with two machines and a shared disk array (which holds a journaling file system). Now I assume one machine has failed and the second one is taking over the file system - is it safe to start cyrus on the second machine immediately

Re: Sieve error in :matches clause

2001-10-23 Thread Simon Josefsson
Ken Murchison <[EMAIL PROTECTED]> writes: >> I suspect you're right, William. AFAICT this goes against the RFC however, >> since you should only get regex when you use the :regex comparator. >> >> Ken--is this a bug... a feature... a misdiagnosis...? > > It appears to be a bug caused by using f