Re: what does cyrus support through ldap?

2012-04-24 Thread Jules Agee
slauthd authenticates against LDAP (recently migrated to Active Directory). Postfix uses the AD server to distribute mail to groups. Users manage their sieve scripts via a Roundcube plugin. We have to manually synchronize Cyrus mailboxes with AD accounts when we create or delete users, but otherwi

Re: Inaccessible emails

2012-03-14 Thread Jules Agee
select Properties, and then press the "Rebuild Index" button. That will take a long time for 56K+ messages. -- -- Jules Agee System Administrator Pacific Coast Feather Co. jul...@pcf.com x284 Cyrus Home Page: http://www.cyrusimap.org/ List Archives/Info: http://lists.andrew.cmu.edu/pipermail/info-cyrus/

Re: smbfs and cyrus

2010-01-13 Thread Jules Agee
> Many thanks for any help in advance. Check the file permissions and ownership of your mail files and the cyrus files in the directory you reconstructed. The reconstruct command needs to be run as the Cyrus user. -- Jules Agee System Administrator Pacific Coast Feather Co. jul...@pcf.com x2

Re: Backscatter solutions

2008-05-08 Thread Jules Agee
es from mail I am actually > sending and the backscatter. I have looked through headers and nothing > seems an obvious candidate. Setting up SPF for your domains will help. http://www.openspf.org/ -- Jules Agee System Administrator Pacific Coast Feather Co. [EMAIL PROTECTED] x284 --

Re: Help please, cyrus imapd production system down

2008-03-26 Thread Jules Agee
s a corrupted seen file. >> Locate the user's seen file and remove it. >> >> Andy > > Ok, I'm removing the seen file now. > > Mike > > Cyrus Home Page: http://cyrusimap.web.cmu.edu/ > Cyrus Wiki/FAQ: http://cyrusimap.web.cmu.edu/twiki >

Re: Negative worker count?!?

