server side archiving & grooming of mail stores

2008-09-24 Thread lartc
hi all, i'm looking for direction on how to move messages of a certain age from one mailbox to an archive mailbox. are there server side utilities to do this? many thanks charles Cyrus Home Page: http://cyrusimap.web.cmu.edu/ Cyrus Wiki/FAQ: http://cyrusimap.web.cmu.edu/twiki List Archive

Re: Sorry, modsequences have not been enabled on this mailbox

2008-09-19 Thread lartc
hello again, so i have read the ietf draft on modsequences, and it's exactly what i need to accurately sync two imap boxes with mbsync. flag/metadata changes to seen state are not propagated correctly from the source to destination. how can i enable it? thanks charles Cyrus Home Page: h

Sorry, modsequences have not been enabled on this mailbox

2008-09-18 Thread lartc
hi all, i've groked around but cannot seem to find out what this means ... how do i enable this -- cyradm has no option, and i didn't see anything in imapd.conf or cyrus.conf ... cheers charles Cyrus Home Page: http://cyrusimap.web.cmu.edu/ Cyrus Wiki/FAQ: http://cyrusimap.web.cmu.edu/twi

Re: [OT] m$ activesync with cyrus backend

2008-09-18 Thread lartc
On Thu, 2008-09-18 at 17:18 +0200, Sebastian Hagedorn wrote: > --On 18. September 2008 16:35:03 +0200 lartc <[EMAIL PROTECTED]> > wrote: > > > essentially what's happening here is that apple's sdk has no api > > connections to calender/tasks/notes/

Re: [OT] m$ activesync with cyrus backend

2008-09-18 Thread lartc
On Thu, 2008-09-18 at 16:00 +0200, Sebastian Hagedorn wrote: > --On 16. September 2008 18:31:31 + Andy Fiddaman <[EMAIL PROTECTED]> > wrote: > > > ; is there a way to mimic exchange server in the linux environment where i > > ; can keep my cyrus/postfix/amavis install -- is there a linux app

Re: [OT] m$ activesync with cyrus backend

2008-09-18 Thread lartc
On Thu, 2008-09-18 at 16:00 +0200, Sebastian Hagedorn wrote: > --On 16. September 2008 18:31:31 + Andy Fiddaman <[EMAIL PROTECTED]> > wrote: > > > ; is there a way to mimic exchange server in the linux environment where i > > ; can keep my cyrus/postfix/amavis install -- is there a linux app

querying message flags -- finding list of unread message

2008-09-18 Thread lartc
hi all, is there a way to query a message store to find what message are unread in a user's inbox? many thanks charles Cyrus Home Page: http://cyrusimap.web.cmu.edu/ Cyrus Wiki/FAQ: http://cyrusimap.web.cmu.edu/twiki List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html

Re: suggestion need to design an email system.

2008-09-16 Thread lartc
hi, well, you can edit the gosa config file to only show you the users and their e-mail, etc. you're not obligated to use the entire system ... when install it for clients, i only leave a few pieces of functionality (so they don't blow their foot off). cheers charles Cyrus Home Page: ht

Re: Cyrus-imapd not providing realm information

2008-08-25 Thread lartc
Woops. Yep. More coffee needed. Cheers Charles On Mon, 2008-08-25 at 14:51 +0200, tarjei wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Hi Again, > tarjei wrote: > > lartc wrote: > >> Hi, > > > >> I've got the same setup -- you

Re: Cyrus-imapd not providing realm information

2008-08-25 Thread lartc
Hi, I've got the same setup -- you should have ldap_realm: yourdomain.com in /etc/saslauthd.conf and you should start saslauthd daemon with the "-r" argument hth, charles On Mon, 2008-08-25 at 14:04 +0200, tarjei wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Hi, I'm tryin

Re: Recomendations for a 15000 Cyrus Mailboxes (Thanks)

2007-04-11 Thread lartc
Hi Nestor, Would love to the impad.conf and cyrus.conf if you would be so kind as to share them ... Cheers Charles On Wed, 2007-04-11 at 01:15 -0500, Nestor A. Diaz wrote: > Thank you all of you who give me that precious tips, i am going to put > them on practice, and i will tell you when th

Re: how to enable TLs encryption only ?

2007-03-30 Thread lartc
Ho Joy, your cyrus.conf probably looks something like: START { recover cmd="ctl_cyrusdb -r" idled cmd="idled" } SERVICES { imap cmd="imapd -p 2" listen="imap" prefork=0 imaps cmd="imapd -s" listen="imaps" prefork=0 pop3 cmd="pop3d" listen="pop3"

Re: how to enable TLs encryption only ?

2007-03-30 Thread lartc
Hi, you can try this in imapd.conf: tls_ca_file: /etc/x509/your_ca_cert.pem tls_cert_file: /etc/x509/your_pub_cert.pem tls_key_file: /etc/x509/your_private.key tls_require_cert: no tlscache_db: berkeley On Fri, 2007-03-30 at 12:57 +0530, JOYDEEP wrote: > Dear list, > > is it possible to enable

Re: Postfix and catch all

2007-03-05 Thread lartc
hi paul, using ldap in postfix, i setup a mail alias: @domain.com all mail is going to the user ... cheers charles On Mon, 2007-03-05 at 10:13 +0100, Paul van der Vlis wrote: > Hello, > > When I want to use catch-all with Postfix without virtual hosts, there > is an option luser_relay, but l

Re: Integrted tool for adminstering Cyrus IMAP and LDAP.

2006-09-18 Thread lartc
hi all, do also look at gosa -- while it takes a bit of effort for installation, the end result is fabulous. http://gosa.gonicus.de/ cheers charles -- "simplified chinese" is not nearly as easy as they would have you believe ... a superlative oxymoron --anonymous Cyrus Home Page: http:/

Re: Spam control

2006-06-20 Thread lartc
hi martin, i have the same setup as you ... easiest way that i found was to create 2 shared mailboxes on the imap server -- one for ham-learn, and one for spam-learn. in cron, i have fetchmail that retrieves these messages and feeds them to sa-learn. fetchmail -a -s -n --folder 'Spam' -m 'sa-l

Re: Cyrus IMAP / SASL / LDAP virtual domain authentication

2006-04-18 Thread lartc
hi john, try adding ldap_default_realm: domain.tld ldap_realm: domain.tld to your saslauthd.conf & restart saslauthd cheers charles On Tue, 2006-04-18 at 05:12 -0400, [EMAIL PROTECTED] wrote: > Hello, > > I'm trying to set up Cyrus IMAP for virtual domains and authenticating > users in LDA

Re: messages not deleted from /var/spool/mail/ directory

2006-04-10 Thread lartc
hi ken, yea -- very tired here ... so, the messages are not deleted after a pop pickup. if i run reconstruct, they get purged. any ideas? cheers charles On Mon, 2006-04-10 at 07:59 -0400, Ken Murchison wrote: > lartc wrote: > > sorry :-) > > EXPUNGE is an IMAP command and ha

