Cyrus deliver appending newline to messages

2008-02-17 Thread Albert Chin
We're running cyrus-imap 2.3.11 and whenever I deliver a mail message with deliver(8), a newline gets appended to the message. Why? If I bounce the message, no newline gets appended. -- albert chin ([EMAIL PROTECTED]) Cyrus Home Page: http://cyrusimap.web.cmu.edu/ Cyrus Wiki/FAQ:

Re: Cannot get sieve working with 2.3.11

2008-02-03 Thread Albert Chin
On Sat, Feb 02, 2008 at 08:21:44AM -0600, Albert Chin wrote: > I compiled 2.3.11 on FreeBSD 6.3 but cannot get sieve working. I have > a simple sieve script: > $ cat china.sieve > if header :contains "Subject" "" { > discard; > } > $ sieves

Cannot get sieve working with 2.3.11

2008-02-02 Thread Albert Chin
ject header but it does not. Any ideas? -- albert chin ([EMAIL PROTECTED]) 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: mass permissions change

2004-06-11 Thread Albert Chin
On Thu, Jun 10, 2004 at 11:36:56PM -0300, Felix Cuello wrote: > On Thu, Jun 10, 2004 at 09:31:10PM -0500, Albert Chin wrote: > > On Thu, Jun 10, 2004 at 06:06:14PM -0500, Albert Chin wrote: > > BTW, I think setacl takes wildcards. maybe you can do: > > > setacl user.% [i

Re: mass permissions change

2004-06-10 Thread Albert Chin
On Thu, Jun 10, 2004 at 06:06:14PM -0500, Albert Chin wrote: > On Thu, Jun 10, 2004 at 06:56:13PM -0300, Felix Cuello wrote: > >I need to changes mailbox permissions to all users at the same > >time, there is any way to do that? > > Why not use the Perl module and w

Re: mass permissions change

2004-06-10 Thread Albert Chin
On Thu, Jun 10, 2004 at 06:56:13PM -0300, Felix Cuello wrote: >I need to changes mailbox permissions to all users at the same >time, there is any way to do that? Why not use the Perl module and whip up a small script? -- albert chin ([EMAIL PROTECTED]) --- Cyrus Home Page

Error building sieve/test.c from 2.2.5

2004-06-09 Thread Albert Chin
uot;", "a", 0 }, { "i;octet", IS, "a", "a", 1 }, { "i;octet", IS, "a", "A", 0 }, ... to: struct testcase tc[] = { { B_OCTET, IS, "", "", 1 }, { B_OCTET, IS, "a", "", 0

Re: sieve not filtering mail

2004-02-24 Thread Albert Chin
On Tue, Feb 24, 2004 at 10:29:20PM -0600, Albert Chin wrote: > $ cat /ext/data/mail/.sieve/c/china/sieve.spam.script > if header :contains "Subject" "hello" { > discard; > } > > $ cat test.msg > From: [EMAIL PROTECTED] > To: [EMA

sieve not filtering mail

2004-02-24 Thread Albert Chin
ct" "hello" { discard; } $ cat test.msg From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: hello test $ deliver -r [EMAIL PROTECTED] -m user.china -a china < test.msg Why doesn't the filter throw away the message? -- albert chin ([EMAIL PROTECTED]) ---

Re: Not seing SASL auth metchanisms from sieve

2004-02-24 Thread Albert Chin
On Tue, Feb 24, 2004 at 09:11:38PM -0500, Igor Brezac wrote: > > On Tue, 24 Feb 2004, Albert Chin wrote: > > > On Tue, Feb 24, 2004 at 06:32:52PM -0500, Igor Brezac wrote: > > > > > > It may be that your sasl setup is broken and cyrus cannot find plain > &g

Re: Not seing SASL auth metchanisms from sieve

2004-02-24 Thread Albert Chin
On Tue, Feb 24, 2004 at 06:32:52PM -0500, Igor Brezac wrote: > > On Tue, 24 Feb 2004, Albert Chin wrote: > > > > True (I'm using PAM via saslauthd). So, with the following in > > > imapd.conf and TLS, I should get some auth mechanisms displaye

Re: Not seing SASL auth metchanisms from sieve

2004-02-24 Thread Albert Chin
On Tue, Feb 24, 2004 at 04:40:41PM -0600, Albert Chin wrote: > On Tue, Feb 24, 2004 at 05:25:38PM -0500, Igor Brezac wrote: > > > > On Tue, 24 Feb 2004, Albert Chin wrote: > > > > > On Tue, Feb 24, 2004 at 01:49:39PM -0600, Albert Chin wrote: > > > > &

Re: Not seing SASL auth metchanisms from sieve

2004-02-24 Thread Albert Chin
On Tue, Feb 24, 2004 at 05:25:38PM -0500, Igor Brezac wrote: > > On Tue, 24 Feb 2004, Albert Chin wrote: > > > On Tue, Feb 24, 2004 at 01:49:39PM -0600, Albert Chin wrote: > > > > > > BTW, imapd doesn't display the auth mechanisms either: > >

Re: Not seing SASL auth metchanisms from sieve

2004-02-24 Thread Albert Chin
On Tue, Feb 24, 2004 at 01:49:39PM -0600, Albert Chin wrote: > On Tue, Feb 24, 2004 at 10:55:51AM -0600, Albert Chin wrote: > > $ telnet [host] 2000 > > "IMPLEMENTATION" "Cyrus timsieved v2.2.3" > > "SIEVE" "fileinto reject envelope va

Re: Not seing SASL auth metchanisms from sieve

2004-02-24 Thread Albert Chin
On Tue, Feb 24, 2004 at 10:55:51AM -0600, Albert Chin wrote: > $ telnet [host] 2000 > "IMPLEMENTATION" "Cyrus timsieved v2.2.3" > "SIEVE" "fileinto reject envelope vacation imapflags notify subaddress relational > regex" > OK > > An

Not seing SASL auth metchanisms from sieve

2004-02-24 Thread Albert Chin
pwcheck_method: saslauthd sendmail: [path] sievedir: /ext/data/mail/.sieve unix_group_enable: true unixhierarchysep: false -- albert chin ([EMAIL PROTECTED]) --- 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