Hi everybody
I'm a newbie with cyrus-imapd2
I installed cyrus-sasl2 with bdb version = 41
and the same for cyrus-imapd2, everythinh is done via the freebsd 5.1 ports.
I managed to launch imapd when moving the script to the /etc/rc.cd/cyrus_imapd
directory and by enablig cyrus-imapd in rc.conf.
On Tue, Feb 24, 2004 at 10:29:20PM -0600, Albert Chin wrote:
> $ cat /ext/data/mail/.sieve/c/china/sieve.spam.script
> if header :contains "Subject" "hello" {
> discard;
> }
>
> $ cat test.msg
> From: [EMAIL PROTECTED]
> To: [EMAIL PROTECTED]
> Subject: hello
>
> test
>
> $
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
(crossposted to info-cyrus and cyrus-sasl lists)
Just built Cyrus/SASL 2.1.15 and am going through the setup, and
everything works fine until I get to imtest. I'm hoping someone can be
of assistance. Pertinent details are below.
Any help is greatly app
I'm running 2.2.3 on FreeBSD 4.8-STABLE:
$ find /ext/data/mail
/ext/data/mail
/ext/data/mail/stage.
/ext/data/mail/.sieve
/ext/data/mail/.sieve/c
/ext/data/mail/.sieve/c/china
/ext/data/mail/.sieve/c/china/sieve.spam.bc
/ext/data/mail/.sieve/c/china/sieve.spam.script
/ext/data/mai
On Wed, 25 Feb 2004, TN wrote:
> How strange. It works for me without all this malarkyI'm using
> virtual domains & ldap too, and it works whether or not
> the domains are userid or both methods, and my cyrus admin does not have
> appended @ stuff. ldap is my only mech too, so another mech is
On Tue, 24 Feb 2004, Michael J Barber wrote:
> His test system is a Pentium 200 with less than 10 users and just auto generated
> test messages. The mail boxes were growing to 20-30MB...at least with the
> Courier setup.
Oh. Yeah, that is a scenario where Courier might just be faster than Cyrus.
On Tue, 24 Feb 2004, Michael J Barber wrote:
> Cyrus after he thought it was too slow and could not configure it. That being
Hah, I bet he had Cyrus on a partition (or directories) operating in sync
mode :) (I assume he had a 2.x Cyrus install).
> Has anyone done similar things and noticed one
On Tue, Feb 24, 2004 at 09:11:38PM -0500, Igor Brezac wrote:
>
> On Tue, 24 Feb 2004, Albert Chin wrote:
>
> > On Tue, Feb 24, 2004 at 06:32:52PM -0500, Igor Brezac wrote:
> > >
> > > It may be that your sasl setup is broken and cyrus cannot find plain
> > > plugin. Do you get any message in sys
For those of you interested, a new ptloader/ldap code is available in cvs
now. The code should compile out of box assuming you use openldap api
2.1.x or higher. See imapd.conf man pages for the list of available
commands, there are quite a few of them ;(. All the params start with
'ldap_'. Gro
On Wed, 2004-02-25 at 00:07, Fredrik Petersson wrote:
> I have struggled hard to get a postfix-cyrus-mysql system run on a SuSE 8.2
> dist.
Out of curiosity, why MySQL? There seem to be a _lot_ of people trying
to use Cyrus with MySQL, but I haven't seen any mention of why MySQL is
a particularl
How strange. It works for me without all this malarkyI'm using
virtual domains & ldap too, and it works whether or not
the domains are userid or both methods, and my cyrus admin does not have
appended @ stuff. ldap is my only mech too, so another mech is not
intervening.
Edward Rudd w
MY cyrus admin user IS in the ldap. The issue was with how cyrus was
auto appending the machine's domain to the username if it did not
contain an @ which i do not want it to do.. So the virtdomains: userid
is the solution for my setup..
On Tue, 2004-02-24 at 16:56, TN wrote:
> Another option whi
On Tue, 24 Feb 2004, Albert Chin wrote:
> On Tue, Feb 24, 2004 at 06:32:52PM -0500, Igor Brezac wrote:
> >
> > On Tue, 24 Feb 2004, Albert Chin wrote:
> >
> > > > True (I'm using PAM via saslauthd). So, with the following in
> > > > imapd.conf and TLS, I should get some auth mechanisms displayed?
On Tue, Feb 24, 2004 at 06:32:52PM -0500, Igor Brezac wrote:
>
> On Tue, 24 Feb 2004, Albert Chin wrote:
>
> > > True (I'm using PAM via saslauthd). So, with the following in
> > > imapd.conf and TLS, I should get some auth mechanisms displayed?
> > > sasl_mech_list: PLAIN
> > > sasl_pwcheck_
On Tue, 24 Feb 2004, Albert Chin wrote:
> > True (I'm using PAM via saslauthd). So, with the following in
> > imapd.conf and TLS, I should get some auth mechanisms displayed?
> > sasl_mech_list: PLAIN
> > sasl_pwcheck_method: saslauthd
>
> Ok, I configured TLS and then did:
> $ openssl
>
On Tue, Feb 24, 2004 at 04:40:41PM -0600, Albert Chin wrote:
> On Tue, Feb 24, 2004 at 05:25:38PM -0500, Igor Brezac wrote:
> >
> > On Tue, 24 Feb 2004, Albert Chin wrote:
> >
> > > On Tue, Feb 24, 2004 at 01:49:39PM -0600, Albert Chin wrote:
> > > >
> > > > BTW, imapd doesn't display the auth me
On Tue, 24 Feb 2004, Albert Chin wrote:
> On Tue, Feb 24, 2004 at 05:25:38PM -0500, Igor Brezac wrote:
> >
> > On Tue, 24 Feb 2004, Albert Chin wrote:
> >
> > > On Tue, Feb 24, 2004 at 01:49:39PM -0600, Albert Chin wrote:
> > > >
> > > > BTW, imapd doesn't display the auth mechanisms either:
> > >
Another option which I use is I just add the cyrus admin as a regular
user in the ldap db, so it just gets looked up as usual.
This might have the advantage of working for people who want ip-bound
virtual domains (ie. virtualdomains: yes) instead of userid.
cheers
-Trevor.
Edward Rudd wrote:
On Tue, Feb 24, 2004 at 05:25:38PM -0500, Igor Brezac wrote:
>
> On Tue, 24 Feb 2004, Albert Chin wrote:
>
> > On Tue, Feb 24, 2004 at 01:49:39PM -0600, Albert Chin wrote:
> > >
> > > BTW, imapd doesn't display the auth mechanisms either:
> > > $ telnet [host] imap
> > > a001 CAPABILITY
> > > * C
Aha, Thanks very much that did it..
Setting virtdomains to 'userid' instead of 'true' fixed the issue..
On Tue, 2004-02-24 at 15:54, Igor Brezac wrote:
> On Tue, 24 Feb 2004, Edward Rudd wrote:
>
> > I have a cyrus-imapd 2.2.3 installation and am using saslauthd from my
> > cyrus-sasl 2.1.15 inst
On Tue, 24 Feb 2004, Albert Chin wrote:
> On Tue, Feb 24, 2004 at 01:49:39PM -0600, Albert Chin wrote:
> > On Tue, Feb 24, 2004 at 10:55:51AM -0600, Albert Chin wrote:
> > > $ telnet [host] 2000
> > > "IMPLEMENTATION" "Cyrus timsieved v2.2.3"
> > > "SIEVE" "fileinto reject envelope vacation imapf
On Tue, Feb 24, 2004 at 01:49:39PM -0600, Albert Chin wrote:
> On Tue, Feb 24, 2004 at 10:55:51AM -0600, Albert Chin wrote:
> > $ telnet [host] 2000
> > "IMPLEMENTATION" "Cyrus timsieved v2.2.3"
> > "SIEVE" "fileinto reject envelope vacation imapflags notify subaddress relational
> > regex"
> > OK
On Tue, 24 Feb 2004, Edward Rudd wrote:
> I have a cyrus-imapd 2.2.3 installation and am using saslauthd from my
> cyrus-sasl 2.1.15 installation, normal authentication to my virtual
> domain users works fine.. ([EMAIL PROTECTED], [EMAIL PROTECTED],
> etc...)
> However I can not login as the adm
I believe I had to create a cyrus id under SASL that was assigned to whatever the
default domain was that I specified in my imapd.conf. Once I dd that I was able to
login as cyrus (specifying no domain during login) and able to administer any of the
domains.
-Chris Paluch
-Original Messag
> On Tue, Feb 24, 2004 at 05:07:31PM +0100, Fredrik Petersson wrote:
>> I have struggled hard to get a postfix-cyrus-mysql system run on a SuSE
>> 8.2
>> dist.
>> I have just reinstalled SuSE and gonna give it a new try tonight.
>> Cant find any suitable howto on internet so thats why I ask here.
>
I have a cyrus-imapd 2.2.3 installation and am using saslauthd from my
cyrus-sasl 2.1.15 installation, normal authentication to my virtual
domain users works fine.. ([EMAIL PROTECTED], [EMAIL PROTECTED],
etc...)
However I can not login as the administrator (cyrus) which has no domain
component to t
I wonder if someone could help me with this. I'm running SuSE 9.0 with
cyrus-sasl-2.1.15-57 installed from rpm's and working, no problem with
saslpasswd2 can create users.
My problem is this. I installed cyrus-imapd-2.2.3 from source. It seems
to work, but when I try to log in with cyradm I get t
On Tue, Feb 24, 2004 at 05:07:31PM +0100, Fredrik Petersson wrote:
> I have struggled hard to get a postfix-cyrus-mysql system run on a SuSE 8.2
> dist.
> I have just reinstalled SuSE and gonna give it a new try tonight.
> Cant find any suitable howto on internet so thats why I ask here.
I seem
On Tue, Feb 24, 2004 at 10:55:51AM -0600, Albert Chin wrote:
> $ telnet [host] 2000
> "IMPLEMENTATION" "Cyrus timsieved v2.2.3"
> "SIEVE" "fileinto reject envelope vacation imapflags notify subaddress relational
> regex"
> OK
>
> Any reason I don't see the SASL auth mechanisms? Cyrus IMAPd is
> w
Deliver 4-5k messages to a single mailbox and then delete message
10,100,1000 etc. Do that for 1000 users at the same time.. Then Cyrus
really starts to perform!
Mike Brodbelt wrote:
>
> Michael J Barber wrote:
> > This rings a bell.
> >
> > His test system is a Pentium 200 with less than 10 use
Hello,
I am using Cyrus 2.2.3 and Cyrus-sasl 2.1.17 in a Murder configuration.
I am getting some strange errors and was wondering if anyone had any
insights. Here are the frontend and backend logs and i will inclued the
imapd.conf. Also lmtp on backend won't write messages without the
proxy_a
Michael J Barber wrote:
> This rings a bell.
>
> His test system is a Pentium 200 with less than 10 users and just auto generated
> test messages. The mail boxes were growing to 20-30MB...at least with the
> Courier setup.
>
> Any other info would be great and thanks for the note.
>
> BTW the e
This rings a bell.
His test system is a Pentium 200 with less than 10 users and just auto generated
test messages. The mail boxes were growing to 20-30MB...at least with the
Courier setup.
Any other info would be great and thanks for the note.
BTW the eventual production system is a dual Xeon 3
$ telnet [host] 2000
"IMPLEMENTATION" "Cyrus timsieved v2.2.3"
"SIEVE" "fileinto reject envelope vacation imapflags notify subaddress relational
regex"
OK
Any reason I don't see the SASL auth mechanisms? Cyrus IMAPd is
working fine against saslauthd/pam. My main problem is that sieveshell
won't c
Fredrik Petersson wrote:
Hi!
Iam new to the list so please feel free to tell me if I posts something that
doesn´t belong here.
I have struggled hard to get a postfix-cyrus-mysql system run on a SuSE 8.2
dist.
I have just reinstalled SuSE and gonna give it a new try tonight.
Cant find any suitab
Michael J Barber wrote:
> Folks I need a bit of feedback and insight.
>
> A co-worker of mine is implementing an IMAP server here and has decided to ditch
> Cyrus after he thought it was too slow and could not configure it. That being
> said, I don't want to address the configuration issue. I am
Folks I need a bit of feedback and insight.
A co-worker of mine is implementing an IMAP server here and has decided to ditch
Cyrus after he thought it was too slow and could not configure it. That being
said, I don't want to address the configuration issue. I am interested in the
speed or perfor
Hi!
Iam new to the list so please feel free to tell me if I posts something that
doesn´t belong here.
I have struggled hard to get a postfix-cyrus-mysql system run on a SuSE 8.2
dist.
I have just reinstalled SuSE and gonna give it a new try tonight.
Cant find any suitable howto on internet so t
Thanks Ken & Sebastian,
I changed the News to news and it worked. I will see if I can find a sendmail
config change to allow caps.
-Chris Paluch
-Original Message-
From: Ken Murchison <[EMAIL PROTECTED]>
Sent: Feb 24, 2004 9:26 AM
To: Christopher Paluch <[EMAIL PROTECTED]>
Cc: [E
Christopher Paluch wrote:
Thanks for the suggestion. I went and removed the "postuser" parameter from
imapd.conf and restarted Cyrus.
Unfortunately I still get the same message when I send to either +shared/[EMAIL
PROTECTED] or [EMAIL PROTECTED] Sending to [EMAIL PROTECTED] seemingly has worked
-- Christopher Paluch <[EMAIL PROTECTED]> is rumored to have mumbled
on Dienstag, 24. Februar 2004 9:05 Uhr -0600 regarding Re: Shared
Mailboxes/Bulletin Board Problem:
Thanks for the suggestion. I went and removed the "postuser" parameter
from imapd.conf and restarted Cyrus. Unfortunately I st
Thanks for the suggestion. I went and removed the "postuser" parameter from
imapd.conf and restarted Cyrus.
Unfortunately I still get the same message when I send to either +shared/[EMAIL
PROTECTED] or [EMAIL PROTECTED] Sending to [EMAIL PROTECTED] seemingly has worked.
- The following
> Simon,
> Thanks for the reply. After further experimenting ...
>
> I changed admin user, cyrus, in my LDAP database to an entry exactly like
> the one which allows me to auth. Still failed as before.
> I tried the non-problematic(but not an admin in imapd.conf) user, shelley,
> using cyradm, an
Simon,
Thanks for the reply. After further experimenting ...
I changed admin user, cyrus, in my LDAP database to an entry exactly like
the one which allows me to auth. Still failed as before.
I tried the non-problematic(but not an admin in imapd.conf) user, shelley,
using cyradm, and I could au
44 matches
Mail list logo