Re: Regex in sieve broken in 2.4?

2011-04-13 Thread Øyvind Kolbu
On 2011-04-13 at 23:05, Bron Gondwana wrote: > Please file a bug :) 2.4.8 has added a pile of charset changes, > and it is possible that I've broken something. OK, Bugzilla #3442. -- Øyvind Kolbu Postmaster Universitetet i Oslo pgpcKEF9yj982.pgp Description: PGP signature Cyrus Home Page

Re: Regex in sieve broken in 2.4?

2011-04-13 Thread Bron Gondwana
On Wed, Apr 13, 2011 at 07:03:17PM +0200, Øyvind Kolbu wrote: > We recently upgraded a few of our imap servers to 2.4.8beta1 from 2.3.16 > and found that sieve filters with regex are broken. The filtering rule is > ignored and the message delivered to INBOX, so at least not gone. > > Example filte

Regex in sieve broken in 2.4?

2011-04-13 Thread Øyvind Kolbu
We recently upgraded a few of our imap servers to 2.4.8beta1 from 2.3.16 and found that sieve filters with regex are broken. The filtering rule is ignored and the message delivered to INBOX, so at least not gone. Example filter: require ["fileinto","regex"]; if header :regex :compar

Re: imapd 2.4.6 sendmail and rtcyrus v3

2011-04-13 Thread Joseph Brennan
--On Wednesday, April 13, 2011 17:54 +0200 Mogens Melander wrote: > Ok, thanks anyway. > > How are you doing it? sendmail <-> cyrus imapd. Gateway columbia.edu resolves virtusers, aliases, users, to the correct destination for that end user, which might be our Cyrus cluster or our Exchange c

Re: imapd 2.4.6 sendmail and rtcyrus v3

2011-04-13 Thread Dan White
On 13/04/11 17:54 +0200, Mogens Melander wrote: >Ok, thanks anyway. > >How are you doing it? sendmail <-> cyrus imapd. Have you taken a look at?: http://www.cyrusimap.org/docs/cyrus-imapd/2.4.8/install-configure.php >On Wed, April 13, 2011 17:44, Joseph Brennan wrote: >> >> At this point, you're

Re: imapd 2.4.6 sendmail and rtcyrus v3

2011-04-13 Thread Mogens Melander
Ok, thanks anyway. How are you doing it? sendmail <-> cyrus imapd. On Wed, April 13, 2011 17:44, Joseph Brennan wrote: > > At this point, you're using features we don't use, so I bow out. > Maybe someone else is doing it this way. > > Joseph Brennan > Columbia University Information Technology >

Re: imapd 2.4.6 sendmail and rtcyrus v3

2011-04-13 Thread Joseph Brennan
At this point, you're using features we don't use, so I bow out. Maybe someone else is doing it this way. Joseph Brennan Columbia University Information Technology Cyrus Home Page: http://www.cyrusimap.org/ List Archives/Info: http://lists.andrew.cmu.edu/pipermail/info-cyrus/

Re : Error when compilating cyrus imap

2011-04-13 Thread Dave McMurtrie
On 04/13/2011 11:28 AM, Ami Stage wrote: > the problem is solved, > i had a mistake in the file configure.in Did you modify configure.in, or is there a bug in the distributed version? Thanks! Dave Cyrus Home Page: http://www.cyrusimap.org/ List Archives/Info: http://lists.andrew.cmu.edu/pip

Re : Error when compilating cyrus imap

2011-04-13 Thread Ami Stage
the problem is solved, i had a mistake in the file configure.in thanks De : Bron Gondwana À : Ami Stage Cc : info-cy...@andrew.cmu.edu Envoyé le : Mer 13 avril 2011, 16h 30min 08s Objet : Re: Error when compilating cyrus imap On Wed, 13 Apr 2011 15:18:55 +

Cyrus 2.4.8 Released

2011-04-13 Thread Bron Gondwana
We are pleased to announce the release of Cyrus IMAPd 2.4.8. This is a stable release in the 2.4.x series, fixing a few bugs found since the release of 2.4.7. We urge all users of the 2.4 series to update to this release. The list of reported bugs fixed can be found here: http://cyrusimap.org/

Re: imapd 2.4.6 sendmail and rtcyrus v3

2011-04-13 Thread Mogens Melander
On Wed, April 13, 2011 16:30, Joseph Brennan wrote: > > > --On Wednesday, April 13, 2011 16:14 +0200 Mogens Melander > wrote: > >> I can se that postmas...@example.com resolves to testu...@example.com >> when testing on localhost: >> >># echo '/map virtuser postmas...@example.com' | sendmail -bt

Re: Error when compilating cyrus imap

2011-04-13 Thread Bron Gondwana
On Wed, 13 Apr 2011 15:18:55 +0100 (BST) Ami Stage wrote: > hi, > > i m working on a project about the extension CONVERT of IMAP but when i try > to > compile the makefile of the directory imap, i ve this error: > > /dev/cyrus-imapd/sieve/comparator.c:282: undefined reference to > `pcreposix

Re: imapd 2.4.6 sendmail and rtcyrus v3

2011-04-13 Thread Joseph Brennan
--On Wednesday, April 13, 2011 16:14 +0200 Mogens Melander wrote: > I can se that postmas...@example.com resolves to testu...@example.com > when testing on localhost: > ># echo '/map virtuser postmas...@example.com' | sendmail -bt > Sure, but then resolve:- echo '/map virtuser testu...@exam

Error when compilating cyrus imap

2011-04-13 Thread Ami Stage
hi, i m working on a project about the extension CONVERT of IMAP but when i try to compile the makefile of the directory imap, i ve this error: /dev/cyrus-imapd/sieve/comparator.c:282: undefined reference to `pcreposix_regexec' collect2: ld returned 1 exit status make[1]: *** [sievec] Erreur 1

Re: imapd 2.4.6 sendmail and rtcyrus v3

2011-04-13 Thread Mogens Melander
On Wed, April 13, 2011 14:52, Joseph Brennan wrote: > > Mogens Melander wrote: > >> My virtusertable has these mappings: >> >> postmas...@example.com testu...@example.com >> webmas...@example.comtestu...@example.com >> dom...@example.com testu...@example.com >> @exa

Re: imapd 2.4.6 sendmail and rtcyrus v3

2011-04-13 Thread Joseph Brennan
Mogens Melander wrote: > My virtusertable has these mappings: > > postmas...@example.comtestu...@example.com > webmas...@example.com testu...@example.com > dom...@example.comtestu...@example.com > @example.com error:nouser 550 No such user at example.

imapd 2.4.6 sendmail and rtcyrus v3

2011-04-13 Thread Mogens Melander
Hi list I'm having problems getting sendmail, rtcyrus v3 and imap server to play together. I can log in to the imap server, no problem. when sending mail to testu...@example.com i get error telling me "No such user at example.com" wich is from virtusertable. The real user/domain is substituted