Re: Backscatter solutions

2008-05-09 Thread Mike Cathey
On May 9, 2008, at 3:05 AM, Andy Fiddaman wrote: Pretty much the only way to stop this is to use something like BATV to tweak your envelope sender address outbound. That still doesn't stop everything as out-of-office replies are usually sent from a real address. BATV changes the from

Re: BODYSTRUCTURE question

2007-02-27 Thread Mike Cathey
something like this to strip out \0s in messages too. Most of the other solutions for cyrus/postfix that I've seen required an additional exec() in the delivery pipeline, which I would like to avoid. Cheers, Mike -- Mike Cathey - http://www.mikecathey.com/ Network Administrator RTC Internet

Re: what is the best way to migrate

2006-06-26 Thread Mike Cathey
On Thu, 2006-06-22 at 20:53 +0200, Rudy Gevaert wrote: For no downtime we would kick of the sync in advance, and after some time we would have an almost identical copy. Then let the users connect to the new server(s) and let lmtp deliver to the new server(s). Then do a last sync to get

Re: Cyrus Postfix Spamassassin

2006-02-03 Thread Mike Cathey
On Fri, 2006-02-03 at 04:58 -0800, Caleb Walker wrote: I am having a hard time finding the best way to combine these 3 products. Currently I have mail arrive through postfix, which sends to procmail, which sends through spamassassin and then to the cyrus message store. This process, going

Re: User creation - automatic subscriptions

2003-12-05 Thread Mike Cathey
Ken, On Fri, 2003-12-05 at 09:59, Ken Murchison wrote: You need to use TLS before PLAIN will be advertised. Thanks! That worked. One more question (*I think*). I added some debugging statements to imtest and it looks like it's sending the normal username (-u; pointer) when it logs into the

Re: User creation - automatic subscriptions

2003-12-05 Thread Mike Cathey
Ken, On Fri, 2003-12-05 at 15:14, Ken Murchison wrote: Just realized that you have the options backwards: *nod* I switched that during testing when I realized the mistake. :) The PLAIN response has the form: authzid\0authid\0password That's what I was looking for. Then it's base64

Re: User creation - automatic subscriptions

2003-12-04 Thread Mike Cathey
Ken, On Thu, 2003-12-04 at 09:52, Ken Murchison wrote: Using cyradm, this would look like: cyradm --user cyrus --authz userid --auth digest-md5 localhost Using imtest, it would look like this: imtest -a cyrus -u userid -m digest-md5 localhost Both of these will authenticate you as

Re: User creation - automatic subscriptions

2003-12-04 Thread Mike Cathey
. Do I not have it compiled with PLAIN support? I know that I'm normally authenticating via plaintext over TLS. Cheers, Mike -- Mike Cathey - http://www.mikecathey.com/ Network Administrator RTC Internet - http://www.catt.com/ $ imtest -a cyrus -u pointer -m plain -l 0 localhost S: * OK foo

deliver.db == 50MB

2003-07-25 Thread Mike Cathey
I just wanted to see if it was normal to see the deliver db get this big... SNIP -rw---1 cyrusmail 50M Jul 25 11:04 deliver.db SNIP Cheers, Mike signature.asc Description: This is a digitally signed message part

Re: vacation days: expiration question

2003-07-22 Thread Mike Cathey
the RFC, anyway :) Where is Cyrus/sieve storing this state info? Cheers, Mike -- Mike Cathey - http://www.mikecathey.com/ Network Administrator RTC Internet - http://www.catt.com/ signature.asc Description: This is a digitally signed message part

distribution mailboxes across multiple partitions

2003-07-18 Thread Mike Cathey
A while back I remember seeing a script that would grab your partiton list from /etc/imapd.conf and evenly distribute mailboxes amongst said partitions. I googled for a while and was unable to find it. Does anyone on the list remember this script or have a link to it? Thanks Mike -- Mike

Re: Anyone migrating from lotus to cyrus

2003-07-16 Thread Mike Cathey
the code, I don't think it does. It might be useful to add code to Mail::IMAPClient to strip out NULLs on the fly. If you need a patch for this, let me know. Cheers, Mike -- Mike Cathey - http://www.mikecathey.com/ Network Administrator RTC Internet - http://www.catt.com/ # # a lot of this code

