³¬¼¶Îݶ¥¸ôÈȲÄÁÏ

2004-06-18 Thread ׿¹¤³Ìʦ
科技改变您的生存环境   . 采用与冰箱、高温消毒碗柜同步的保温和隔热技术,产品外形、结构均为专利技术。应用于冷库、屋面、墙体,起隔离恶劣环境,直接节约能源的作用。 . 【塑化防水型节能瓷砖】是隔热、保温、隔音、防水、装饰的集成体,每项科技含量都很高,能真正做到一次投资,百年受益。是新建屋面或屋面改造最理想的选择。 .  高超的保温隔热性能使顶层楼房变得:冬暖夏凉。为用户节省了大量的因制冷或采暖而产生的电费;它美观耐用,使宝贵的楼面观光天台得到了真正的长期利用,同时也美化了城市的环境;以往投诉最多的楼面漏水问题也从根本上得到了解决。 .

Re: signaled to death by 11

2004-06-18 Thread Patrick Boutilier
Günter Zimmermann wrote: Hi people, The problem is solved. It was because of different versions od berkley-db in sasl and imapd. It found this information in the trace. Another Point is that its only works with berkley-db version 4.1.25. Version 4.2.52 did not work. We use 4.2.52. Had major slowdo

Fri, 18 Jun 2004 17:52:15 -0600

2004-06-18 Thread Sasl-cvs
Here is a casino giving away $25 Free when you sign up an account. No credit card required http://secret.cls2.org/iwin.html Marylou

Re: signaled to death by 11

2004-06-18 Thread Günter Zimmermann
Hi people, The problem is solved. It was because of different versions od berkley-db in sasl and imapd. It found this information in the trace. Another Point is that its only works with berkley-db version 4.1.25. Version 4.2.52 did not work. thx for your help. strace was a really good hint:-

Re: System-wide sieve filter

2004-06-18 Thread Tore Anderson
* Edward Rudd > amavisd-new => http://www.ijs.si/software/amavisd/ > amavisd is a perl daemon that runs as a filter for an MTA. In my > setup I have postfix configured to use amavisd as a content filter > and amavisd then runs all the messages through spamassassin and > through clamav (or an

RE: Problems with idle pop3 connections locking mailboxes

2004-06-18 Thread Michael Sims
Michael Sims wrote: > I'm having a strange problem with pop3d connections hanging that I > was hoping to get some feedback on (system vitals are at the bottom > of this message). [...] > [EMAIL PROTECTED] root]# strace -p23604 > Process 23604 attached - interrupt to quit > write(1, "/mYYyaenY9KvRwA

Re: lmtp via unix socket and user+mbox@domain syntax

2004-06-18 Thread Andreas
On Fri, Jun 18, 2004 at 02:18:06PM -0500, Edward Rudd wrote: > > "anyone" is a bit too broad... What is the user that the lmtp unix socket > > is seeing and using for delivery? > > > anonymous p Ah, that fixed it, thanks --- Cyrus Home Page: http://asg.web.cmu.edu/cyrus Cyrus Wiki/FAQ: http://cyr

Re: lmtp via unix socket and user+mbox@domain syntax

