Re: cyrus user limiting

2003-07-08 Thread Andrew Koros
Hi, Did you try to restrict cyrus with tcp_wrappers and it actually failed? Maybe you should post this question to cyrus mailing list: [EMAIL PROTECTED] and maybe others have some nice ideas On Tue, 2003-07-08 at 14:04, [EMAIL PROTECTED] wrote: > But with tcp_wrappers you can restrict only clien

[PATCH] autocreate inbox for cyrus-imapd-2.1.14

2003-07-08 Thread Christos Soulios
Hi all, I have ported the patch to the latest version (2.1.14) of cyrus imapd. *** New feature *** I also implemented an automatic subscription to shared folders procedure. The administrator may declare in the imapd.conf file some shared folders to which the user gets automatically subscribed

Re: sieve script not running?

2003-07-08 Thread Hank Beatty
On Mon, 2003-07-07 at 15:56, Ken Murchison wrote: > Test your script/message combo by running the them through the > sieve/test.c program in the distro. Once it works there, then you can > work on lmtpd/timsieved problems. > This seems to work: [EMAIL PROTECTED] scriptTestDir]# ./test 216. te

Re: sieve script not running?

2003-07-08 Thread Ken Murchison
Hank Beatty wrote: On Mon, 2003-07-07 at 15:56, Ken Murchison wrote: Test your script/message combo by running the them through the sieve/test.c program in the distro. Once it works there, then you can work on lmtpd/timsieved problems. This seems to work: [EMAIL PROTECTED] scriptTestDir]#

cyrus-2.1.13 recovering mailboxes

2003-07-08 Thread RJ45
Hello I'd need to do a recover of mailboxes.db fiel reconstructing it from the /var/spool/imap tree. but I saw that the program reconstruct with the otion -m does not work, I Am on FreeBSD 4.8. is there any other way to rebuild a mailboxes.db file ? than kyou Rick

Re: sieve script not running?

2003-07-08 Thread Hank Beatty
On Tue, 2003-07-08 at 08:26, Ken Murchison wrote: > Not really, there isn't a lot of logging for sieve. Is your script > activated? There shgould be a link from default.bc to your active > script. Are the permissions on the script correct? It should be at > least readable byt the cyrus user

[PROPOSAL] Sieve for shared mailboxes

2003-07-08 Thread Ken Murchison
In the past, people have requested the ability to run sieve scripts when messages are posted directly to shared mailboxes (via +detail addressing). I have suggested that this would be possible by associating a script with the 'postuser' (typically "bb" or ""), but this was deemed unacceptable

Re: sieve script not running?

2003-07-08 Thread Ken Murchison
Hank Beatty wrote: On Tue, 2003-07-08 at 08:26, Ken Murchison wrote: Not really, there isn't a lot of logging for sieve. Is your script activated? There shgould be a link from default.bc to your active script. Are the permissions on the script correct? It should be at least readable byt

Re: Kerberos IMAP clients

2003-07-08 Thread Adam Tauno Williams
> One question. While it is nice to have Kerberos 4/5 authentication, which > IMAP clients support it? Which one would you suggest? I know that pine & Ximian Evolution do via GSSAPI > Etienne Goyer told me they were using "PLAIN -> saslauthd -> Kerberos 5". That is more of a mail server configur

Re: [PROPOSAL] Sieve for shared mailboxes

2003-07-08 Thread Cyrus Daboo
Hi Ken, --On Tuesday, July 8, 2003 9:59 AM -0400 Ken Murchison <[EMAIL PROTECTED]> wrote: | In the past, people have requested the ability to run sieve scripts when | messages are posted directly to shared mailboxes (via +detail | addressing). I have suggested that this would be possible by ass

SMTP/IMAP Realm Problems