2007-02-08 Thread Jules Agee
at once instead of only processing one message per master loop (to make sure master's process count is always up to date), so I would expect it to work. On the other hand, I haven't tested it with non-Debian source so I can't conclusively affirm or deny. -- Jules Agee System Adminis

Re: Negative worker count?!?

2007-02-07 Thread Jules Agee
s all messages from all workers every time it loops, rather than only processing one worker message per service per loop. The patch is a diff against $Id: master.c,v 1.104 2006/11/30 17:11:23 murch Exp $ -Jules -- Jules Agee System Administrator Pacific Coast Feather Co. [EMAIL PROTECTED]

Re: Imap slow opening folder

2006-05-23 Thread Jules Agee
? > > Excuse for my english and thanks. > > > > > > Cyrus Home Page: http://asg.web.cmu.edu/cyrus > Cyrus Wiki/FAQ: http://cyruswiki.andrew.cmu.edu > List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html -- Jules

Re: duplicate elimination is inconsistent

2005-08-26 Thread Jules Agee
Ramprasad A Padmanabhan wrote: > Hi, >I am using cyrus 2.2.3-8 on Fedora ( C 1 ) I find that duplicate > elimination does not happen always. > I feel If the MTA delivers two mails ( duplicate ) almost simultaneously > to lmtp. Then lmtp is unable to catch duplicate messages. > > Anyone else hav

Re: imap transfer

2005-08-25 Thread Jules Agee
Simon Matter wrote: > You could just move the content of the old mailbox to a subfolder of the > new mailbox, reconstruct should do the rest. IIRC, that depends what version of Cyrus he's running. Older reconstructs had a bug where the mailboxes.db entries would not get created when using the -rf

Re: to squat or not to squat?

2005-07-07 Thread Jules Agee
[EMAIL PROTECTED] wrote: > What "squat" is doing exactly? What do I gain if I use it? What do I loose > if > I don't use it? When does it make sense to start using it, and when I simply > should not be bothered with it? Running squatter indexes the text of all the messages in a particular mail

Re: hardware and backup questions

2005-07-06 Thread Jules Agee
Bartosz Jozwiak wrote: > Hello, > > I am planning to install new Cyrus IMAP server for about 5000 mailboxes. > Can somebody advise me what kind of hardware would be sufficient? A lot more information would be needed to give you anything resembling a useful response. For example, just for starters

Re: testing unsubscribed post to info-cyrus list

2005-06-01 Thread Jules Agee
Sorry for the additional bandwidth wasted and annoyance. This will be my last comment on the issue, I'm really sorry, I didn't think that would actually work. --- Cyrus Home Page: http://asg.web.cmu.edu/cyrus Cyrus Wiki/FAQ: http://cyruswiki.andrew.cmu.edu List Archives/Info: http://asg.web.cmu.edu

Re: EMBARRASSING TO THE LIST: Re: *WARNING* Your EmailAccount Will Be Closed

2005-06-01 Thread Jules Agee
Jeffrey T Eaton wrote: > Here is the somewhat "official" answer on the state of the mailing > list: Thanks for your informative response. Others had posted that this was an open list, and I assumed that was the case. As I said in my earlier post, I don't expect it to be perfect. I was just under t

Re: EMBARRASSING TO THE LIST: Re: *WARNING* Your EmailAccount Will Be Closed

2005-05-31 Thread Jules Agee
Kern, Tom wrote: > I'm subscribed to the postfix and spamassassin mailing lists and they are > closed. > I think those 2 lists have a lot to do with email. > > This is the only list i'm on that got hit by that german spam bot.. > > maybe you shouldn't discount every option to filter spam as "not

Re: imap and mysql

2005-05-18 Thread Jules Agee
O/ In particular, this setup forces Cyrus to use PLAIN client authentication. That means connections from users to Cyrus send passwords in plaintext over the wire unless you set up Cyrus to use TLS for client connections. Highly recommended. -- Jules Agee --- Cyrus Home Page: http://asg.web.cmu.e

Re: Spam coming from list server??

2005-05-16 Thread Jules Agee
Goetz Babin-Ebell wrote: > Alain Williams wrote: > >> On Sun, May 15, 2005 at 07:40:25PM -0400, Derrick J Brashear wrote: >> >> I would also like to see '[info-cyrus]' put on the subject line. > > > Your local procmail (or whatever you use) has all the info > it needs to do that for you. > > In

Re: Deleting IMAP mail from shell script

2005-05-13 Thread Jules Agee
Sun Advocate Webmaster wrote: > Thank you for the information! > > I tried the script, but authentication is failing. Cyrus is set up to do > virtual domains based on userid. I set the server in the perl script to > localhost, and the username "[EMAIL PROTECTED]" with the appropriate > password. I

Re: mail to multiple users

2005-04-13 Thread Jules Agee
I'm pretty sure I remember reading somewhere in the docs that Cyrus already does this. If a single message is addressed to multiple users it creates a hard link to the same message in each mailbox. Nothing special required, as long as it's one message with multiple recipients. Helmut Weigel wro

Re: negative pop3d worker count

2005-04-07 Thread Jules Agee
Henrique de Moraes Holschuh wrote: On Thu, 07 Apr 2005, Jules Agee wrote: Wow, I'm surprised this hasn't been fixed upstream yet... I had this problem about a year ago. That was probably my fault. After your report, and your heads up that master was processing only one message per i

Re: negative pop3d worker count

2005-04-07 Thread Jules Agee
Henrique de Moraes Holschuh wrote: I remember squashing a bug on Debian's 2.1 master code that caused it not to process *all* available messages at every interaction (instead, it processed only one). This caused messages to pile up in busy sites and triggered the above issues. As I said, I think

Re: negative pop3d worker count

2005-04-07 Thread Jules Agee
Wow, I'm surprised this hasn't been fixed upstream yet... I had this problem about a year ago. The master process runs in a loop, checking it's communication pipes with all the different types of child processes it spawns, keeping track of the child processes, and distributing work to them. The

Re: rollback to archiving checkpoint? Need help!!

2005-04-04 Thread Jules Agee
Alex Meier wrote: Hi, list! is there a possibility to rollback the cyrus databases to a recent checkpoint? As I have understood the mechanisms, there is a archiving checkpoint process which stores the changes to the mail database to a log. How does this work? Is it possible to rollback a few hours?

Re: Questions on Cyrus IMAP

2005-03-28 Thread Jules Agee
gopalakrishnan kamalanathan wrote: Hi, I have a few question on the Cyrus IMAP implementation. 1) What is the memory footprint of the Cyrus IMAP. This will vary with usage, more concurrent connections will require more RAM. An anecdotal sample from my server shows: imap process: resident set size

