I have just upgraded my Cyrus from 2.1.15 to 2.2.3 but I have a problem
with sieve...
It looks like sieve now is looking for a file called defaultbc instead
of default and that the format of this file has changed. How do I use
the old format instead? Or if this is not possible, how do I convert
I have cyrus 2.2.3 and the cyradm man page says that one can use
cyradm user.username STORAGE none
to remove a quota.
When I try this I get the error:
setquota: STORAGE: none: not a number
In searching for information about this I saw reference to using "-1" instead of
"none", but that ga
I finally got postfix+cyrus working through lmtpd!!
However, now whenever I restart cyrus the
"/var/imap/socket/lmtp" gets set back to root:root
Which causes the "Permission Denied" problems.
I can set it back to cyrus:mail each time, but would like
to correct this issue.
Any ideas?
Thanks,
http://asg.web.cmu.edu/cyrus/download/imapd/install-upgrade.html
Next time I will read the doc before asking questions
BTJ
Bjørn T Johansen wrote:
I have just upgraded my Cyrus from 2.1.15 to 2.2.3 but I have a problem
with sieve...
It looks like sieve now is looking for a file called defaultb
Is it possible to have cyrus-imap automatically expire messages in a
subfolder for every user of the system? I would like to deliver messages
identified as SPAM to a particular folder, INBOX.spam. Further it would be
nice if the number of messages in this folder could be limited, not by a
quota
Simon Matter wrote:
Forget about maildir and such. Cyrus-imapd is a mailserver, not a
fileserver. By mailserver I mean imap, pop3, sieve but also mail storage
or mail searching. You simply don't care about how cyrus-imapd stores
mails and metadata when you configure an MTA to work with cyrus-imapd,
On Wed, 2 Jun 2004, Timo Veith wrote:
> Hi,
>
> where can I read more about ptloader? I want to configure authorization
> with ldap groups.
Unfortunately there isn't much documentation available. You can start by
downloading the latest cyrus release (2.2.5) and use --with-auth=pts
--with-pts=ld
> On my old cyrus-imapd server the seen database is in /var/imap/user. The
> format of the file is like this:
>
> [EMAIL PROTECTED] imap]# cat /var/imap/user/a/adilinden.seen
> 00de43903fddebc61 0 0 1083101107 1:6
> 0136b4953d89df311 1063223744 4 1032458249 1:4
> 01ae95b23baa6abf
> Simon Matter wrote:
>
>>Forget about maildir and such. Cyrus-imapd is a mailserver, not a
>>fileserver. By mailserver I mean imap, pop3, sieve but also mail storage
>>or mail searching. You simply don't care about how cyrus-imapd stores
>>mails and metadata when you configure an MTA to work with
Simon Matter wrote:
Sure, you can use the cyrus transport with deliver. But it's not easier,
right? IIRC some things like single instance store are only possible with
LMTP and I never find out why people insist on using deliver. Are the any
advantages?
Okay I get you:) thank you.
---
Cyrus Home
Zhang Weiwu wrote:
I'm a newbie but I don't know why I need to use lmtp at all. I was told
by the comment in main.cf and master.cf that I can use
mailbox_transport = cyrus
and deliver(8) will be called to do mail delivery. Since I'm runing a
single server, is there any obvious reason I should use
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hello All,
I'm happy to share with you that today, June 4, 2004, marks the 10 year
anniversary of the first public alpha release of the Cyrus IMAP server.
Ten years ago, John Myers announced the release of a very early version of
what is now one of t
Adi Linden said:
> Is it possible to have cyrus-imap automatically expire messages in a
> subfolder for every user of the system? I would like to deliver messages
> identified as SPAM to a particular folder, INBOX.spam. Further it would be
> nice if the number of messages in this folder could be l
Adi Linden wrote:
Is it possible to have cyrus-imap automatically expire messages in a
subfolder for every user of the system? I would like to deliver messages
identified as SPAM to a particular folder, INBOX.spam. Further it would be
nice if the number of messages in this folder could be limite
Rob Siemborski wrote:
I'm happy to share with you that today, June 4, 2004, marks the 10 year
anniversary of the first public alpha release of the Cyrus IMAP server.
Just being curious M. Siemborski: have you been part of the project
since the beginning ? What about the other major contibutors (
> You can use 'ipurge' in a cron script. I have my users put their spam in
> a "Spam" folder then have a nightly cron job run 'sa-learn' on it followed
> by:
> su cyrus -c '/usr/lib/cyrus-imapd/ipurge -f -d 10 user/dwight/Spam'
>
> This deletes anything over 10 days old.
What is 'sa-learn'?
Ad
I have cyrus-imapd setup to work with sendmail-8.12.10. These are the
cyrus related things I added to the mc file:
define(`confLOCAL_MAILER',`cyrusv2')dnl
define(`CYRUSV2_MAILER_ARGS', `FILE /var/lib/imap/socket/lmtp')dnl
FEATURE(`preserve_local_plus_detail')dnl
MAILER(cyrusv2)dnl
I can deliver
Etienne Goyer wrote:
Zhang Weiwu wrote:
I'm a newbie but I don't know why I need to use lmtp at all. I was
told by the comment in main.cf and master.cf that I can use
mailbox_transport = cyrus
and deliver(8) will be called to do mail delivery. Since I'm runing a
single server, is there any obviou
On Thu, 3 Jun 2004, Zhang Weiwu wrote:
I'm a newbie but I don't know why I need to use lmtp at all. I was told by
the comment in main.cf and master.cf that I can use
mailbox_transport = cyrus
and deliver(8) will be called to do mail delivery. Since I'm runing a single
server, is there any obvious
On Thu, 3 Jun 2004, Etienne Goyer wrote:
Rob Siemborski wrote:
I'm happy to share with you that today, June 4, 2004, marks the 10 year
anniversary of the first public alpha release of the Cyrus IMAP server.
Just being curious M. Siemborski: have you been part of the project since the
beginning ?
Zhang Weiwu wrote:
Sorry but I think my question is still not answered so far: if I am
going to use the cyrus' delivery agent (now I realize I should use
lmtp(8) from postfix and lmtpd(8) from cyrus), I don't have to go
through virtual(8) and local(8) any more? Right?
Yes for local(8), but I am
Adi Linden said:
>> You can use 'ipurge' in a cron script. I have my users put their spam
>> in
>> a "Spam" folder then have a nightly cron job run 'sa-learn' on it
>> followed
>> by:
>> su cyrus -c '/usr/lib/cyrus-imapd/ipurge -f -d 10 user/dwight/Spam'
>>
>> This deletes anything over 10 days
Quoting Igor Brezac <[EMAIL PROTECTED]>:
> No. Please read $cyrus-src/imap/global.c/canonify_userid() function.
Well If I my programing skils include a real language besides scripting
languages like C, I may be able to understand more than what I did, when
looking at the global.c file. But that d
Adi Linden wrote:
I have cyrus-imapd setup to work with sendmail-8.12.10. These are the
cyrus related things I added to the mc file:
define(`confLOCAL_MAILER',`cyrusv2')dnl
define(`CYRUSV2_MAILER_ARGS', `FILE /var/lib/imap/socket/lmtp')dnl
FEATURE(`preserve_local_plus_detail')dnl
MAILER(cyrusv2)d
Patrick Boutilier wrote:
Adi Linden wrote:
Is it possible to have cyrus-imap automatically expire messages in a
subfolder for every user of the system? I would like to deliver
messages identified as SPAM to a particular folder, INBOX.spam.
Further it would be nice if the number of messages in th
Etienne Goyer wrote:
Rob Siemborski wrote:
I'm happy to share with you that today, June 4, 2004, marks the 10
year anniversary of the first public alpha release of the Cyrus IMAP
server.
Just being curious M. Siemborski: have you been part of the project
since the beginning ? What about the ot
I just installed a build RH3 AS from scratch. I then bio;t cyrus
2.2.5, and I get the same error messages that others have gotten,
when trying to run cyradm. I've yet to read a solution for this.
Any ideas out there, or is it a cyrus bug? Thanks. - Mark
Can't load
'/usr/lib/perl5/site_perl
This worked for me:
Fix cyradm and add as follows:
PERL5LIB=/usr/local/lib/perl5/site_perl/5.8.0/i486-linux
export PERL5LIB
I had the same problem with many installations.
You would probably replace the i486-linux with i386-linux-thread-multi
On Thu, 2004-06-03 at 14:58, Mark London wrote:
> Apologies for such a basic question, but we will be installing cyrus-imap
> (Mandrake 10.0 RPM). Since I am going to have a short window to do the
> install and configuration, I'm getting this all in advance.
> I already have the necessary information to get postfix to hand off to
> cyrus-ima
Thanks, seems to work for me also!
At 3:25 PM -0400 6/3/04, Kent L. Nasveschuk wrote:
This worked for me:
Fix cyradm and add as follows:
PERL5LIB=/usr/local/lib/perl5/site_perl/5.8.0/i486-linux
export PERL5LIB
I had the same problem with many installations.
You would probably replace the i486-linux
For what it's worth, I'm building a new server to replace my
long-standing Solaris 7 + Cyrus 1.6.22 server --- one hour of downtime
since 1999. I've used the gcc from the SFW collection, Cyrus 2.2.4 and
Solaris 10 build 55 (which is probably the current Solaris Express bits:
I'm a Platinum Beta si
On Thu, 3 Jun 2004, Rob Siemborski wrote:
> > not seen any major problems, although a concerted dose of killing
> > processes at random while under load corrupted my skiplist mailboxes.db
> > file. For safety I've switched that to berkeley (Sun provide db4.1 in
> > SFW).
>
> Why on earth were you
On Thu, 3 Jun 2004, Ian G Batten wrote:
> For what it's worth, I'm building a new server to replace my
> long-standing Solaris 7 + Cyrus 1.6.22 server --- one hour of downtime
> since 1999. I've used the gcc from the SFW collection, Cyrus 2.2.4 and
> Solaris 10 build 55 (which is probably the cur
Title: 飛躍百億 - 專案活動
本人有刷卡需求,請派人為我解說 e'safe 金流服務!
聯絡人:
商業型態:
個人拍賣賣主
網路購物商店
[EMAIL PROTECTED]
自營商 - 無法向銀行申請刷卡機
自營商 - 新成立
聯絡電話:
行動電話:
On Wednesday 02 June 2004 04:00 am, you wrote:
> My mistake - sorry.
> If you enable smtpd like that you have to specify a port.
>
> master.conf:
> localhost:25 inet n - y - -
> smtpd -o smtpd_sasl_auth_enable=no
>
>
> Marek
I couldn't get that to work, kept
I'm trying to transfer a small number of accounts from courier-imap to a new
cyrus-imap server, and was hoping to be able to just drag the mail from a
courier-folder to a cyrus-folder for easy migration.
It's possible to move mail this way (on my current config) from cyrus to
courier, but not t
Hi,
I have been working on a Mail System for several days.
I used Postfix + Cyrus-IMAPd + Cyrus-SASL + OpenLDAP.
LDAP Database is the accounts container.
And the system should support virtual domains.
All the processes which accesses the LDAP database thru saslauthd.
I am using the saslauthd's ldap
> Hi,
>
> I have been working on a Mail System for several days.
> I used Postfix + Cyrus-IMAPd + Cyrus-SASL + OpenLDAP.
> LDAP Database is the accounts container.
> And the system should support virtual domains.
> All the processes which accesses the LDAP database thru saslauthd.
>
> I am using th
38 matches
Mail list logo