2003-07-08 Thread Andrew Brink
Hello I have finally figured out why my SMTP authentication is not working, because of a real problem, now I just need to know the best way to fix this. The problem is that sendmail is trying to send the FQDN as the realm (lets say neo.matrix.com) but my users are listed in sasl2 as [EMAIL PRO

Re: [PROPOSAL] Sieve for shared mailboxes

2003-07-08 Thread Ken Murchison
Stephen L. Ulmer wrote: On 8 Jul 2003, Ken Murchison stated: In the past, people have requested the ability to run sieve scripts when messages are posted directly to shared mailboxes (via +detail addressing). I have suggested that this would be possible by associating a script with the 'postu

RE: SMTP/IMAP Realm Problems

2003-07-08 Thread Andrew Brink
Sorry, Meant to send to cyrus-sasl. > -Original Message- > From: Andrew Brink > Sent: Tuesday, July 08, 2003 9:57 AM > To: '[EMAIL PROTECTED]' > Subject: SMTP/IMAP Realm Problems > > Hello > > I have finally figured out why my SMTP authentication is not working, because

Postfix-Cyrus-Web-cyradm Problem...

2003-07-08 Thread Anders Norrbring
Hi! I've run into problems, and I can't find any solution wherever I search, maybe someone here can help out? I've set up my mail system strictly according to a HOW-TO I found, http://www.tldp.org/HOWTO/Postfix-Cyrus-Web-cyradm-HOWTO/index.html the system is a SuSE Pro 8.2. I followed the HOW-T

Re: [PROPOSAL] Sieve for shared mailboxes

2003-07-08 Thread Ken Murchison
Cyrus Daboo wrote: Hi Ken, --On Tuesday, July 8, 2003 9:59 AM -0400 Ken Murchison <[EMAIL PROTECTED]> wrote: | In the past, people have requested the ability to run sieve scripts when | messages are posted directly to shared mailboxes (via +detail | addressing). I have suggested that this wo

Re: sieve script not running?

2003-07-08 Thread Hank Beatty
On Tue, 2003-07-08 at 10:15, Ken Murchison wrote: > Yes, in this case your script must read: > > fileinto "INBOX/mail/Junk Mail"; /* altnamespace: no */ > > OR > > fileinto "mail/Junk Mail"; /* altnamespace: yes */ Hmm. That didn't work either. I really appreciate your help. I just know it

RE: Postfix-Cyrus-Web-cyradm Problem...

2003-07-08 Thread Andrew Brink
This usually happens when the account is not created by cyrus. Make sure you entered the correct username/password for the cyrus user into the web-cyradm database, and make sure you can use both of those with the command line cyradm as described in section 9.4. If both of those seem good, try

Re: [PROPOSAL] Sieve for shared mailboxes

2003-07-08 Thread Amos Gouaux
> On Tue, 08 Jul 2003 09:59:20 -0400, > Ken Murchison <[EMAIL PROTECTED]> (km) writes: km> Now that Cyrus 2.2 has support for mailbox annotations, I believe km> that we can provide the functionality that people desire. I just have to say: WOOHOO!!! :-) OK, perhaps a little premature, bu

Re: SMTP/IMAP Realm Problems