Re: best filesystem for imap server

2004-12-02 Thread Jules Agee
Jules Agee wrote: David Lang wrote: also note that if you are useing IDE drives you have no way of really knowing when the data has hit the platter (as opposed to just being in the buffer of the drive) as many of the drives will lie to you and tell you the write is complete once it hits the

Re: best filesystem for imap server

2004-12-02 Thread Jules Agee
use capacitors that will hold enough charge to allow flushing the buffers to disk when there's a power loss. -- Jules Agee System Administrator Pacific Coast Feather Co. [EMAIL PROTECTED] x284 --- Cyrus Home Page: http://asg.web.cmu.edu/cyrus Cyrus Wiki/FAQ: http://cyruswiki.andrew.cm

Re: best filesystem for imap server

2004-12-01 Thread Jules Agee
and it worked well. -- Jules Agee System Administrator Pacific Coast Feather Co. [EMAIL PROTECTED] x284 --- Cyrus Home Page: http://asg.web.cmu.edu/cyrus Cyrus Wiki/FAQ: http://cyruswiki.andrew.cmu.edu List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html

Re: best filesystem for imap server

2004-12-01 Thread Jules Agee
er? I have 2x 250G western digital disks to use. Thanks --- Cyrus Home Page: http://asg.web.cmu.edu/cyrus Cyrus Wiki/FAQ: http://cyruswiki.andrew.cmu.edu List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html -- Jules Agee System Administrator Pacific Coast Feather Co. [EMAIL PROTECTED]

Re: What hardware to handle this

2004-11-22 Thread Jules Agee
Jim Bartus wrote: I'm looking to redo our companys mailserver setup, and I want to move from our current system of POP3 to an IMAP based system. I've done a fair amount of reading and Cyrus looks like the right answer, so I was hoping you guys could help me out with some final details. I have

Re: Bynari Insignt Connector and Cyrus?

2004-11-16 Thread Jules Agee
rnet only mode/. With the Insight Connector middleware, IMAP mailboxes can now operate as full Outlook information stores containing any kind of Outlook items, not just the messages and posts that IMAP normally handles." http://www.redbooks.ibm.com/redbooks/pdfs/sg246069.pdf -- Jules Agee

Re: Bynari Insignt Connector and Cyrus?

2004-11-15 Thread Jules Agee
ery much... Jim --- Cyrus Home Page: http://asg.web.cmu.edu/cyrus Cyrus Wiki/FAQ: http://cyruswiki.andrew.cmu.edu List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html -- Jules Agee System Administrator Pacific Coast Feather Co. [EMAIL PROTECTED] x284 --- Cyrus Home Page: http://asg.we

Re: Cyrus + LDAP Suggestions/Help

2004-11-09 Thread Jules Agee
mbox. The filesystem you use will make a big difference with either maildir or Cyrus. I've read XFS is very good for this kind of usage (lots and lots of small files). We use ReiserFS on Linux and it's been working fine. Not quite as fast as I'd hoped, but still very good. Glad to

Re: Cyrus + LDAP Suggestions/Help

2004-11-09 Thread Jules Agee
iple local lists and most of them habitually cross-posting... -- Jules Agee System Administrator Pacific Coast Feather Co. [EMAIL PROTECTED] x284 --- Cyrus Home Page: http://asg.web.cmu.edu/cyrus Cyrus Wiki/FAQ: http://cyruswiki.andrew.cmu.edu List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html

Re: auth against LDAP

2004-10-29 Thread Jules Agee
es/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html --- Cyrus Home Page: http://asg.web.cmu.edu/cyrus Cyrus Wiki/FAQ: http://cyruswiki.andrew.cmu.edu List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.htm l -- Jules Agee System Administrator Pacific Coast Feather Co. [EMAIL PROTECTED

Re: frequency of running squatter

2004-10-27 Thread Jules Agee
g the index if the mailbox hasn't changed, IMHO. -- Jules Agee System Administrator Pacific Coast Feather Co. [EMAIL PROTECTED] x284 --- Cyrus Home Page: http://asg.web.cmu.edu/cyrus Cyrus Wiki/FAQ: http://cyruswiki.andrew.cmu.edu List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html

Re: Long startup time (1h 30m)