Re: subscribing for a user

2003-07-16 Thread Mike Cathey
to the folder Same here. I think there is a way to proxy as a user from an admin account (ie. cyrus) though. Would anyone more informed than myself care to elaborate? Cheers, Mike -- Mike Cathey - http://www.mikecathey.com/ Network Administrator RTC Internet - http://www.catt.com/ signature.asc

Proxy support in Cyrus::IMAP::Admin (was: Re: subscribing for auser)

2003-07-16 Thread Mike Cathey
Matt, On Wed, 2003-07-16 at 11:33, Matt Bernstein wrote: I hacked the IMAP::Admin (nb not Cyrus::IMAP::Admin) module to do this. I sent my hack to its author, but I don't think it made it in: Who do we beg to get this accepted? ;) Cheers, Mike -- Mike Cathey - http://www.mikecathey.com

Re: Anyone migrating from lotus to cyrus

2003-07-15 Thread Mike Cathey
the message flags to the destination IMAP server for messages smaller than $bufferSize. This appears to be fixed in 2.2.8. Cheers, Mike -- Mike Cathey - http://www.mikecathey.com/ Network Administrator RTC Internet - http://www.catt.com/ signature.asc Description: This is a digitally signed

Re: LMTPD error on NUL characters

2003-07-03 Thread Mike Cathey
On Mon, 2003-06-23 at 08:35, Andrzej Filip wrote: Ramprasad A Padmanabhan wrote: [EMAIL PROTECTED] mailto:[EMAIL PROTECTED]: host /var/imap/socket/lmtp[/var/imap/socket/lmtp] said: 554 5.6.0 Message contains NUL characters (in reply to end of DATA command) If you use sendmail as

Re: Spamattack!

2003-01-29 Thread Mike Cathey
Tarjei, On Wed, 2003-01-29 at 15:16, Tarjei Huse wrote: Now, I'm wondering what is the current best practices when it comes to spamfighting w/many users. Sure, I could make a solution for my own part, but I want something that works for everyone on my server. So, is there a neat way to

Re: Spamattack!

2003-01-29 Thread Mike Cathey
On Wed, 2003-01-29 at 19:25, Cyrus Daboo wrote: With this setup isn't it possible for a virus to end up in the spam folder if it gets classified as spam as well as a virus, given the order of the actions in the SIEVE script? I would have thought it better to put all virii into the virus

Re: how to rebuiild mailboxes.db ?

2002-12-12 Thread Mike Cathey
On Thu, 2002-12-12 at 18:20, Lawrence Greenfield wrote: You shouldn't do this. Use the rename command inside of cyradm or any IMAP client. Thank you for replying. :) I was trying to simulate things that could happen during (ab)normal operation (e.g. fs corruption). I am aware of and use

Re: Invalid Headers

2002-12-07 Thread Mike Cathey
. I need to track down the guy that wrote that module and buy him a CD or something. That module has been a lifesaver, especially the migrate() method. :) Cheers, Mike -- Mike Cathey - http://www.mikecathey.com/ Network Administrator RTC Internet - http://www.catt.com/ signature.asc

Re: Invalid Headers

2002-12-07 Thread Mike Cathey
was in a rush to crank out this code for testing last Sunday. Cheers, Mike -- Mike Cathey - http://www.mikecathey.com/ Network Administrator RTC Internet - http://www.catt.com/ #!/usr/bin/perl use Mail::IMAPClient; my $DEBUG = 0; # magic switch! my $login = username; my $pass = pass; my $imaphost

Re: Invalid Headers (second try)

2002-12-07 Thread Mike Cathey
On Sat, 2002-12-07 at 12:30, Mike Cathey wrote: See the attached code. Second try. Copy/paste really messed it up among other things. :\ Cheers, Mike -- Mike Cathey - http://www.mikecathey.com/ Network Administrator RTC Internet - http://www.catt.com/ #!/usr/bin/perl use Mail::IMAPClient