messages not deleted from /var/spool/mail/ directory -- ignore -- just read about expunge

2006-04-10 Thread lartc
sorry :-) -- "simplified chinese" is not nearly as easy as they would have you believe ... a superlative oxymoron" --anonymous 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

messages not deleted from /var/spool/mail/ directory

2006-04-10 Thread lartc
hi all, i managed to get virtual domains working, however, i now notice that messages (even though they were received using pop with DELE on) are still living in the /var/spool/imap/user/... directory. is there a parameter for this (that i don't know about) thanks charles Cyrus Home Pag

Re: cyrus virtual domains -- real not passed to saslauthd with virtdomains: userid

2006-04-10 Thread lartc
hi igor, thanks for your note -- yes i have the -r flag, but still no realm coming thru. this morning, i added ldap_default_realm and ldap_realm to my saslauthd.conf, and all is happy. thanks charles On Fri, 2006-04-07 at 15:13 -0400, Igor Brezac wrote: > On Fri, 7 Apr 2006, lartc wr

cyrus virtual domains -- real not passed to saslauthd with virtdomains: userid

2006-04-07 Thread lartc
hi all, no joy even after googling for hours and looking thru the archives ... i cannot get imap to pass the realm either in the userid or realm field to saslauthd. i can successfully authenticate [EMAIL PROTECTED] using testsaslauthd, however, imtest test fails and debugging saslauthd does not

Re: Shared folders are invisible?

2006-02-14 Thread lartc
hi, try turning on alternate name space in your imapd.conf altnamespace: yes restart cyrus and give it a try cheers charles On Tue, 2006-02-14 at 17:28 +0200, Georgy Goshin wrote: > Hi! > > I need shared folders, I'm trying to create this, but can't see the folders > from client (in Outlo

Re: Cyrus Install on Centos

2006-01-24 Thread lartc
hi kevin, i'm using both cento-4 and rhel-4 go ahead and install the rpm ... along with all the cyrus-sasl rpms as well. here's my /etc/cyrus.conf START { recover cmd="ctl_cyrusdb -r" idled cmd="idled" } SERVICES { imap cmd="imapd" listen="imap" prefork=5 imaps

Re: efficient and simple ham and spam learn with cyrus

2006-01-24 Thread lartc
hi andrez, hi andreas, thanks for your suggestions -- will do both :-) cheers charles 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

efficient and simple ham and spam learn with cyrus

2006-01-23 Thread lartc
hi all, i have a cyrus/postfix/amavis setup and would like to ask if anyone has developed a simple methodology to handle learning of ham and spam in an imap mailbox. in general do you have your user forward messages to piped user, or have sa-learn run on an imap mailbox? cheers charles

Re: Log level question

2005-09-27 Thread lartc
hi franco, On Tue, 2005-09-27 at 13:28 -0300, Franco Bruno Borghesi wrote: > Yeps, that's what I told him. But I've got no access to his home > computer, and he keeps saying that his computer is correctly > configured. That's why I would like to have a record in the log file. not sure how he's

Re: Log level question

2005-09-27 Thread lartc
hi franco if i had to guess -- the client machine using pop3 has it setup to delete messages rather than leaving them on the server. so when the user checked his mail using pop3, all the message went locally to that machine. cheers charles On Tue, 2005-09-27 at 12:30 -0300, Franco Bruno Borghes

Re: Cyrus Imap Authentication Problems

2005-09-26 Thread lartc
hi, try installing the sasl authentification packages ... i had the same thing ... cyrus-sasl-md5 cyrus-sasl-plain cyrus-sasl-ntlm cyrus-sasl-gssapi "plain" is the minimum install ... cheers chalres On Sun, 2005-09-25 at 21:31 +0200, evildad wrote: > HI there, > i'd like to set-up an worki

Re: Spam coming from list server??

2005-05-16 Thread lartc
hi all, i also have been receiving hundreds of mailer-daemon messages -- apparently, the spammer has harvested e-mail address from this list and others and used my address as the from: large quantities of these messages are quite "legitimate" bounces from real smtp servers, so i have to install f

sieve problems

2005-04-01 Thread lartc
hello list, i have a problem with sieve that i'm having a very hard time working out: i'm running on fedora core 3 and have tried versions from 2.1.19 thru to the the latest stable 2.2.12 essentially, i cannot connect to sieve server process thru sivtest or sieveshell there are two pertinent thr