2004-06-18 Thread Edward Rudd
On Fri, 2004-06-18 at 13:32, Andreas wrote: > On Fri, Jun 18, 2004 at 03:01:41PM -0300, Andreas wrote: > > the [EMAIL PROTECTED] syntax to work, but to no avail: all messages > > end up in INBOX (I have set "recipient_delimiter = +" in postfix's main.cf). > > Hmm, answering to myself... Adding the

Cyrus IMAPd 2.2.6 Released

2004-06-18 Thread Rob Siemborski
I'm pleased to announce the release of Cyrus IMAPd 2.2.6. This release implements a large number of bugfixes and massively improves the stability of the server. It contains no new features. A full list of changes is available in doc/changes.html in the distribution. Download the release at:

Re: lmtp via unix socket and user+mbox@domain syntax

2004-06-18 Thread Christoph Moench-Tegeder
## Andreas ([EMAIL PROTECTED]): > I'm using postfix 2.0.19 and cyrus-imapd-2.2.4 (+patches from CVS) > and delivery is happening via lmtp unix socket. I'm trying to make > the [EMAIL PROTECTED] syntax to work, but to no avail: all messages > end up in INBOX (I have set "recipient_delimiter = +" in

Re: System-wide sieve filter

2004-06-18 Thread Earl R Shannon
Hello, Amavis is a milter and is not part of the Cyrus package. What it would do with the extension listed is change the deliver to address by suffixing it with "+spam". The "+" address indicates to the final delivery agent, usually lmtpd for cyrus, to put the message in the specified folder. So a

Re: System-wide sieve filter

2004-06-18 Thread Edward Rudd
On Fri, 2004-06-18 at 12:05, Tore Anderson wrote: > * Tore Anderson > > > Hi. I need to make SpamAssassin-tagged messages to be by > > default filtered into a spam-folder. I figured I could do this > > either by a global sieve script, or some default script that was > > copied in place whe

Re: lmtp via unix socket and user+mbox@domain syntax

2004-06-18 Thread Andreas
On Fri, Jun 18, 2004 at 03:01:41PM -0300, Andreas wrote: > the [EMAIL PROTECTED] syntax to work, but to no avail: all messages > end up in INBOX (I have set "recipient_delimiter = +" in postfix's main.cf). Hmm, answering to myself... Adding the "p" right to "anyone" fixed it. But "anyone" is a bit

lmtp via unix socket and user+mbox@domain syntax

2004-06-18 Thread Andreas
I'm using postfix 2.0.19 and cyrus-imapd-2.2.4 (+patches from CVS) and delivery is happening via lmtp unix socket. I'm trying to make the [EMAIL PROTECTED] syntax to work, but to no avail: all messages end up in INBOX (I have set "recipient_delimiter = +" in postfix's main.cf). Is it at all possib

Re: System-wide sieve filter

2004-06-18 Thread Tore Anderson
* Tore Anderson > Hi. I need to make SpamAssassin-tagged messages to be by > default filtered into a spam-folder. I figured I could do this > either by a global sieve script, or some default script that was > copied in place whenever a new user mailbox was created. * Luca Olivetti > in

Re: System-wide sieve filter

2004-06-18 Thread Edward Rudd
On Fri, 2004-06-18 at 11:01, Eddy Beliveau wrote: > Hi! Luca, > > I like your solution ;-) > > Do you know if it work with the following environment: > cyrus 2.1.16, amavisd-new 20030616-p9 and spamassassin 2.60-1 > It will work in that environment perfectly. You just have to make sure correct

Re: System-wide sieve filter

2004-06-18 Thread Eddy Beliveau
> Tore Anderson wrote: > > Hi. I need to make SpamAssassin-tagged messages to be by default > > filtered into a spam-folder. I figured I could do this either by > > a global sieve script, or some default script that was copied in place > > whenever a new user mailbox was created. > > in /et

Re: System-wide sieve filter

2004-06-18 Thread Luca Olivetti
Tore Anderson wrote: Hi. I need to make SpamAssassin-tagged messages to be by default filtered into a spam-folder. I figured I could do this either by a global sieve script, or some default script that was copied in place whenever a new user mailbox was created. in /etc/amavisd.conf $addr_ex

System-wide sieve filter

2004-06-18 Thread Tore Anderson
Hi. I need to make SpamAssassin-tagged messages to be by default filtered into a spam-folder. I figured I could do this either by a global sieve script, or some default script that was copied in place whenever a new user mailbox was created. I couldn't find a way to do either, so here's

RE: NO Login failed: can't request info until later in exchange

2004-06-18 Thread Michael F. Sprague
Rob MacGregor said: >>From: "Michael F. Sprague" <[EMAIL PROTECTED]> >>I searched google and the archives for this list and it seemed that the >>fix was to upgrade sasl to v2.1.15 (I'm currently running v2.1.10). This >>is running on Redhat9 and I was unable to find an rpm for anything >> better

Re: strange behaviour of quota with one user

2004-06-18 Thread Ken Murchison
Nicolas Schmitz wrote: Hello, one of my user, who use 700Meg on the server, has a strange problem : when I increase his quota (over 4,2gig), Mozilla display the quota warn popup (saying 85% is used) whereas if I display the property of a folder, the value is correct (15%) (the value is also cor

Re: how to prevent user from removing INBOX messages from server?

2004-06-18 Thread Ken Murchison
Sam wrote: > > Hi, > > I have tried to set defaultacl to lsp to anyone, but user not in admins > group still can remove messages from the INBOX from the server. > > Is there any tricky bit I missed? defaultacl is for *newly* created shared mailboxes. You need to cyradm and actually change the

Re: Storage and backup for large IMAP servers?

2004-06-18 Thread Sebastian Hagedorn
Hi, --On Donnerstag, 17. Juni 2004 14:42 Uhr -0500 Gary Mills <[EMAIL PROTECTED]> wrote: We have people who are asking for unreasonable amounts of e-mail space. what's reasonable lies in the eye of the beholder ... ;-) I'd like to estimate a configuration that would supply that amount of space,

strange behaviour of quota with one user

2004-06-18 Thread Nicolas Schmitz
Hello, one of my user, who use 700Meg on the server, has a strange problem : when I increase his quota (over 4,2gig), Mozilla display the quota warn popup (saying 85% is used) whereas if I display the property of a folder, the value is correct (15%) (the value is also correct with /usr/cyrus/b

Re: Crypted mail storage

2004-06-18 Thread Craig Ringer
On Fri, 2004-06-18 at 16:37, Jonas Jacobsson wrote: > Is there a way to make the mail storage crypted on disk in Cyrus? > Maybe with a third party solution? If I needed to do that, I'd probably use an encrypted filesystem and run Cyrus off it normally. I'd also seriously consider storing the confi

cyrus-sasl-2.1.17 and 2.1.15 [%u@%r] ?

2004-06-18 Thread Patrick T. Tsang
Hello , I have just upgraded the cyrus-sasl 2.1.15 to 2.1.17 with several patch. the usual switch %u on /etc/saslauthd.conf is no longer working ! The latest 2.1.17 changes it to be [EMAIL PROTECTED] if I want the full email address as the login name. (I use LDAP backend) It's fine for general

Crypted mail storage

2004-06-18 Thread Jonas Jacobsson
Is there a way to make the mail storage crypted on disk in Cyrus? Maybe with a third party solution? /jonas --- 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

RE: NO Login failed: can't request info until later in exchange

2004-06-18 Thread Rob MacGregor
From: "Michael F. Sprague" <[EMAIL PROTECTED]> I searched google and the archives for this list and it seemed that the fix was to upgrade sasl to v2.1.15 (I'm currently running v2.1.10). This is running on Redhat9 and I was unable to find an rpm for anything better than 2.1.10 so I downloaded the

MBAÔ¤¿Æ°à¿ª¿Î£¬²»¸Ï½ôÐж¯ÓֵõÈÒ»Ä꣡

2004-06-18 Thread ¹â»ª¹ÜÀí
报考MBA(工商管理硕士),成就卓越经理人,改变人生! 报名条件:大专2000年前毕业,本科2002年前毕业,研究生2003年前毕业,年龄专业不限。 北京光华管理科学研究院 第五届(2005)MBA预科班, 全国唯一连续五年坚持精品班战略,联考上线保证! 社会公认MBA辅导精品班第一专业品牌! 小班上课、文理兼顾、全程强化、名师辅导、超值服务、上线保证。 开课时间:2004年5月29日(可插班) 上课地点:北京大学 报名热线:010-62758999 详情浏览:www.mba-edu.cn

Postfix+Cyrus_imapd virtual alias failed----could not change the destination address.

2004-06-18 Thread Wang Penghui
Hi, all: I have a mail server which built with Cyrus-imapd2.2.3 Postfix 2.0.19 OpenLDAP. It have several virtual domains, and runs well. The address "[EMAIL PROTECTED]" is a virtual account. and "[EMAIL PROTECTED]" is a none-existed account. I have to make all the messages sent to [EMAIL PROTEC