2004-10-07 Thread Jules Agee
Bill Earle wrote: On Thu, 7 Oct 2004, Jules Agee wrote: I've had this happen a few times, reconstructing the deliver db on startup. I don't think this db is used for anything besides duplicate delivery suppression, is it? Is there a recommended way to clean this out periodically? Jule

Re: imap scalability

2004-10-07 Thread Jules Agee
, especially if you use SpamAssassin. SpamAssassin works really well for us, but it is a serious memory hog at 17-20MB *per process*, plus 5-8MB shared memory. You won't want to run anything else that's sensitive to RAM consumption on a box that's running SA. -- Jules Agee System Admini

Re: Long startup time (1h 30m)

2004-10-07 Thread Jules Agee
though about 4M inodes are used on /var/spool/imap. -- Jules Agee System Administrator Pacific Coast Feather Co. [EMAIL PROTECTED] x284 --- Cyrus Home Page: http://asg.web.cmu.edu/cyrus Cyrus Wiki/FAQ: http://cyruswiki.andrew.cmu.edu List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html

Re: Hello

2004-10-04 Thread Jules Agee
Edward Shornock wrote: Lamer people send 0 byte-sized viruses to mailing lists... Clean your system...and/or switch to *NIX. As long as you're adding to the list clutter, at least you could be helpful and point out that it looks like the virus came from "T-Base Communications". No posts to this l

Re: Mailbox has an invalid format

2004-09-22 Thread Jules Agee
I've had this happen when the cyrus.index file in the mailbox were corrupted. I got that error when running 'reconstruct' on the mailbox too. Then I deleted the cyrus.index file, and ran 'reconstruct' again, which seemed to fix the problem. Ronen Amity wrote: when looking at the quota for a cer

Re: Open file limits

2004-07-06 Thread Jules Agee
mu.edu/cyrus Cyrus Wiki/FAQ: http://cyruswiki.andrew.cmu.edu List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html -- Jules Agee System Administrator Pacific Coast Feather Co. [EMAIL PROTECTED] x284 --- Cyrus Home Page: http://asg.web.cmu.edu/cyrus Cyrus Wiki/FAQ: http://cyrusw

Re: pop3: Logins must be at least 1 minute apart

2004-06-23 Thread Jules Agee
uot; I'm using cyrus 2.1.15 backport on debian woody. Thanks, Marcus --- Cyrus Home Page: http://asg.web.cmu.edu/cyrus Cyrus Wiki/FAQ: http://cyruswiki.andrew.cmu.edu List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html -- Jules Agee System Administrator Pacific Coast Feather

Re: High availability ... again

2004-06-22 Thread Jules Agee
Cyrus that will not work well at all. You'll get better performance with Cyrus since it keeps indexes of practically everything, but at the cost of not being able to use an NFS-mounted filesystem. -- Jules Agee System Administrator Pacific Coast Feather Co. [EMAIL PROTECTED] x284 ---

Re: Cyrus and unexpected email volume

2004-05-04 Thread Jules Agee
pull down his imap mail locally. For that one user they logged in to our Horde + IMP 3.1 web mail interface and was able to quickly filter, delete, and purge the 35,000 emails in less than 3 min. Thanks for all the hard work that has gone into Cyrus IMAPd to make it a robust and open IMAP solutio

Re: cyrus and Spamassassin bayes rules

2004-04-26 Thread Jules Agee
essages. The folders are black holes as far as they're concerned -- stuff goes in, nothing comes out. Seems to work OK with Mozilla/T-bird. I set it up this way because I thought people might carelessly put confidential information in the shared ham-teacher folder. -- Jules Agee System Adminis

Re: R: ?????????

2004-04-16 Thread Jules Agee
[EMAIL PROTECTED] wrote: On Fri, 16 Apr 2004, Luca Manganelli wrote: NO SPAM, DAMN IT! What? You don't like spam with your eggs? Try the spam egg sausage and spam, that's not got much spam in it. -- Jules Agee --- Cyrus Home Page: http://asg.web.cmu.edu/cyrus Cyrus Wiki

Re: EEK! Master losing track of processes?

2004-04-13 Thread Jules Agee
/cyrus/socket/lmtp -- Jules Agee System Administrator Pacific Coast Feather Co. [EMAIL PROTECTED] x284 --- Cyrus Home Page: http://asg.web.cmu.edu/cyrus Cyrus Wiki/FAQ: http://cyruswiki.andrew.cmu.edu List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html

