My guess is that:
o INBOX by default has posting permissions to everyone - other folders
do not. Since the INBOX.junk folder needs to have your sendmail (or
whatever) be able to post to the folder you need to allow everyone
posting permissions. It would be nice to have a facility which
hi,
my sievescript look like:
require ["fileinto"];
if header :contains "X-Spam-Level:" "**" {
fileinto "INBOX.junk";
}
but the spam-mail would'nt sort in INBOX.junk. any hints?
michael
--
Wenn man keine Vögel mag, ist es völlig in Ordnung, mit Kanonen auf
Spatzen zu schiessen.
If anyone is interested, we have a perl script that does the following:
The script will:
#1) obtain list of mailboxes under the old UI via direct IMAP calls
#2) create the new mailboxes via direct IMAP calls
#3) do the recursive copy of mail files from old UID to new UID
#4) reconstruct new UID ma
On Tue, 1 Jul 2003, [gb2312] Daniel Qian | ǮʡÄÏ wrote:
> I have installed cyrus imap 2.13 recently and it works very well ecept
> when the mailbox data reaches big volume. On a 10G quota for a mailbox
> the server starts warning the outlook user and closes the connection
> when the used space is
I have installed cyrus imap 2.13 recently and it works very well ecept
when the mailbox data reaches big volume. On a 10G quota for a mailbox
the server starts warning the outlook user and closes the connection
when the used space is just al little over 15% of the quota. But for
small quota the se
Ezsra McDonald wrote:
Since I was forced to migrate friday I have been
unable to connect to the cyrus imap server with pine
and horde.
They are trying to use CRAM_MD5 authentication when I
would rather they did not.
How do I disable CRAM_MD5 as an authentication method
or at least get it to w
On Mon, 30 Jun 2003, Mike Allen wrote:
> I need to know how to set SIEVE parameters that are not
> in my configuration file. For example I need to set the
> sieve_maxcripts parameter from the default of 5 to some higher
> number. I am running Cyrus-Imapd version 2.0.16_2.
The same way you set an
I need to know how to set SIEVE parameters that are not
in my configuration file. For example I need to set the
sieve_maxcripts parameter from the default of 5 to some higher
number. I am running Cyrus-Imapd version 2.0.16_2.
I found out about this parameter by using Google.
I also need to find
Since I was forced to migrate friday I have been
unable to connect to the cyrus imap server with pine
and horde.
They are trying to use CRAM_MD5 authentication when I
would rather they did not.
How do I disable CRAM_MD5 as an authentication method
or at least get it to work between cyrus and
pi
Hy,
I have installed cyrus
2.2 alpha edition, cyrus-sasl-2.1.13 and Berkeley 4.1 and the older Berkeley db 3 .
Everything compiles fine and also during
installation everything goes oke .
But after install when trying to run cyradm I get an error that the perl
module Cyrus::Imap has a
lm user.jessica.*
user.jessica.Adobe (\HasNoChildren)
user.jessica.BOHA (\HasNoChildren)
user.jessica.Batch (\HasNoChildren)
user.jessica.Bugs (\HasNoChildren)
user.jessica.Corps (\HasNoChildren)
user.jessica.Courts (\HasNoChildren)
user.jessica.E-mail addresses (\HasNoChildren)
user.jessica.Email
On Mon, Jun 30, 2003 at 12:08:06PM -0700, Ezsra McDonald wrote:
> OK, I probably did something rash when I rsynced a few
> of my mailboxes to a new cyrus mail server. It was an
> unplanned migration and It had to be fast.
>
> One of the users can't delete messages in subfolders.
> she also can't m
Both errors are a result of your client trying to use a SASL mech which
you don't have secrets for. In the case of OTP, you have the OPIE
library installed and SASL found it, so it is assuming that the secrets
are in /etc/opiekeys, otherwise it would be using /etc/sasldb2 as well.
If you don't
OK. After talking with Rob and with Mark Crispin (author of UW IMAP),
the problem comes down to an unfortunate implementation decision in
Eudora and a change in the wording of the MIME specification from RFC
1521 to RFC 2046.
Technically, there is nothing syntactically incorrect with the MIME
so how do i fix things then
--
- Original Message -
DATE: Mon, 30 Jun 2003 06:51:17
From: "Nikola Milutinovic" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Cc:
>> i have turned the permissions to
>>
>> -rwxrwxrwx 1 root wheel 0 Dec 12 2002 opiekeys
>
>Size 0? So, the
OK, I probably did something rash when I rsynced a few
of my mailboxes to a new cyrus mail server. It was an
unplanned migration and It had to be fast.
One of the users can't delete messages in subfolders.
she also can't move messages into these sub folders.
I tried to run a reconstruct and got
FWIW, I removed LAST from Cyrus 2.2. I read through all of the
ietf-pop3 archives and it seems as if this command was ill-defined and
doomed from the start. It was removed from the POP3 spec two RFC's ago
and replaced by UIDL as the correct way for clients to track which
messages it has alrea
On Mon, 30 Jun 2003, Ted Fines wrote:
> Can you generate a list of your users?
>
> Once you have that, a simple Perl program could be used to send them each a
> message, using the Perl Mail::Sender module. Here's a snippet of a Perl
> program we use to send mass email:
>
> Just get your list of u
It might be easier to notify the users via a message of the day. Simply
put a one-line text message in the file /var/imap/msg/motd (or wherever
your configdir is) and the user's should receive an ALERT from their
IMAP clients.
Dave Carrera wrote:
Hi All
New to administrating a email server so
Hi,
> Have you created each of the target folders? Cyrus doesn't create folders
> automatically, and will fallback to delivering to your INBOX if a given
> target folder doesn't exist.
yes, all the folders do exist. Is there maybe a posibility to debug timsieved?
> Failing that: are the ACLs on
Can you generate a list of your users?
Once you have that, a simple Perl program could be used to send them each a
message, using the Perl Mail::Sender module. Here's a snippet of a Perl
program we use to send mass email:
Just get your list of users and put it into the '@list_of_all_userids'
Thanks alot :-)
Kristian
- Original Message -
From: "Rob Siemborski" <[EMAIL PROTECTED]>
To: "Kristian Søgaard" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Monday, June 30, 2003 6:31 AM
Subject: Re: Danish Charset 8859-15
> On Mon, 30 Jun 2003, [iso-8859-1] Kristian Søgaard wrote:
Am Montag, 30. Juni 2003 19:38 schrieb Kristian Søgaard:
> Hi.
> I just noticed it is only mail that does not have ISO encoding in the
> subject field. So it is basically not a problem in Cyrus. (As some one
> surely would have told me soon enough :-)
>
> Can i change the default iso ?
> That is, i
On Mon, 30 Jun 2003, twk wrote:
> > Then Why Cant I similarly rename
> > 'user/username > user/newusername '
>
> Because you can't. It's an architectural limitation of Cyrus.
This isn't true. Its certainly possible, its just quite laborous to do
correctly.
> Here is what we do :
>
> -
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
I'm pleased to announce the release of Cyrus SASL 2.1.14 on
ftp.andrew.cmu.edu.
This version includes support for OS X 10.2, Sun's SEAM GSSAPI
implementation, and MySQL 4 (along with the usual set of bug fixes).
Please send any feedback either to [EM
Hi All
New to administrating a email server so I beck your kindness if this is a
simple question.
I have about 3000 users of which I wish to send them an email notifying them
of some downtime.
How do I do that?
Server is FreeBSD 4.7 / Postfix / Cyrus
Thank you for any help in advance
Dave C
Ramprasad A Padmanabhan wrote:
Is there a way I can change the user id
I was searching the internet people have said I will have to create a
new account and move the mails to the account
That Seems quite laborious.
When I am easily able to rename A subfolder of inbox ( using cyradm )
'user/
On Mon, 30 Jun 2003, [iso-8859-1] Kristian Søgaard wrote:
> I just noticed it is only mail that does not have ISO encoding in the
> subject field. So it is basically not a problem in Cyrus. (As some one
> surely would have told me soon enough :-)
Yup. The problem is with the clients that are sen
Anybody , Who has worked on the older versions i.e cyrus 1.6.24 , postfix
1.1.11 ,Please tell me how to configure lmtp .
Waiting for the sound reply
Regards
Rahul
- Original Message -
From: "rahul" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, June 27, 2003 4:19 AM
On Sun, Jun 29, 2003 at 01:57:59PM -0600, RYAN M vAN GINNEKEN wrote:
> i have turned the permissions to
>
> -rwxrwxrwx 1 root wheel 0 Dec 12 2002 opiekeys
>
> and
> -rwxrwxrwx 1 cyrus mail 1 Jun 21 11:49 sasldb2.db
>
> i know this is not smart but i am desperte nothing seem
Hi.
I just noticed it is only mail that does not have ISO encoding in the
subject field. So it is basically not a problem in Cyrus. (As some one
surely would have told me soon enough :-)
Can i change the default iso ?
That is, if nothing is specified, then it would default to iso-8859-15.
Kristia
Zitat von Scott Adkins <[EMAIL PROTECTED]>:
> --On Thursday, June 26, 2003 10:57 PM +0200 [EMAIL PROTECTED] wrote:
>
> > Zitat von Rob Tanner <[EMAIL PROTECTED]>:
> >
> >> Hi,
> >>
> >> I've just brought up cyrus imap v2.1.13 and I've noticed that there are
> >> over lmtpd processes running. Isn
Hi.
Having problems with the danish letters æ ø å.
All subject fields containing the 3 letters get replaced by X.
Is there some way i can fix this problem ???
I'm on a Suse 8.2 system.
Kristian in Denmark
On Mon, 30 Jun 2003, Bojan Zdrnja wrote:
> Everything works fine, but I noticed that Cyrus IMAP rejects e-mail and
> being case sensitive in addresses.
Yep. Two possible approaches:
1) Get Postfix to tranlate the localpart to the correct case (using
either some kind of rewrite rule or an alia
On Sun, 29 Jun 2003, Michael Kaufmann wrote:
> I'm trying to get sieve working on my Cyrus IMAPD (2.1.13) but I can't
> get it working the way I want. I get a lot of mails from mailing lists
> every day and I want them to be moved fout of my INBOX into
> INBOX.ml:blah.blah but only the filter rule
Is there a way I can change the user id
I was searching the internet people have said I will have to create a new account and move the mails to the account
That Seems quite laborious.
When I am easily able to rename A subfolder of inbox ( using cyradm )
'user/usarname/folder > us
36 matches
Mail list logo