2003-07-08 Thread Hank Beatty
On Tue, 2003-07-08 at 10:56, Andrew Brink wrote: > Hello > > I have finally figured out why my SMTP authentication is not working, because of a > real problem, now I just need to know the best way to fix this. > > The problem is that sendmail is trying to send the FQDN as the realm (lets say >

Re: [PROPOSAL] Sieve for shared mailboxes

2003-07-08 Thread Rob Mueller
> > Should a script attached to INBOX actually be the users primary > > (delivery) SIEVE script? If so setting that script via IMAP ANNTATEMORE > > should have the same effect as doing so via ManageSIEVE. > > > > True. I hadn't thought about that. This might be worth exploring. I think this woul

Key too large error sasldblistusers batch adds

2003-07-08 Thread joe ritter
Hello, I just added around 12K users to /etc/sasldb2 using a simple shell script and a tab delimited file containing username and password of users. When I go to verify these adds using sasldblistuers2 I get the following error message: Key too large! Thats it. I tried running strace on the comma

Re: [PROPOSAL] Sieve for shared mailboxes

2003-07-08 Thread Cyrus Daboo
Hi Rob, --On Wednesday, July 09, 2003 2:08 AM +1000 Rob Mueller <[EMAIL PROTECTED]> wrote: |> True. I hadn't thought about that. This might be worth exploring. | | I think this would be great. Personally I found the whole concept of | having an entirely different protocol to manage sieve scrip

Re: [PROPOSAL] Sieve for shared mailboxes

2003-07-08 Thread Ken Murchison
Cyrus Daboo wrote: Hi Rob, --On Wednesday, July 09, 2003 2:08 AM +1000 Rob Mueller <[EMAIL PROTECTED]> wrote: |> True. I hadn't thought about that. This might be worth exploring. | | I think this would be great. Personally I found the whole concept of | having an entirely different protocol

Re: [PROPOSAL] Sieve for shared mailboxes

2003-07-08 Thread Cyrus Daboo
Hi Ken, --On Tuesday, July 8, 2003 11:34 AM -0400 Ken Murchison <[EMAIL PROTECTED]> wrote: |> What about IMAP APPEND? Does that trigger the script? It really ought to |> as well. | | I hadn't anticipated this. What would be the need/advantage of this? | There is a huge potential for using sieve

Re: [PROPOSAL] Sieve for shared mailboxes

2003-07-08 Thread Ken Murchison
Stephen L. Ulmer wrote: Of course if Cyrus IMAPd were implemented in LISP Now that's old school. ;) I'm sure I've forgotten more about LISP, and functional languages in general, than I remember. IIRC, the original IMAP client written by Mark Crispin was written in LISP. -- Kenneth Murch

Re: [PROPOSAL] Sieve for shared mailboxes

2003-07-08 Thread Amos Gouaux
> On Tue, 08 Jul 2003 14:33:53 -0400, > Ken Murchison <[EMAIL PROTECTED]> (km) writes: km> IIRC, the original IMAP client written by Mark Crispin was written in LISP. Hey, some of us still use (e)LISP mail clients, not that I'm encouraging a client/language debate. Really. ;-) -- Amos

Getting deperate.. And REALLY confused!

2003-07-08 Thread Anders Norrbring
I'm struggling big-time with Postfix-Cyrus-Web-cyradm, I followed (as far as I know - blindly) the http://www.tldp.org/HOWTO/Postfix-Cyrus-Web-cyradm-HOWTO to make this work. Still I have big problems.. Now I can log in with cyradm and do a mailbox list, there's one 'user.a0001' as I set it up in

Re: [PROPOSAL] Sieve for shared mailboxes

2003-07-08 Thread Ken Murchison
Amos Gouaux wrote: On Tue, 08 Jul 2003 14:33:53 -0400, Ken Murchison <[EMAIL PROTECTED]> (km) writes: km> IIRC, the original IMAP client written by Mark Crispin was written in LISP. Hey, some of us still use (e)LISP mail clients, not that I'm Right. I've been known to use Emacs to read email

Re: [PROPOSAL] Sieve for shared mailboxes

2003-07-08 Thread Rob Mueller
> Actually, my intent wasn't to _store_ a script via IMAP ANNOTATEMORE. I > was only intending to _select_ (activate) a script via the annotation. > I still anticipate using MANAGESIEVE to do the upload/download. Would it be hard to add the ability to store scripts as well? It would be nice to be

Re: [PROPOSAL] Sieve for shared mailboxes

2003-07-08 Thread Jonathan Marsden
On 8 Jul 2003, Ken Murchison writes: > Just out of curiousity, are there any non-eLISP IMAP clients? Sure, all the ones written in other languages... oh, that's not what you meant?Parsing that as "(non-e)LISP IMAP clients": One called PostOffice is at http://opensource.franz.com/postoffice/

Question about Sieve and "filters"

2003-07-08 Thread Michael Fair
Hey all, I have a general question/suggestion regarding Sieve. It seems to me that it would be useful to be able to install filter plugins that could transform mail messages as they were processed. This would be a simple command, like: filter :spamassassin This command would take the email, sho

API to write to lmtp directly

2003-07-08 Thread Ramprasad A Padmanabhan
Is there an API available with which I can directly write to lmtp instead of sending a mail I am presently using postfix and sending the mail, But I believe that calling an smtp agent has its own overheads. I am sending 10-15 messages to around 850 mailboxes every hour using postfix and aliase