Re: EEK! Master losing track of processes?

2004-04-12 Thread Jules Agee
kers Apr 12 14:28:00 saturn cyrus/master[28920]: service lmtpunix now has 300 workers Apr 12 14:28:02 saturn cyrus/master[28920]: service lmtpunix now has 300 workers Thanks in advance for any suggestions -Jules Jules Agee wrote: I just migrated to Cyrus 2.1.15 (Henrique's Debian woody bac

EEK! Master losing track of processes?

2004-04-12 Thread Jules Agee
turn cyrus/imapd[29411]: Fatal error: tls_start_servertls() failed Apr 12 13:30:30 saturn cyrus/master[28920]: non-busy child pid 29911, service sieve reported new connection Apr 12 13:33:09 saturn cyrus/master[28920]: non-busy child pid 29002, service imap reported new connection Any ti

Re: Desperate

2004-04-08 Thread Jules Agee
est wishes. Colin --- Home Page: http://asg.web.cmu.edu/cyrus Wiki/FAQ: http://cyruswiki.andrew.cmu.edu List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html -- Jules Agee System Administrator Pacific Coast Feather Co. [EMAIL PROTECTED] x284 --- Cyrus Home Page: http://asg.w

Re: Cyrus Woody backport

2004-03-14 Thread Jules Agee
Henrique de Moraes Holschuh wrote: On Fri, 12 Mar 2004, Jules Agee wrote: # WARNING: This option does NOT apply to admin tools such as cyradm # (admins ONLY), reconstruct, quota, etc., NOR does it affect LMTP # delivery of messages directly to mailboxes via plus-addressing. This has been removed

Cyrus Woody backport

2004-03-12 Thread Jules Agee
saved me a little time. All in all, these were pretty minor problems, and I really appreciate all the effort you and all the other contributors to the Cyrus project have made to build this great software. Thanks again! -Jules -- Jules Agee System Administrator Pacific Coast Feather Co. [EMAIL

Re: Slow response

2004-01-15 Thread Jules Agee
Whoops, sorry for the subject line, this is unrelated to Troy McKinnon's slow response issue. Subject line should have been "unixhierarchysep" or something like... Jules Agee wrote: I've gotten a request (from someone I'd rather not say 'no' to) to create a

Re: Slow response

2004-01-15 Thread Jules Agee
rver already disallows mailbox names with slashes, so I wouldn't expect that to be a problem. I'm sure nobody is trying to deliver messages directly to any mailboxes besides their INBOX, except through sieve scripts. -- Jules Agee System Administrator Pacific Coast Feather Co. [EMAIL PROTECTED] x284

Re: Is Reiserfs better than ext3

2004-01-09 Thread Jules Agee
rlformance improvement Is that so Thank Ram -- Jules Agee System Administrator Pacific Coast Feather Co. [EMAIL PROTECTED] x284

Re: Stability of 2.2.2?

2004-01-02 Thread Jules Agee
randomly ;) Rob, If I remember correctly, Henrique applies some process accounting patches to his Debian cyrus-imapd-2.1.15 packages. Is the process accounting functionality in 2.2 better, or is it basically the same as what's in those patches? Henrique, can you comment? Thanks! -Jules -- Jules

Re: Stability of 2.2.2?

2004-01-02 Thread Jules Agee
by far the most important factor. Thanks! -Jules -- Jules Agee System Administrator Pacific Coast Feather Co. [EMAIL PROTECTED] x284

Re: Site-wide Sieve script

2003-11-06 Thread Jules Agee
e any lost messages the users can't blame us. :-) So far, it has been a success, despite the fact that spammers have been getting better at dodging SpamAssassin lately. I'm currently using Mozilla 1.4's built-in bayes filter to catch the spam that gets past SA. -Jules Agee Sarwar An

Re: your account (Don't open attachment!)

2003-08-04 Thread Jules Agee
I'm sure most of you mail admins are well-aware of this virus by now, but I felt it was important to spread the word, since this somehow got sent through the list. [EMAIL PROTECTED] wrote: -- Virus Warning Message (on the network) Found virus JS_CBASE.EXP1 in file message.html

Re: Signaled to death by 7?

2003-03-24 Thread Jules Agee
Rob Siemborski wrote: On Mon, 24 Mar 2003, Jules Agee wrote: 1 LSUB "" "*" It lists most of her mailboxes and then the process dies with a signal 7. Is her subscription database corrupted perhaps? -Rob Yup, that was it. Thanks, Rob!!! -- Jules Agee System Administrator P

Signaled to death by 7?

2003-03-24 Thread Jules Agee
I have a user that can't access her mail right now. She has about 150 subfolders of her INBOX (none nested more than 3 levels deep), and when she tries to access the INBOX she logs in successfully but Cyrus disconnects, and I get a message in the log that reads "master[898]: process 4819 exited

Vacation & mailing lists?

2003-03-13 Thread Jules Agee
the most consistent indicator of a mailing list message, at least in my limited sample. -- Jules Agee System Administrator Pacific Coast Feather Co. [EMAIL PROTECTED] x284

Re: Anyone using Linux LVM with cyrus?

2003-02-04 Thread Jules Agee
asg.web.cmu.edu/archive/message.php?mailbox=archive.info-cyrus&msg=20088 -Jules -- Jules Agee System Administrator Pacific Coast Feather Co. [EMAIL PROTECTED] x284

Re: Problem with cyrus and deleting a message with a virus.

2003-01-21 Thread Jules Agee
that you block unauthorized outgoing SMTP at your firewall). IMHO the MTA is by far the best possible place to put a virus scanner. -- Jules Agee System Administrator Pacific Coast Feather Co. [EMAIL PROTECTED] x284

Re: Migration Pointers?

2003-01-13 Thread Jules Agee
atch most of the problems through my testing process.. but you never really know what you are going to have problems with until it's in the wild of production. Thanks in advance... Jared -- Jules Agee System Administrator Pacific Coast Feather Co. [EMAIL PROTECTED] x284

saslauthd + ldap still experimental?

2002-12-27 Thread Jules Agee
Is saslauthd's auth_ldap module still considered experimental? Would using this allow imap authentication methods other than PLAIN or LOGIN to be used, if the configured LDAP authentication method was 'custom' (crypted userPassword) rather than 'bind'? -- Jules

Re: Huge Inbox

2002-12-18 Thread Jules Agee
-8435 INPE/CPTEC - Cachoeira Paulista - São Paulo - Brazil ---- -- Jules Agee System Administrator Pacific Coast Feather Co. [EMAIL PROTECTED] x284

Re: Skiplist / best practice for 2.1 branch

2002-11-18 Thread Jules Agee
Jonathan Marsden wrote: On 18 Nov 2002, Jules Agee writes: I think a lot of people would recommend you stay away from RH 8.0 for production servers. Not that I know of any particular problems... it's just that there's a lot of bleeding-edge stuff that hasn't proved itself as far a

Re: Skiplist / best practice for 2.1 branch

2002-11-18 Thread Jules Agee
Jonathan Marsden wrote: Are you recommending that RH 8.0 users running Cyrus should downgrade their BDB libraries to a 3.x RPM set for db3 (perhaps as supplied for RH 7.3)? Wouldn't that tend to have adverse consequences for other software (Sendmail comes to mind) which expects them and which mig

Re: Perl filtering before final delivery

2002-10-25 Thread Jules Agee
http://search.cpan.org/author/CYING/Sendmail-Milter-0.18/ -- Jules Agee System Administrator Pacific Coast Feather Co. [EMAIL PROTECTED] x284

Re: Cyrus imap mail folders, problems i think!!!

2002-10-14 Thread Jules Agee
> problems as me installing it on redhat and they solved it and built the RPM) > > Any help would be much appreciated > > > Thanks Karl > -- Jules Agee System Administrator Pacific Coast Feather Co. [EMAIL PROTECTED] x284

Re: hierarchical grouping of users

2002-10-09 Thread Jules Agee
nd what > not. A change made to the group would be propagated to all of the > members. The functionality could also be extended to mail delivery > so that mail sent to the group could optionally be delivered to the > members. > > Any thoughts? > > Regards, > Mark Keasling <[

Re: Cluster support in Cyrus IMAPD?

2001-12-07 Thread Jules Agee
ment you might as well use a network redirector as well to keep both servers working. -- Jules Agee System Administrator Pacific Coast Feather Co. [EMAIL PROTECTED] x284 Private communication between citizens is necessary to ensure the continued preservation of freedom. For more information, see: ht

Re: Cyrus IMAP v2.1.0 BETA released

2001-12-06 Thread Jules Agee
mailbox indexing > >We encourage people to download and test Cyrus IMAP 2.1.0. > >Download at: >ftp://ftp.andrew.cmu.edu/pub/cyrus/cyrus-imapd-2.1.0-BETA.tar.gz > >Please try it out & send any and all feedback to >[EMAIL PROTECTED] and/or this list. > >Larry >

Re: [CYRUS] My folders are gone, Please read!

2001-12-05 Thread Jules Agee
s and I try to help but this time I have no idea what >is going on. I just want to whole thing to work. If I did not give enough >details, please feel free to ask. Thanks for the help. > >Haim. > -- Jules Agee System Administrator Pacific Coast Feather Co. [EMAIL PROTECTED]

Re: OT? (was re: [POLL] Cyrus v2.1 and SASL v2)

2001-11-21 Thread Jules Agee
;> something we'll probably look into doing, but only when we really feel >> the need. >> >> It shouldn't be all that hard for someone else to write such an LDAP >> authorization module. >> >> Larry >> >> >> > > &

Re: imapmigrate and wrong 'received' dates in outlook

2001-11-19 Thread Jules Agee
sage_string($msg); >my @flags = $oldimap->flags($msg); >+ my $msgdate = $oldimap->internaldate($msg); >my $flg = ""; >for (@flags) { >$flg .= $_ . " "; >} >chop($flg); > &

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

Re: prob with v2.0.15-HIERSEP-r2

2001-10-19 Thread Jules Agee
hiersep code and has a rearchitected deliver database. > >Ken > > >Jules Agee wrote: > >>I have been testing with v2.0.15-HIERSEP-r2 for the altnamespace >>functionality and have run into an intermittent problem with DB >>corruption. A single user's INBOX sto

prob with v2.0.15-HIERSEP-r2

2001-10-19 Thread Jules Agee
ion 3.1.17-5 of the db3 RPM installed. Any suggestions? -- Jules Agee System Administrator Pacific Coast Feather Co. [EMAIL PROTECTED] x284 Private communication between citizens is necessary to ensure the continued preservation of freedom. For more information, see: http://www.computerpriv

Re: looking for a web shared calendar

2001-09-24 Thread Jules Agee
run on unix/linux, and i would like it to be in php. >> >> does anyone got anything other then outlook ? > > > Yes, have a look at moregroupware. Its doing what you need. > http://www.moregroupware.org > http://sf.net/projects/moregroupware -- Jules Agee System Administrato

Re: netscape to cyrus

2001-09-21 Thread Jules Agee
> >--David Gadbois > -- Jules Agee System Administrator Pacific Coast Feather Co. [EMAIL PROTECTED] x284 Private communication between citizens is necessary to ensure the continued preservation of freedom. For more information, see: http://www.computerprivacy.org/archive/03171998-5.

Re: Migrating existing mailboxes to cyrus imapd

2001-09-18 Thread Jules Agee
For my most recent migration, I wanted all my users to change their passwords anyway, so I just created a long list of auto-generated passwords using apg (auto password generator), mailed them all their passwords with a mail-merge type operation, then used this script to change the passwords i

Re: Email virus scanners

2001-09-17 Thread Jules Agee
The best two I know of are Interscan Viruswall (http://www.trendmicro.com) and Sophos antivirus (http://www.sophos.com) I am using Viruswall on RedHat Linux 7.1. It runs as a daemon listening on port 25, receives mail, and scans it for viruses. Then, it can be configured to either (1)route the

Re: Webmail Client

2001-09-14 Thread Jules Agee
Evil Azrael wrote: >Guten Tag Richard Hopkins, >RH> SilkyMail from Cyrusoft > >RH> http://www.cyrusoft.com/silkymail/ > >RH> is well worth a look. > >Not really... somehow it feels like horde/imp and the url of the >program where you are being redirected has imp in it´s path part. > >Christop

Re: Quota warnings

2001-09-14 Thread Jules Agee
Jeremy Howard wrote: >Ken Murchison wrote > >>Other than than, you can write a script (I think one has been posted to >>the list previously) which can detect overquota and quotawarn conditions >>and post a message to a user's INBOX (via 'deliver -q'). >> >Actually, Jules has already written that

Quota warnings

2001-09-13 Thread Jules Agee
I would very much appreciate it if someone could let me know whether cyrus supports doing the following things, and where I might find the appropriate documentation: Specifying the time that "quotawarn" sends out a warning message Specifying the exact text of that warning message Notifying th

Re: Script admin problems

2001-08-09 Thread Jules Agee
P::Admin from >>>IMAP-Admin-1.4.3 The test gives me the following >>>error: >>>IMAP::Admin [ initialize ]: try NO Login failed: authentication failure >>>Again getting me past this error should allow me >>>to complete the task. >>> >>IMAP::Admin has worked very well for me. Can you give an example of the >> > code > >>youre trying to run that isnt working for you? >> >>-matt >> > > -- Jules Agee System Administrator Pacific Coast Feather Co. [EMAIL PROTECTED] x284

Re: SASL re-entrancy crisis (was: OpenLDAP 2.0.x + pam_ldap + cyrus-imapd-2.0.x)

2001-08-09 Thread Jules Agee
t does not do secure (ssl) > ldap. Therefore it is useless to me. > > Doing ldap-ssl is not entirely trivial. Much better to make use of > pam_ldap rather than reproducing all the thought and debugging that > went into it. Speed is not of the essense at this site. > >

IMAP migration tool

2001-08-08 Thread Jules Agee
tool for this - but it doesn´t work ... >>... it crashes mostly while transfering >> >>http://freshmeat.net/redir/imapcp/14762/url_homepage/ >> >>Is there a better possibility available ? >> >>Regards >> >>Marc Schöchlin >> >> >> >> > > -- Jules Agee System Administrator Pacific Coast Feather Co. [EMAIL PROTECTED] x284 imapmigrate.tar.gz

Re: cyrus interationz with anti-virus ?

2001-07-27 Thread Jules Agee
n be made in a very > Aerodyne Research, Inc. narrow field" - Niels Bohr (attrib.) > Billerica, MA 01821 > (978)663-9500, ext. 292 FAX (978)663-4918 > === > > -- Jules Agee System Administrator Pacific Coast Feather Co. [EMAIL PROTECTED] x284

Re: IMAP-only Migration tools? (nevermind)

2001-07-18 Thread Jules Agee
I found a utility to export the SIMS database mailboxes to mbox format, so it looks like I can use Steve Snodgrass' user2cyrus script for my migration. Thanks! -Jules Jules Agee wrote: > I'm looking for a tool that will migrate all of my users' mailboxes from > the S

IMAP-only Migration tools?

2001-07-18 Thread Jules Agee
for characters not in Cyrus' GOODCHARS list). Any advice would be greatly appreciated. -- Jules Agee System Administrator Pacific Coast Feather Co. [EMAIL PROTECTED] x284

Re: LDAP && imap (Invalid credentials)

2001-07-12 Thread Jules Agee
=2 filter="(uid=drio)" > Jul 12 16:43:56 ipsilon slapd[4865]: conn=30 op=1 SEARCH RESULT tag=101 > err=0 text= > Jul 12 16:43:56 ipsilon slapd[4865]: conn=30 op=2 BIND > dn="UID=DRIO,OU=PEOPLE,O=PRUEBAS" > method=128 > Jul 12 16:43:56 ipsilon slapd[4865]: co

Re: Intermittent imapd hang

2001-06-29 Thread Jules Agee
amp; I'll dig into it Monday. By the way, I should probably mention I'm using kernel 2.4.3. Thanks for your help! -Jules Lawrence Greenfield wrote: > > Use strace and gdb to determine what the hung imapd is waiting for. > > Larry > >Date: Wed, 27 Jun 2001 12:

(newbie q) Intermittent per-user imapd hang

2001-06-27 Thread Jules Agee
e problem is very intermittent, but I am concerned that it will be a major problem when I drop a few hundred more users on the server. If there is anything I can do to get more information about the problem the next time it crops up, please let me know. Thanks in advance for your help! -- J

Re: Netscape 4.77

2001-04-24 Thread Jules Agee
gt; We have several hundred users. > They are using Netscape 4.76 (80% under Windows > and 25% under Solaris) and this bug prevents > us from moving them from pop to imap. > > We have this bug with older versions of > Netscape too. > > I don't know yet if 4.77 corrects