I am pleased to announce the release of Cyrus IMAPd 2.3.10. This
release should be considered production quality. This release is
currently deployed on the production Murder at CMU, as well as several
other large sites.
This release adds support for delayed delete and shared \Seen state, as
What does imapd.conf look like?
Does the output of 'ctl_mboxlist -d' look reasonable?
Does 'mbexamine user.igb' look reasonable?
Ian G Batten wrote:
>
>
> I've just compiled 2.3.10 on batten.eu.org (my private x86 servers) and
> although it looks OK on the Solaris 10 system, it's in deep tro
"David H. Lynch Jr." wrote:
>
> Ron, Thank you;
>
> I am still trying to "grok" the authentication/authorization
> process for Cyrus IMAP.
>
> It does not help that virtually all the "HOWTO's" that are on
> the net, as well as the book,
> are all pretty much obsolete an
[EMAIL PROTECTED] wrote:
>
> Hello,
>
> I will need to migrate a few users which were on an old OpenBSD mail server
> using the original BSD mailbox format to the new Cyrus v2.1.9 mailstore
> format. I've already read the book Managing IMAP but unfortunately their
> scripts are for Cyrus v1.5 w
"Schmehl, Paul L" wrote:
>
> Did you use the --enable-netscapehack configuration option?
This hack has nothing to do with what is being discussed.
There is no bug in Cyrus. The 'Trash' folder concept is actually a hack
on top of the IMAP delete/expunge methodology. When an IMAP client
DELET
Petre Agenbag wrote:
>
> Hi
> I don't know if this is a stupid question, but it's been asked of me,
>
> The sysadmin of another ISp wanted to know "how big is the
> authentication" on my server.
> It runs cyrus & sendmail and I use SASL for authentication.
> I guess what they want is the packet
Quoting "Schmehl, Paul L" <[EMAIL PROTECTED]>:
> This question comes up constantly. You need to assign the cyrus admin
> the "c" ACL to the folder. The man page is confusing, because it says
> you need the "d" ACL, and then later lists "c" as the correct ACL. "c"
> is the correct ACL for folder
Kerstin Espey wrote:
>
> I want to rename several mailboxes from mixed-case to lower-case, for example:
> rename user/TEST user/test
> but always get an error:
>
> localhost> sam user/TEST cyrus all
> localhost> rename user/TEST user/test
> renamemailbox: Operation is not supported on mailbox
>
Quoting "[EMAIL PROTECTED]" <[EMAIL PROTECTED]>:
> > On Sun, 10 Nov 2002, [iso-8859-1] [EMAIL PROTECTED] wrote:
> >
> > > hello, howto cluster for load balancing cyrus imap server ?
> >
> > There is doc/install-murder.html, but I suspect that isn't really what
> you
> > want.
>
> :) yes isn't w
Quoting [EMAIL PROTECTED]:
> What about the following? I was thinking it might be nice if ipurge
> had a -s option for skipping "special" messages. That is, if you
> flag certain messages as special[*], then run ipurge -s on that
> folder, these flagged messages would not be deleted even if they
Scott Douglass wrote:
>
> Hi Folks,
>
> I've seen a few messages about SQUAT on the list, and I'm wondering if I
> should use it. I've read through the source code (which is the only
> documentation I could find...) and it seems like it's intended to speed
> up searches in the messages. Does th
Christian Schulte wrote:
>
> Hi,
>
> I am running 2_2 cvs branch with virtual domain support turned on and
> everything seemd to work fine. I now wanted to move my old installation
> to the new one and cannot get delivery to shared folders working.
> If I create a shared folder with cyradm like
OCNS Consulting wrote:
>
> Does Cyrus IMAP support per mailbox filtering? If so, what web client
> is available with this capability
What do you mean by per mailbox filtering? With Sieve, which Cyrus
supports, you can filter messages into particular mailboxes as they
arrive. If you mean filt
Christian Schulte wrote:
>
> After doing cvs update on my perfectly running 2.2 installation these
> messages appear in the logs which did not happen before I did the
> update! Is that anything serious ? Can it be ignored ? What changed that
> this suddenly happens ?
>
> Nov 18 12:53:36 mail ct
Simon Matter wrote:
>
> I like the createonpost feature very much. It makes life easier for
> everybody storing user accounts in LDAP or some kind of DB. No need to
> always call cyradm somehow through webinterface or CLI after creating a
> user in the directory.
>
> Is there a chance this patc
Darci Antônio Tartari wrote:
>
> > Patrick Boutilier <[EMAIL PROTECTED]> writes:
> >
> > > From personal experience I would suggest using skiplist for deliver.db
> > > Ever since I have switched from db3_nosync to skiplist my lmtpd's have
> > > stopped hanging and the box appears to be performin
Su Li wrote:
>
> Hi
>
> I am building a web admin server to manage the sieve filtering for Cyrus IMAP. I
>don't want to use Sieveshell. I telnet to Sieve port 2000 and did a 'AUTHENTICATE
>"PLAIN" ' command. I checked the man page of timsieved. There is not much information
>about valid comm
[EMAIL PROTECTED] wrote:
>
> Well I suppose it is a mailbox without a parent because it's the INBOX of a
> user that I am creating and before that nothing exists for that user. Again
> the mailbox I am creating is user.testuser and I tryed setting the default
> acl like that in imapd.conf:
>
>
Su Li wrote:
>
> Thanks a lot Mark and Ken,
>
> I am writing a C++ client to log into Sieve 2000 port. Can you send me the C++/C
>code for base64 encode? So what I need to do to login to Sieve should be like:
You should use the SASL library to to the authentication so you can
handle any avail
Mark Keasling wrote:
>
> Hi,
>
> On Tue, 19 Nov 2002 21:20:57 -0500, Su Li <[EMAIL PROTECTED]> wrote...
> > Thanks a lot Mark and Ken,
> >
> > I am writing a C++ client to log into Sieve 2000 port. Can you send me the C++/C
>code for base64 encode? So what I need to do to login to Sieve should
[EMAIL PROTECTED] wrote:
>
> Hi,
>
> Now everything is clear it's what I was also thinking but I was a bit
> confused from the answer of the others. Is there actually another way to
> realize what I want to do ? The only way I can see right now is to create a
> script to cyradm which will creat
[EMAIL PROTECTED] wrote:
>
> I guess slightly off-topic, but I was wondering if any folks on here are
> using SpamAssassin, and if so, what sort of Sieve scripts you're using on
> such tagged mail. I know that recent releases of Sieve have a numeric
> comparator. Are you using that somehow, or
Darrell Berry wrote:
>
> We're just matching on the X-Spam-Level tag, and that seems ok for the
> moment -- does anyone have more information on the numeric comparison
> extension you mentioned? I'm sure there will come a day when we ned
> something more fine-grained...
http://www.ietf.org/inte
Simon Matter wrote:
>
> I have enabled compilation of idled in my newest RPM but am wondering
> whether that was a good idea. I have two questions:
>
> 1) I was searching the archives and docs but still can't find a
> description of the advantages and drawbacks when using idled instead of
> pol
Andrei Loukinykh wrote:
>
> One does on his cyrus host:
>
> $ telnet imaphost 2000
>
> And get:
>
> "IMPLEMENTATION" "Cyrus timsieved v2.1.10"
> "SASL" "PLAIN LOGIN"
> "SIEVE" "fileinto reject envelope vacation imapflags notify subaddress
> relational regex"
> ..
>
> And when I do the same
Simon Matter wrote:
>
> Ken Murchison schrieb:
> >
> > Simon Matter wrote:
> > >
> > > I have enabled compilation of idled in my newest RPM but am wondering
> > > whether that was a good idea. I have two questions:
> > >
> > >
> Alessandro Oliveira wrote:
>
> I think that all the code that is dependent on a particular database
> should be completely isolated, making it simpler to port to new
All of the db stuff _is_ isolated in the cyrusdb layer. That's why it
is so easy to switch between flat/skiplist/berkeley.
Stefan Suurmeijer wrote:
>
> Hi list,
>
> sorry if this was dealt with earlier, didn't see it in the archives.
>
> I just installed Cyrus 2.1.9 on a new box. However, when I wanted to
> copy my old config (cyrus 2.0.16, running on another box), I ran into a
> snag.
>
> I was using
>
> sasl_p
Andrei Loukinykh wrote:
>
> Mon, 25 Nov 2002, Ken Murchison ÐÉÓÁÌ(Á):
>
> > > And get:
> > >
> > > "IMPLEMENTATION" "Cyrus timsieved v2.1.10"
> > > "SASL" "PLAIN LOGIN"
> > > "SIEVE"
Su Li wrote:
>
> Hi,
>
> In Sieve I saw a lot of "header :contains ...". I wonder, if a user needs to do some
>filtering when 'body contains "test filter"', is there some thing like "body" to
>replace "header"?
No. There is an I-D for a body extension, but its not implemented in
cmu-sieve.
eve
implementations which have a body test, and they are non-standard.
> -Original Message-
> From: Ken Murchison [mailto:[EMAIL PROTECTED]]
> Sent: November 26, 2002 2:51 PM
> To: Su Li
> Cc: [EMAIL PROTECTED]
> Subject: Re: Sieve question -- BODY contains
>
> Su L
Russell Gnann wrote:
>
> Hi,
>
> I am having some authentication issues using saslauthd -a pam. The errors
> that show up in the message log when a login attempt is made are
>
> imapd[13427]: [ID 702911 auth.error] auxpropfunc error -4
> imapd[13427]: [ID 702911 auth.debug] _sasl_plugin_load f
Tornoci Laszlo wrote:
>
> Hi,
>
> I am running Cyrus-imapd 2.1.10 (cyrus-imapd-2.1.10-4.src.rpm by Simon
> Matter on RedHat 8.0). I can put sieve scripts on the server by sieveshell
> successfully. I cannot find a way in the docs, however, to use systemwide
> sieve scripts. I am using amavisd-n
Christian Schulte wrote:
>
> Hi,
>
> I am running 2_2 cvs branch with virtual domain support turned on and
> everything seemd to work fine. I now wanted to move my old installation
> to the new one and cannot get delivery to shared folders working.
> If I create a shared folder with cyradm like
Christian Schulte wrote:
>
> Ken Murchison wrote:
>
> >Christian Schulte wrote:
> >
> >
> >>Hi,
> >>
> >>I am running 2_2 cvs branch with virtual domain support turned on and
> >>everything seemd to work fine. I now wanted to move
Gautam Das wrote:
>
> Which is better - using idled or polling?
http://asg.web.cmu.edu/archive/message.php?mailbox=archive.info-cyrus&msg=19191
--
Kenneth Murchison Oceana Matrix Ltd.
Software Engineer 21 Princeton Place
716-662-8973 x26 Orchard Park, NY 14127
--PGP Public Key--
Christian Schulte wrote:
>
> Ken Murchison wrote:
>
> >Christian Schulte wrote:
> >
> >
> >>Ken Murchison wrote:
> >>
> >>
> >>
> >>>Christian Schulte wrote:
> >>>
> >>>
> >>>
>
If you care enough to post this question to the list, then you _should_
care enough to be subscribed to the list. If you are, then you should
have seen that new distros which fix the problem were released
yesterday.
Torge Szczepanek wrote:
>
> Hi!
>
> There was a posting on the bugtraq mailing
Carson Gaspar wrote:
>
> --On Thursday, December 05, 2002 10:22 PM +0300 Oleg Derevenetz
> <[EMAIL PROTECTED]> wrote:
>
> > When some pop3d dies with signal (i.e. SIGTERM), all incoming connections
> > to corresponding address:port are hangs. For example, if I have pop3d
>
> I can confirm that
Christian Schulte wrote:
>
> Ken Murchison wrote:
>
> >Christian Schulte wrote:
> >
> >
> >>Ken Murchison wrote:
> >>
> >>
> >>
> >>>Christian Schulte wrote:
> >>>
> >>>
>
It looks like this is legacy SASLv1 code which wasn't ported. Try this
patch:
http://bugzilla.andrew.cmu.edu/cgi-bin/cvsweb.cgi/src/cyrus/imap/pop3d.c.diff?r1=1.129&r2=1.130
steve wright wrote:
>
> Hello,
>
> I've got a few linux systems running cyrus imap 2.1.11 source compiles & a
> few run
Either stop logging at the DEBUG level or check the archives for an
explanation (I'm tired of repeating myself). In short, its harmless.
[EMAIL PROTECTED] wrote:
>
> i regularly get this message if a user is opening his mailbox. i fear it's
> slowing down the server? cyrus working fine except f
Harrie Hazewinkel wrote:
>
> Ciao,
>
> I managed to install the cyrus-imap server and while testing
> I noticed the following:
>
> * OK hostname Cyrus IMAP4 v2.1.11 server ready
> x LOGIN userA
> x OK User logged in
> x NAMESPACE
> * NAMESPACE (("INBOX/" "/")) (("user/" "/")) (("" "/"))
> x O
Christian Schulte wrote:
>
> Ken Murchison wrote:
>
> >Christian Schulte wrote:
> >
> >
> >>Ken Murchison wrote:
> >>
> >>
> >>
> >>>Christian Schulte wrote:
> >>>
> >>>
>
Joshua Schmidlkofer wrote:
>
> I have about 50,000 messages in a maildir. I am trying to import them
> into my Cyrus mailbox, and I have gotten one to import successfully. I
> continually get a message 'invalid headers'. Mozilla [1.2.1] says:
>
> The current command did not succeed the mail
Lawrence Greenfield wrote:
>
> You bring up good questions.
>
> First, our Sieve implementation currently doesn't deal with RFC 2047
> encoded headers---or rather, it just compares the undecoded headers
> against the UTF-8 string. This is obviously a bug which sadly isn't in
> bugzilla.
>
> Ke
OK. I now have two conflicting reports regarding testing for
OPENSSL_VERSION_NUMBER with OpenSSL 0.9.7 (both quoted below). Could
somebody who has 0.9.7 installed please try to figure out what the deal
is? I tend to believe that I was originally correct in including the
check, and I'm confused a
Oops!
I pulled the wrong SASL address out of my address book. Please do not
send any more replies to ietf-sasl.
Ken
Peter 'Luna' Runestig wrote:
>
> Ken Murchison wrote:
> > OK. I now have two conflicting reports regarding testing for
> > OPENSSL_VERSION_NUM
I dug up the patch I have for creating a separate Sieve charset table.
I have no idea if it will still apply cleanly due to its age, but it
should point you at the places to look in the code. If you can find a
way to make one unified table as Larry suggests, that would be great.
Mark Keasling w
Hack Kampbjørn wrote:
>
> On Tuesday 10 December 2002 15:16, Ken Murchison wrote:
> > Oops!
> >
> > I pulled the wrong SASL address out of my address book. Please do not
> > send any more replies to ietf-sasl.
> >
> > Ken
> >
> >
Hack Kampbjørn wrote:
>
> On Tuesday 10 December 2002 15:16, Ken Murchison wrote:
> > Oops!
> >
> > I pulled the wrong SASL address out of my address book. Please do not
> > send any more replies to ietf-sasl.
> >
> > Ken
> >
> >
Jure Pecar wrote:
>
> Hi all,
>
> what is the current status of the cyrus 2.2 cvs branch? judging by the cvs
> commits lately, there are just various little cleanups here and there ... is
> there anything big left on the TODO list for 2.2?
I addition to what Rob already mentioned, there needs
Jonathan Marsden wrote:
>
> On 13 Dec 2002, Jure Pecar writes:
>
> > On Thu, 12 Dec 2002 20:31:41 -0500 Ken Murchison <[EMAIL PROTECTED]> wrote:
>
> >> I addition to what Rob already mentioned, there needs to be more
> >> work done on documen
John Capo wrote:
>
> The question is with unixhierarchysep: yes, should sieve script
> directories have mapped or unmapped '.' characters?
Unmapped. There is no reason for them to be mapped.
>
> Lmtpd in 2.1.3 and 2.1.CVS expects unmapped '.' characters for sieve
> script directory names:
>
John Straiton wrote:
>
> I wrote last week about a problem I've been having with the "reply" and
> "vacation" type sieve filters, but found that I was incorrect in my
> assesment of what might be wrong.
>
> I think my problem is that my sendmail isn't liking what cyrus is
> sending to it for th
The service name for Sieve was changed from "imap" to "sieve". Copy
your "imap" PAM config to "sieve" and you should be fine.
> David Chait wrote:
>
> Greetings all,
> I'm in the process of upgrading our current cyrus install and so
> far it has gone will with the one caviat that I cannot f
Rob Mueller wrote:
>
> > > I'm just wondering why cyrus automatically adds a content type charset
> to
> > > every message, even if none is specified in the message itself. For
> > > example:
> > [...]
> > > So there's no "Content-Type" line in the message, but the bodystructure
> > > has given
> Oliver Jones wrote:
>
> Howdy folks. I have a bit of a tricky problem.
>
> SASLAUTHD keeps dying for no easily identifiable reason.
>
> I am running Cyrus 2.1.11 and SASL 2.1.10. My server is running
> RedHat 7.3. I built Cyrus from source RPM's provided by Simon Matter.
>
> I have sasla
mt wrote:
>
> I want to get the contrib notify_unix stuff to work. My goal is to send sms
> messages in case of important messages. This is my sieve file:
>
> require ["fileinto","notify"];
> if anyof (header :contains "subject" "test") {
> fileinto "INBOX.test
> #tried notify :me
Michael Obster wrote:
>
> Hi,
>
> I'm searching for good documentation for the compiling process of cyrus-imapd-2.*.
>All documentation I found was about cyrus-imapd-1.* :-((
> Can anybody give me link?
All the documentation that you should need is in the doc/ directory of
the distribution.
"John A. Tamplin" wrote:
>
> Michael Obster wrote:
>
> >Hi,
> >
> >thx for the people who showed me the good documentation ;-)
> >
> >Ok. I have now tracked the problem a little bit.
> >
> >root@gutmann:/usr/lib# imtest -m login -a cyrus localhost
> >S: * OK gutmann Cyrus IMAP4 v2.1.11 server r
David Chait wrote:
>
> Michael,
> Did you remember to create the symbolic link between /usr/local/sasl2
> and /usr/sasl2 ?
Try again, imapd already sees the plugins (look at the CAPABILITY
response).
> - Original Message -
> From: "Michael Obster" <[EMAIL PROTECTED]>
> To: <[EMAIL
> Danny Garcia Hernandez wrote:
>
> hello list!!!
>
> the year begun, but for me it´s time to go and work :( .
>
> well, here is my problem. i have a linux box running cyrus imapd
> server (2.1.9) with cyrus-sasl (2.1.9)and compiled with
> "--with-auth=unix". all is working fine!!!.
>
> right
hunt wrote:
>
> H,
> I am wondering if there has been any patch for the big5 charset
> message header.
> ( I mean always use big5 charset to encode/decode message header).
> For chinese usage, this is kind of obvious issue. But I can not find
> any.
>
> Any help is appreciated.
If you've just done a CVS update and expect to compile, its not going to
happen (too many things have changed). Try:
make distclean
rm configure
sh SMakefile
./configure ...
make
Jonathan Marsden wrote:
>
> Something in CVS 2.2 changed since 26 Sept 2002 that apparently makes
> for trouble com
Jon \"GenKIller\" Gaudette wrote:
>
> I have recently installed Cyrus-imapd on a new server that I have been
> trying to setup as a e-mail server. The server is running RedHat Linux
> 8.0 with postfix as the MTA (although sendmail is installed and ready to
> be used in case the need arises).
>
Christian Schulte wrote:
>
> Hi,
>
> I installed the contrib/sieve-spamassassin patches and everything is
> working in my 2.2-cvs installation. My problem now is, that sieve reject
> seems to not work properly.
>
> require ["spam", "fileinto", "reject"];
>
> if spam {
> reject "
ecurity strength factor: 0
> . logout
> * BYE LOGOUT received
> . OK Completed
> Connection closed.
> ---
>
> Thank you very much for the help thus far, and help you can provide
> again will be truly appreciated!!!
>
> -Jon
>
> On Sun, 2003-01-05 at 12:
[EMAIL PROTECTED] wrote:
>
> Hi,
> I have cyrus21 installed on debian. Imap works fine, I can telnet localhost 2000
> and get timesieve responding:
> moria:/home/peter# telnet localhost 2000
> Trying 127.0.0.1...
> Connected to localhost.
> Escape character is '^]'.
> "IMPLEMENTATION" "Cyrus tim
[EMAIL PROTECTED] wrote:
>
> Hi,
> with help from Ken Murchison, i got the sieveshell working, but i can't upload a
> script, getting:
>
> moria:/home/peter# cat test.script
> #Example sieve script
> #Reject messages based on criteria
>
> require ["fil
The large number of Received headers might be exceeding some internal
sieve limit. Try running the original message (and your script) through
the sieve test program (sieve/test.c) and see what happens. Then try
your trimmed message and see what happens. Of course, if test and lmtpd
don't use the
jonathan giles wrote:
>
> Hi:
>
> I have been looking around for the answer to this, and have not found
> it.
>
> I am running...
> 4.7-RELEASE FreeBSD
> with...
>
> cyrus-imapd-2.1.10
> cyrus-sasl-2.1.9_1
>
> installed as ports.
>
> Compilation and installation seems fine but...
>
> I try
David Brandt wrote:
>
> Hi,
> I used Cyrus 1.x, now i upgraded.
> IMAP works with authentication.
> POP says -ERR [AUTH] authenticating: no mechanism available
>
> i started saslauthd -a pam /etc/pam.d/imap and /etc/pam.d/pop are same
>
> imapd.conf:
> configdirectory: /var/imap
> partition-de
Mark Keasling wrote:
>
> Hi,
>
> Has anyone got sieve's vacation notifications to work? If you have,
Yes. Since I fixed it in 1.6.x. :)
> can you post your imapd.conf and cyrus.conf files and a sieve script?
>
> Haven't been able to get it to work, think everything has been tried
> and ha
David Brandt wrote:
>
> Hi,
> i have big problems getting outlook working with "Secure password" (dunno
> how its called in english) turned on.
> The only Problem is that outlook sends "AUTH \r\n" instead of "AUTH\r\n"
> (note the space).
> The Cyrus POP3 then says Syntax error.
> Any help?
The
> SunOS air 5.8 Generic_108528-08 sun4u sparc SUNW,Ultra-5_10
> cyrus-imapd-2.1.11
> setenv CPPFLAGS -I/opt/imap/include
> setenv LDFLAGS "-L/opt/imap/lib -R/opt/imap/lib"
> setenv PATH
>.:/export/home/mark/bin:/export/home/opensource/bin:/opt/imap/perl-5.8.0/
> Do Duc Huy wrote:
>
> Hi all cyrus user!
>
> I have installed Cyrus and Postfix for my email system. Everything
> seem OK and now I want to install sieve for some jobs. When I tried to
> telnet to my server at port 2000, the screen report like below:
>
> # telnet localhost 2000
> Trying 127.
Felix Cuello wrote:
>
> Hello!
>
> I have two servers in two different works :-). One of this server are
> running Cyrus 2.1.9 with SASL 2.1.9 with an LDAP. [this server works
> fine!] [under RedHat 7.3]
>
> The second server [the problem :-)] are running a Debian Linux
> welll... D
David Brandt wrote:
>
> > >
> > > Hi,
> > > i have big problems getting outlook working with "Secure password"
> (dunno
> > > how its called in english) turned on.
> > > The only Problem is that outlook sends "AUTH \r\n" instead of "AUTH\r\n"
> > > (note the space).
> > > The Cyrus POP3 then say
Sounds to me like you want virtual domain support. This is part of
Cyrus 2.2 (which is in CVS). Here is some docs:
http://bugzilla.andrew.cmu.edu/cgi-bin/cvsweb.cgi/~checkout~/src/cyrus/doc/Attic/install-virtdomains.html?rev=1.1.2.5&content-type=text/html&hideattic=0
Joe Ellis wrote:
>
> Is t
Jonathan Marsden wrote:
>
> Attaching to one 'connected to but hung' pop3d with gdb shows a
> backtrace of:
>
> (gdb) bt
> #0 0x420dadf4 in read () from /lib/i686/libc.so.6
> #1 0x4002a480 in __DTOR_END__ () from /usr/lib/libsasl2.so.2
> #2 0x40024186 in randinit () from /usr
If you want to try 2.2 from CVS, you want to check out tag
cyrus-imapd-2_2
Joe Ellis wrote:
>
> Yeah. thats exactly what I want. ...i just built a new mail server too
> using cyrus-imap 2.1.11.
>
> Thanks.
>
> Ken Murchison wrote:
> > Sounds to me like you
properties and it works until i restart outlook... Thats to much for me.
I tested the fix with Outlook Express using NTLM and it worked fine.
> - Original Message -
> From: "Ken Murchison" <[EMAIL PROTECTED]>
> To: "David Brandt" <[EMAIL PROTECTE
Steve Huston wrote:
>
> This is more of a Pine problem than Cyrus, but I'm hoping someone here might
> know what I can do...
>
[...]
> Now, our current Cyrus server has a self-signed cert which Pine doesn't like
> unless you add /novalidate-cert to the hostname of the server. But this time,
>
[EMAIL PROTECTED] wrote:
>
> Hello,
>
> I had a look through Cyrus documentation and FAQ but I didn't find anything
> mentioning how to set up vacation messages for the users hosted on our mail
> server using Sendmail 8.12.7 and Cyrus IMAP 2.1.11.
>
> Can someone in some few words explain me h
[EMAIL PROTECTED] wrote:
>
> >Yes. Read the latest expired draft: (how's it going Tim? ;)
> >ftp://ftp.oceana.com/pub/drafts/draft-showalter-sieve-vacation-04.txt
>
> >For testing, use sieveshell to install and activate your script.
>
> I just had a go at it and tryed the example from the C
John Colton wrote:
>
> Hi,
>
> I just built and installed cyrus-imapd-2.1.11 and cyrus-sasl-2.1.10 under
> RedHat 6.2 (yeah, I should upgrade). I've got some basic newbie questions:
> * What auth mechs do NOT store plaintext passwords in sasldb2?
OTP and SRP (if configured with --enable-srp-s
Christian Schulte wrote:
>
> Hi,
>
> I have a question for 2.2-cvs and virtual domain support turned on. The
> mailbox hierarchy mainly looks like a tree to me. Without virtual domain
> support turned on I have the following hierarchy:
>
> /user/Accounts
> /Shared-Folders
>
> With virtual dom
Christian Schulte wrote:
>
> Ken Murchison schrieb:
>
> >No. The domain level of the hierarchy is not treated as a mailbox. I'd
> >have to think about whether this is even possible.
> >
> I got a bit deeper in the code and I think there are some things w
Thomas Hannan wrote:
>
> Hi all,
>
> The cliffnotes version of my problem is that even though I run
> /usr/local/sbin/saslauthd -a pam&
> and my /etc/imapd.conf contains "sasl_pwcheck_method: pam"
This should be "sasl_pwcheck_method: saslauthd"
--
Kenneth Murchison Oceana Matrix Ltd.
Sof
Woerns Urstmann wrote:
>
> how can i disable this excessive logging to my syslog? i really can't find
> any "debug" switch in my setup.
Look at "local6" in syslog.conf.
--
Kenneth Murchison Oceana Matrix Ltd.
Software Engineer 21 Princeton Place
716-662-8973 x26 Orchard Park, NY
Scott Adkins wrote:
>
> I find it useful to look at the Received headers to track the path the
> email might have taken to get from the desktop to the mailbox when we
> are having problems. Particularly, I look at the delays between hops
> to find out if one of our machines is holding onto mail
OBATA Akio wrote:
>
> On Friday 17 January 2003 11:35, Scott Adkins wrote:
> > --On Thursday, January 16, 2003 4:25 PM -0500 Ken Murchison
> >
> > <[EMAIL PROTECTED]> wrote:
> > > It already does (as of 2.1.0). Take a look at the headers from your
>
Allan Rafuse wrote:
>
> Just reposting this since I didn't get any responses :(
> ==
>
> If a subfolder doesn't exists, it seems to put it in INBOX.
>
> Is there anyway to make the email go to the parent folder?
>
> IE:
> INBOX
> INBOX.Test1
> INBOX.Test1.Personal
[EMAIL PROTECTED] wrote:
>
> >You could take a look at SmartSieve, at:
>
> > http://smartsieve.sourceforge.net
>
> >Its an active project, written in PHP, and works with Websieve scripts.
>
> Hi, thanks for the link, I just had a try at that project and same result,
> everything looks fine,
[EMAIL PROTECTED] wrote:
>
> >Check the user's sieve directory (eg /usr/sieve/k/ken), and make sure
> >there is a link from 'default' to an actual script file. You should see
> >something like:
>
> >lrwxrwxrwx1 cyrusmail 10 Nov 10 2001 default ->
> >ken.script
> >-rw---
Christian Schulte wrote:
>
> Hi,
>
> I have a question for 2.2-cvs and virtual domain support turned on. The
> mailbox hierarchy mainly looks like a tree to me. Without virtual domain
> support turned on I have the following hierarchy:
>
> /user/Accounts
> /Shared-Folders
>
> With virtual dom
Vittorio Manfredini wrote:
>
> I just install to test the cvs version and I activate it on a machine using a
> virtual domain.
>
> All seem to work fine, but when I try to set quota on a virtual domain mailbox I
> have an I/O error.
>
> When I read the log file I found this error :
> Jan 21 11
Henrique de Moraes Holschuh wrote:
>
> On Tue, 21 Jan 2003, Ken Murchison wrote:
> > Did you compile with --enable-fulldirhash? If so, this might be the
> > problem because mkimap does not support this yet. That being said, I
> > didn't think that fulldirhash us
What do you mean by "port"? It will compile out of the box, or you can
grab RPMs from members of this list.
--
Kenneth Murchison Oceana Matrix Ltd.
Software Engineer 21 Princeton Place
716-662-8973 x26 Orchard Park, NY 14127
--PGP Public Key--http://www.oceana.com/~ken/ksm.pgp
1301 - 1400 of 2291 matches
Mail list logo