Re: Cannot get loginrealms to work with 2.0.16

2002-09-17 Thread Christian Schulte
> Three things: > 1) I mispelled the option :} > 2) In my imapd.conf (Cyrus 2.1.9) it is "unixhierarchysep" > 3) The option may only be available as a patch to the 2.0 series > > This feature converts the normal separator character "." > to "/". By making the separator "/" you can then put "."

Re: Cannot get loginrealms to work with 2.0.16

2002-09-17 Thread Christian Schulte
> > >>>The unix hierarchy separator is key here because you >>>want to have a "." in the username. >>> >>> >>> >>I think this would do it. But how to enable that in 2.0.16 ? >> >> > >It's probably only available as a patch in the 2.0.x >series (I'm not to keen on exactly which versions h

Re: Cannot get loginrealms to work with 2.0.16

2002-09-17 Thread Christian Schulte
> > >You _should_ not have to reconstruct any mailboxes, since the mailbox format >hasn't changed (well, a small one was made for POP UIDL, but it'll be upgraded >on the fly). You'll want to read doc/install-upgrade.html and do everything >that applies from 2.0.16 forward. > >You'll also want

Re: Solaris+cyrus_imap+sendmail

2002-09-19 Thread Christian Schulte
Antonio Xu wrote: > Hello, All > I'm a volunteer work for mozilla's mailnews, now I have set up a > cyrus imap server for my testing, but I meet a problem of how to > configure the cyrus's Imap server and make it can work with sendmail. > I set up the server on solaris, so I meet some pr

Re: Cannot get loginrealms to work with 2.0.16

2002-09-19 Thread Christian Schulte
Michael Fair wrote: >Your other choice is to skip 2.1 and jump into 2.2 >available from CVS. Since you're already compiling >your cyrus (as opposed to prepackaged binary) and >you want virtual domains support (and willing to go >to great lengths to get it), I'd suggest getting the >2.2 branch w

Getting SASL from CVS --- automake complains about errors

2002-09-20 Thread Christian Schulte
Hi, I just had plenty of problems with the SASL2 library. I checked it out from CVS and did the follwoing things which produced a working configure script. After compilation some things did not work and I think they all related to a problem while creating the configure script! e.g. The saslau

Re: only half of the problem solved -- cyrus deliver slow

2002-09-20 Thread Christian Schulte
Hi, I just read your posts. You definetly want to change the cyrus.m4 mailer definition. If you are already compiling sendmail, then have a look at the directory cf/mailer ! Therein is a file called cyrus.m4 which you just have to change to deliver to the socket you just created. I did that an

Re: how many users can Cyrus server support? -- is 5.5 msg/sec sl ow?

2002-09-26 Thread Christian Schulte
Su Li wrote: >Thanks Larry, > >But I did "For Sendmail 8.10 - 8.12.3, use the cyrusv2.mc file as a template >to create a Sendmail configuration file." > > And this did not increase your performance at all ? If I changed sendmail to deliver directly to the lmtp socket (by socket I do not mean

Re: how many users can Cyrus server support? -- is 5.5 msg/sec sl ow?

2002-09-27 Thread Christian Schulte
Jeremy Rumpf wrote: >I agree that Su isn't seeing the performance he should be getting, but I also >see where he would _need_ this performance. Other alternatives for Su are out >there, such as clustering IMAP back ends using either Perdition >http://www.vergenet.net/linux/perdition/ or the

Virtdomains: inter-domain admins do not work ---- was Re: Cannotget loginrealms to work with 2.0.16

2002-10-04 Thread Christian Schulte
> >> Your other choice is to skip 2.1 and jump into 2.2 >> available from CVS. Since you're already compiling >> your cyrus (as opposed to prepackaged binary) and >> you want virtual domains support (and willing to go >> to great lengths to get it), I'd suggest getting the 2.2 branch which >> ha

Re: Getting SASL from CVS --- automake complains about errors

2002-10-05 Thread Christian Schulte
Rob Siemborski wrote: >On Sat, 21 Sep 2002, Christian Schulte wrote: > > > >>I just had plenty of problems with the SASL2 library. I checked it out >>from CVS and did the follwoing things which produced a working configure >>script. After compilation some things

Re: Virtdomains: inter-domain admins do not work ---- was Re: Cannotget loginrealms to work with 2.0.16

2002-10-05 Thread Christian Schulte
Ken Murchison wrote: >Quoting Christian Schulte <[EMAIL PROTECTED]>: > > > >>>>Your other choice is to skip 2.1 and jump into 2.2 >>>>available from CVS. Since you're already compiling >>>>your cyrus (as opposed to prepackaged binar

Re: Virtdomains: inter-domain admins do not work ---- was Re: Cannotget loginrealms to work with 2.0.16

2002-10-07 Thread Christian Schulte
Ken Murchison wrote: >Quoting Christian Schulte <[EMAIL PROTECTED]>: > > > >>>>Your other choice is to skip 2.1 and jump into 2.2 >>>>available from CVS. Since you're already compiling >>>>your cyrus (as opposed to prepackaged binar

Re: Virtdomains: inter-domain admins do not work ---- was Re: Cannotget loginrealms to work with 2.0.16

2002-10-07 Thread Christian Schulte
Ken Murchison wrote: >This is most likely your problem. Make sure that your hostname is fully >qualified, so that saslpasswd2 creates secrets with >mail.rent-a-mailserver.de as the realm, or just leave it alone and let >it use 'mail' as the realm. In either case, Cyrus/SASL should do the >"righ

lmtpd: Internal error: assertion failed: config.c: 226: imapopts[opt].t== OPT_SWITCH

2002-10-15 Thread Christian Schulte
Hello, I'm trying to configure sendmail to deliver to a virtual-domain account in cyrus 2.2 from cvs. This is all I get to work! I had to change the cyrusv2.mc file so that it will send a fqdn recipient like this and I get such error in the logfile. Oct 16 02:34:36 mail sendmail[10197]: [ID 80

Upgrade to Berkeley DB 4 and now the server crashes ---- HELP !!!

2002-10-18 Thread Christian Schulte
I upgraded to Berkeley 4.1.24 and now the whole installation does not work. I made ctl_cyrusdb -r but that does not fix it. What can I do either! I really need the mailserver working again as soon as possible. Its a "never change a running system" thing but now many people dont have email today

Re: problem sending mail to shared mailbox

2003-12-05 Thread Christian Schulte
Erik Myllymaki schrieb: I created a shared mailbox but I cannot send mail to it. I get [EMAIL PROTECTED] 550 Unknown User? Is this a message from the MTA or from lmtpd ? cyradm>cm bblist1 If you are using 2.2 this will create a shared folder in the defaultdomain which then does not seem to be ex

Re: How to create a mailbox with virtualdomains and unixhierarchysep?

2003-12-09 Thread Christian Schulte
Paul Boven schrieb: Hi everyone, I've setup a Cyrus-Imapd-2.2.2-BETA with these statements in the imapd.conf: altnamespace: yes virtdomains: yes unixhierarchysep: true However, since adding unixhierarchysep (and doing a clean reinstall, this is on a test server) I can no longer add user mailbox

Re: global admin without defaultdomain?

2003-12-25 Thread Christian Schulte
Kendrick Vargas schrieb: I tried adding "defaultdomain: fakedomain.com" and even setting "servername: fakedomain.com" without it making a difference. Any other suggestions? I have servername: imap.somename.com admins: someadmin and no default domain! If I login as "someadmin" mysql auxprop plugin

Re: global admin without defaultdomain?

2003-12-29 Thread Christian Schulte
Kendrick Vargas schrieb: On Fri, 26 Dec 2003, Christian Schulte wrote: Kendrick Vargas schrieb: I tried adding "defaultdomain: fakedomain.com" and even setting "servername: fakedomain.com" without it making a difference. Any other suggestions? I have servername: imap

Re: more virtual domain funnyness

2003-12-29 Thread Christian Schulte
Kendrick Vargas schrieb: Hi folks, Ok, Igor, Ken, you both must be growing to hate me, but I'm starting to understand the present need for the defaultdomain paramater. I'm sorry :-) I have a question. Lets say I have a realm "example.com" and I have the defaultdomain paramater set to "example.co

Re: global admin without defaultdomain?

2003-12-29 Thread Christian Schulte
Kendrick Vargas schrieb: As for only being able to log in via localhost to your global admin account, it's a bug whether you like it or not :-) Relying on a bug to maintain your security is really bad security. The only time I feel secure in my setups is when I know everything is working as it

Re: global admin without defaultdomain?

2003-12-30 Thread Christian Schulte
Kendrick Vargas schrieb: Well, I gave you all the details about my setup. Please tell me what it'll take to convince you that my setup isn't screwed (at least from my end). -peace man getnameinfo: FILES /etc/hosts /etc/nsswitch.conf /etc/resolv.conf It all mainly depends

Re: [POLL] Cyrus 2.2 virtdomains behavior (Was: global admin without defaultdomain?)

2003-12-31 Thread Christian Schulte
Am Mittwoch, 31. Dezember 2003 02:47 schrieb Jure PeÄar: > On Tue, 30 Dec 2003 13:33:37 -0500 > > Ken Murchison <[EMAIL PROTECTED]> wrote: > > Its not a problem to implement it. I'd like to get some more discussion > > on how the two methods can/should interact. > > Let me share my point of view:

Re: CYRUS = GARBAGE

2004-02-03 Thread Christian Schulte
Am Dienstag, 3. Februar 2004 01:53 schrieb Edward Rudd: > That's not correct.. You can use mysql and have accounts automatically > created.. > If you install the autocreate patches.. > http://email.uoa.gr/download/cyrus/cyrus-imapd-2.2.3/ I think you do not need to even patch 2.2.3 for this to wor

Re: CYRUS = GARBAGE

2004-02-03 Thread Christian Schulte
Am Dienstag, 3. Februar 2004 10:50 schrieb Simon Matter: > > Am Dienstag, 3. Februar 2004 01:53 schrieb Edward Rudd: > >> That's not correct.. You can use mysql and have accounts automatically > >> created.. > >> If you install the autocreate patches.. > >> http://email.uoa.gr/download/cyrus/cyrus-

Re: Kill this thread, it shouldn't have been one ( was: Re: CYRUS = ....)

2004-02-03 Thread Christian Schulte
Am Dienstag, 3. Februar 2004 15:53 schrieb Peter P. Benac: > I did mention the Documents could use a bit more polish, and Ken has asked > me to update the documents with the issues I had and how I overcame them. I > will do this, and I challenge each of you to do the same thing. And that is the wa

Re: Fw: Re: Virtual domains, user@domain.com: Mailbox unknown

2004-02-19 Thread Christian Schulte
Am Donnerstag, 19. Februar 2004 16:09 schrieb Christopher Paluch: > -Forwarded Message- > From: Christopher Paluch <[EMAIL PROTECTED]> > Sent: Feb 19, 2004 8:50 AM > To: Mike O'Rourke <[EMAIL PROTECTED]>, [EMAIL PROTECTED] > Subject: Re: Virtual domains, [EMAIL PROTECTED]: Mailbox unknown

Re: Fw: Re: Virtual domains, user@domain.com: Mailbox unknown

2004-02-19 Thread Christian Schulte
Am Donnerstag, 19. Februar 2004 17:00 schrieb Christopher Paluch: > This is the output from the maillog: > > Feb 19 09:22:54 ecnsrc01 sendmail[4856]: i1JFMsuJ004856: > to=<[EMAIL PROTECTED]>, delay=00:00:00, xdelay=00:00:00, > mailer=cyrusv2, pri=31408, relay=localhost [[UNIX: /var/imap/socket/lmtp

Re: sieve problems (continued)

2004-05-29 Thread Christian Schulte
Bob Tito wrote: Hi, For now cyrus-imapd-2.2.3 is the last version where sieve fileinto worked ;-( I have tried 2.2.4 and 2.2.5, both from the FreeBSD ports. I a NOT claiming the problem is in the source, it could also be a problem with the port, but i need some help putting my finger on it.. Th

Re: sieve problems (continued)

2004-05-29 Thread Christian Schulte
Bob Tito wrote: Here's the config: configdirectory: /var/imap partition-default: /var/spool/imap unixhierarchysep: yes altnamespace: yes allowplaintext: yes quotawarn: 90 imapidlepoll: 60 admins: cyrus singleinstancestore: yes duplicatesuppression: yes sieveusehomedir: false sievedir: /var/imap/sie

Re: sieve problems (continued)

2004-05-30 Thread Christian Schulte
Bob Tito wrote: Christian Schulte wrote: Bob Tito wrote: Does the attached patch fix the problem ? At least it was reproduceable now and the patch fixed it here. Hi Christian, For starters it is good the hear that you are able to reproduce the problem... to finish it.. *IT WORKS* Thanks a lot

Re: sieve problems (continued)

2004-05-31 Thread Christian Schulte
Ken Murchison wrote: Please try this patch instead. I don't think we need to pass the namespace to run_sieve() as an additional argument since its already part of sieve_msgdata_t. Damn. Did not notice that. Applied the patch and it works. -- Christian --- Cyrus Home Page: http://asg.web.cmu.edu/

Re: sieve problems (continued)

2004-06-01 Thread Christian Schulte
Bob Tito wrote: I replied to fast ;-( .. Forgot to restart imap, and for me the old problem is back again.. For now i'll go back to Christian's patch. Hmm...there is no big difference with Ken's patch. Its more a thing that I needed to change three files where only one was really needed to be ch

Re: sieve problems (continued)

2004-06-01 Thread Christian Schulte
Bob Tito wrote: Christian Schulte wrote: Bob Tito wrote: I replied to fast ;-( .. Forgot to restart imap, and for me the old problem is back again.. For now i'll go back to Christian's patch. Hmm...there is no big difference with Ken's patch. Its more a thing that I needed to cha

Shared folders and virtual domains ?

2002-11-14 Thread Christian Schulte
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: $>cm sharedfolder I cannot do $>sam

Sendmail, SASL2 and mysql - Sendmail does not read Sendmail.confcompletely !

2002-11-16 Thread Christian Schulte
Hi, this is more related to cyrus-sasl than cyrus-imapd. If I put the following lines into my imapd.conf prepending sasl_ to each option, the imapd greatly authenticates users agains a mysql database as wanted. This was not that hard to setup and worked after short time. pwcheck_method: auxprop

DBERROR: error listing log files: Permission denied

2002-11-18 Thread Christian Schulte
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 ctl_cyrusdb[7462]: [ID 854764 local6.err

Re: DBERROR: error listing log files: Permission denied

2002-11-18 Thread Christian Schulte
Ken Murchison wrote: 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

Re: DBERROR: error listing log files: Permission denied

2002-11-18 Thread Christian Schulte
Rob Siemborski wrote: On Mon, 18 Nov 2002, 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

Re: How to make cyrus not change non US-ASCII characters to "X"

2002-11-21 Thread Christian Schulte
Sergey Mukhin wrote: "A" == Alessandro Oliveira <[EMAIL PROTECTED]> writes: A> Date: Wed, 20 Nov 2002 09:30:31 -0200 A> To: info-cyrus <[EMAIL PROTECTED]> A> Hi, A> I'd like to know if there is a way to avoid this cyrus behavior, my A> users are getting very angry with it. A> Than

Re: How to make cyrus not change non US-ASCII characters to "X"

2002-11-21 Thread Christian Schulte
Alessandro Oliveira wrote: Is there any possibility to put this as an autoconf option? maybe something like: "./configure --enable-strict-headers | --disable-strict-headers" would do the trick, or even better, a runtime configuration option !!! what are the REAL consequences of having 8bit cha

Re: OT LVM Snapshot for backups (was: Best way to backup cyrus syste)

2002-11-21 Thread Christian Schulte
Jared Watkins wrote: I would think you could use LVM the linux volume manager along with it's snapshot feature.. and then any sort of backup program you want. I'm not using this method yet... but I will be soon... is anyone else out there running LVM or some other volume manager under linux

Re: Configuration Tools.

2002-11-21 Thread Christian Schulte
Joshua Schmidlkofer wrote: What is the preferred method of managing Cyrus? js Have a look at the websieve sourceforge project! Its a perl based cgi application for managing cyrus sieve and imap!

Re: How to make cyrus not change non US-ASCII characters to "X"

2002-11-21 Thread Christian Schulte
Alessandro Oliveira wrote: Maybe the best solution would be a filter to change the message body encoding using quoted-printable instead of putting X everywhere, and change headers to also use the appropriate encoding. What do you think about this ? Christian Schulte escreveu: Is there any

Re: Thoughts on the age-old cyradm thingie

2002-11-21 Thread Christian Schulte
Hello, this is a bit specific to my system but I think it is worse to mention here: I am using the 2.2 branch out of cvs. The configure script there contains an option --with-perl which I specified as: --with-perl=/usr/local/perl-5.8.0/bin/perl I also specify --cyrus-prefix=/usr/local/cyrus2-c

Re: OT LVM Snapshot for backups (was: Best way to backup cyrus syste)

2002-11-21 Thread Christian Schulte
to the software raid. Brian wrote: Christian Schulte said: I have had many many troubles with the linux LVM itself. I would rather suggest using a well configured linux softare raid. This is much more stable than LVM! I lost 250GB because of LVM and did not have a backup. With softwar

Sieveshell does not work anymore...

2002-11-26 Thread Christian Schulte
Hello, I have a problem getting sieveshell to work again. If I invoke it like this /usr/local/cyrus2-cvs/bin/sieveshell 127.0.0.1 I get connecting to 127.0.0.1 unable to connect to server at /usr/local/cyrus2-cvs/bin/sieveshell line 174. and the logs say Nov 26 18:00:36 mail master[1769]: [I

Re: Shared folders and virtual domains ?

2002-12-02 Thread Christian Schulte
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 my old installation to the new one and cannot get delivery to shared folders working. If I create a shared folder with

Re: PostgreSQL backend: a waste of time?

2002-12-03 Thread Christian Schulte
Nicola Ranaldo wrote: But another main reason is that I hold in the same database user passwords and other accounting informations, imp prefs/addressbook, and all my sendmail maps (Yes! also virtusertable!). Hello, that sounds interesting for me! Did you patch sendmail to read its maps out fr

Re: Shared folders and virtual domains ?

2002-12-03 Thread Christian Schulte
Jonathan Marsden wrote: On 3 Dec 2002, Christian Schulte writes: 20776 >>> MAIL From:<[EMAIL PROTECTED]> SIZE=1076 BODY=8BITMIME 20776 <<< 250 2.1.0 ok 20776 >>> RCPT To:<+sharedfolder@domain> 20776 >>> DATA 20776 <<< 250 2.1.5 ok

Re: Shared folders and virtual domains ?

2002-12-04 Thread Christian Schulte
Ken Murchison wrote: 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 my old installation to the new one and cannot get delivery

Re: Shared folders and virtual domains ?

2002-12-05 Thread Christian Schulte
Ken Murchison wrote: Christian Schulte wrote: Ken Murchison wrote: 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

Re: Shared folders and virtual domains ?

2002-12-06 Thread Christian Schulte
Ken Murchison wrote: Christian Schulte wrote: Ken Murchison wrote: Christian Schulte wrote: Ken Murchison wrote: Christian Schulte wrote: Ken Murchison wrote: Christian Schulte wrote: Hi, I am running 2_2 cvs

Re: Shared folders and virtual domains ?

2002-12-06 Thread Christian Schulte
Ken Murchison wrote: Christian Schulte wrote: Ken Murchison wrote: Christian Schulte wrote: Ken Murchison wrote: Christian Schulte wrote: Ken Murchison wrote: Christian Schulte wrote: Hi, I am running 2_2 cvs

Re: Shared folders and virtual domains ?

2002-12-07 Thread Christian Schulte
Ken Murchison wrote: Christian Schulte wrote: Ken Murchison wrote: Christian Schulte wrote: Ken Murchison wrote: Christian Schulte wrote: Ken Murchison wrote: Christian Schulte wrote: Ken Murchison wrote

cyrus-2.2-cvs: virtualdomains and sendmail virtusertable (cyrusv2as local mailer)

2002-12-16 Thread Christian Schulte
Hi, after changing the local mailer in my sendmail.mc from cyrus to cyrusv2 I cannot get sendmail to correctly deliver the domain-part of local-adresses to cyrusv2-lmtpd! Before, I had the cyrusv2-mailer set in /etc/mail/mailertable but that way , I was not able to route my email as I need to

Re: cyrus-2.2-cvs: virtualdomains and sendmail virtusertable (cyrusv2as local mailer)

2002-12-16 Thread Christian Schulte
Jonathan Marsden schrieb: There are almost certainly neater ways, but I just patched sendmail.cf/m4/proto.m4 to do that. --- proto.m4.20020613 Thu Jun 13 11:53:24 2002 +++ proto.m4Thu Dec 12 01:54:08 2002 @@ -1092,8 +1092,8 @@ dnl $H empty (but @$=w.) R< > $+ + $* < $+ >$#_LOCAL_ $: $1

Re: cyrus-2.2-cvs: virtualdomains and sendmail virtusertable (cyrusv2as local mailer)

2002-12-16 Thread Christian Schulte
Jonathan Marsden schrieb: There are almost certainly neater ways, but I just patched sendmail.cf/m4/proto.m4 to do that. --- proto.m4.20020613 Thu Jun 13 11:53:24 2002 +++ proto.m4Thu Dec 12 01:54:08 2002 @@ -1092,8 +1092,8 @@ dnl $H empty (but @$=w.) R< > $+ + $* < $+ >$#_LOCAL_ $: $1

Re: cyrus-2.2-cvs: virtualdomains and sendmail virtusertable (cyrusv2as local mailer)

2002-12-16 Thread Christian Schulte
Christian Schulte schrieb: Jonathan Marsden schrieb: There are almost certainly neater ways, but I just patched sendmail.cf/m4/proto.m4 to do that. --- proto.m4.20020613 Thu Jun 13 11:53:24 2002 +++ proto.m4Thu Dec 12 01:54:08 2002 @@ -1092,8 +1092,8 @@ dnl $H empty (but @$=w.) R

Re: cyrus-2.2-cvs: virtualdomains and sendmail virtusertable (cyrusv2as local mailer)

2002-12-17 Thread Christian Schulte
Joe Rhett schrieb: I hope that documenting how best to configure sendmail for use with Cyrus 2.2 in virtdomain mode will be part of the documentation cleanup that preceeds the 2.2 release. If I were sure what "the best" approach was, I'd happily submit patches to the Cyrus documentation files de

Re: problems with db directory ...

2002-12-18 Thread Christian Schulte
Malcolm Herbert schrieb: Does anyone have any ideas about this problem? On Fri, Dec 13, 2002 at 09:50:22AM +1100, Malcolm Herbert wrote: |I've installed cyrus-imapd-2.1.9nb1 (2.1.9 with NetBSD patch revision 1) |onto a NetBSD 1.6 machine, however I'm getting the following message |regularly (abo

Re: cyrus-2.2-cvs: virtualdomains and sendmail virtusertable (cyrusv2as local mailer)

2002-12-19 Thread Christian Schulte
You can't do multiple targets in the virtusertable; to accomplish that, you need to create a local alias that expands into the two targets, and then have the virtusertable entry map to the alias. For example: >>Virtusertable: [EMAIL PROTECTED]alias_x [EMAIL PROTECTED]local_a [EMAIL PRO

Re: cyrus-2.2-cvs: virtualdomains and sendmail virtusertable (cyrusv2as local mailer)

2003-01-01 Thread Christian Schulte
Jonathan Marsden schrieb: On 16 Dec 2002, Christian Schulte writes: +`R$=L < @ $=w . > $#_LOCAL_ $: @ $1`@'$2 special local names +R$+ < @ $=w . > $#_LOCAL_ $: $1`@'$2 regular local name') I think the two lines you added should look

Re: cyrus-2.2-cvs: virtualdomains and sendmail virtusertable (cyrusv2as local mailer)

2003-01-03 Thread Christian Schulte
Ilan Rabinovitch schrieb: Hello Christian, Any chance I can get a look at your sendmail.mc or sendmail.cf files. Im trying to accomplish the same as you but following your thread of e-mails on the list I cant seem to reach the same poitn as you. Thanks, Ilan I solved it! I tried to deliver

Sieve reject working but emails get delivered to inbox ?

2003-01-05 Thread Christian Schulte
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 "This email did not pass our spam-detection tests a

Per-Domain-Quota in 2.2 with virtual domains turned on ?

2003-01-13 Thread Christian Schulte
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 domain support turned on this expands to: /domain/

Re: Quota Warnings

2003-01-14 Thread Christian Schulte
Víctor Guerra schrieb: Hello everybody, i have a cyrus-qmail installation on Red hat 7.3. I have set quotas to everybody and i want the following: When somebody (the sender) writes an e-mail to somebody (the recipient) cyrus must check quotas and if the recipient has the quota full... cyrus mu

Re: Per-Domain-Quota in 2.2 with virtual domains turned on ?

2003-01-14 Thread Christian Schulte
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 worth to mention: Every time I've made a big change to the mailbox naming/structu

Re: SNMP cyrus monitoring.

2003-01-25 Thread Christian Schulte
Jared Watkins schrieb: Hmmm... Well I ran the snmpconf perl script and allowed public read access in snmpd.conf.. but when I try to walk the enterprises tree I don't see any cyrus stuff there... in fact.. I don't get any results if I use enterprises.anything. Do I need to give the cyrus user

Re: Per-Domain-Quota in 2.2 with virtual domains turned on ?

2003-01-30 Thread Christian Schulte
ite some comments to this. --Christian-- schulte-22:31:03:~/cyrus-cvs/cyrus-imapd-2_2/imap >diff -c imapoptions.original imapoptions *** imapoptions.originalDo Jan 30 22:28:27 2003 --- imapoptions Do Jan 30 22:30:20 2003 *** *** 546,551 --- 546,557 { "virtdom

Re: Per-Domain-Quota in 2.2 with virtual domains turned on ?

2003-01-31 Thread Christian Schulte
Ken Murchison wrote: I'l have to talk to Rob and Larry again, but I think that if we're interested in creating the directories on the fly, we'd want to do them as needed (create just what we need now, not the entire tree) and do this regardless of whether we're using virtdomains. mkimap should

Re: Openssl certs for Cyrus

2003-02-03 Thread Christian Schulte
Jasper Jans wrote: is someone willing to outline the commands that are needed to create working certificates for sendmail/openldap/cyrus-sasl/etc that are all signed by a CA that is also self generated.. i'm not sure what it is that i do wrong - maybe it is the generating of the CA or maybe the s

Re: Issues with Install

2003-02-04 Thread Christian Schulte
lists wrote: I am having 2 problems 1. is with the ./mkimap program. I am using redhat 8.0 and I get this error [cyrus@imap tools]$ ./mkimap reading configure file... done Use of uninitialized value in concatenation (.) or string at (eval 1) line 85. creating ... Use of uninitialized value in

Could not shut down filedescriptor 0: Transport endpoint is not connected

2003-02-11 Thread Christian Schulte
After doing the latest update from cvs I see these lines in syslog from time to time! Everything works well so I think I need not concentrate on these lines, right ? --Christian-- Feb 11 20:10:00 mail imap[26930]: [ID 892804 local6.debug] Could not shut down filedescriptor 0: Transport endpoin

Re: procmail revisited

2003-02-11 Thread Christian Schulte
Also, are you able to use user specific spamassassin settings? This is the one goal that set me on this quest in the first place. Of course simplifying my sendmail config is looking more attractive too. I noticed you set DROPPRIVS=1. I did the same in my /etc/procmailrc, and procmail logs a me

Re: cyrus 2.2 from yesterday cvs

2003-02-20 Thread Christian Schulte
Igor Brezac wrote: On Wed, 19 Feb 2003, Ilya wrote: Ken, do you have any plans for global admins without default domain setting? I got this working by accident, but this would be a nice feature. Admin needs to be unqualified and the imap server ip address should not resolve to a FQDN.

[cyrus-imapd-2_2 CVS] Missing calls to prot_free ?

2003-03-05 Thread Christian Schulte
From imap/global.c: 550 /* 551 * Return contents of the shutdown file. NULL = no file. 552 */ 553 char *shutdown_file(void) 554 { 555 int fd; 556 struct protstream *shutdown_in; 557 static char shutdownfilename[1024] = ""; 558 static char buf[1024]; 559 char *p; 56

Re: Two huge problems with CMU (tag stable_2.2) sieve 2.0 of thecurrent cvs source !

2003-03-05 Thread Christian Schulte
Franz Skale wrote: Things are running good with the cvs code of cyrus (branche 2.2) but there are 2 probs i have with sieve. Btw. i am using sendmail 8.12.8 with the lmtp unix socket delivering option. (cyrusv2.mc) The cvs source from last week worked perfectly with the vacation extension. I did a

Re: [cyrus-imapd-2_2 CVS] Missing calls to prot_free ?

2003-03-05 Thread Christian Schulte
Christian Schulte wrote: Then again in imap/lmtpengine.c: 1377rset: 1378 if(msg->data) prot_free(msg->data); 1379 if (msg) msg_free(msg); 1380 msg_new(&msg); 1381 1382 continue; 1383

Re: Two huge problems with CMU (tag stable_2.2) sieve 2.0 of thecurrent cvs source !

2003-03-05 Thread Christian Schulte
Ken Murchison wrote: We'd like to hear of any differences. I caught a couple myself when I first deployed it. What would help is a sample script, sample message(s) and the output of the sieve 'test' program (both the bytecode and non-bytecode versions). This is the sieve-script of my private acc

Re: Two huge problems with CMU (tag stable_2.2) sieve 2.0 of thecurrent cvs source !

2003-03-05 Thread Christian Schulte
Rob Siemborski wrote: On Wed, 5 Mar 2003, Christian Schulte wrote: All mail from the cyrus-info mailinglist got delivered to "Privat/Projects/Cyrus-Info" before the update. Right now after the bytecode-update these mails appear in "XCellcom/DEBUG" which is the target o

TEST

2003-03-05 Thread Christian Schulte

TEST

2003-03-05 Thread Christian Schulte
Sorry again but it is for finding a sieve error which deals with getting mails from this list into the right folder...

Re: Two huge problems with CMU (tag stable_2.2) sieve 2.0 of thecurrent cvs source !

2003-03-05 Thread Christian Schulte
Rob Siemborski wrote: Could you send me your new .bc file? (you did recompile it, right?) Ups...sorry! I only made cvs update; make. After doing make distclean; configure; make; make install it now works! Great! Thanks a lot for your help. I attached the newly compiled script just for compl

Re: quota problems ; overquota, quotawarning, etc

2003-03-10 Thread Christian Schulte
Markus Welsch wrote: Hi all, I've set up Cyrus 2.1 with quota. Now when there is no quota reached already Cyrus accepts the message no mater what size (even if it's 800% overquota). Is there a way to reject the mails in such a case ? No! A mailbox could never go over quota if such mails would be

Squatter and virtdomains ?

2003-03-20 Thread Christian Schulte
Hello, does squatter already support virtdomain mailboxes ? --Christian--

Trafficaccounting in a mysql db ?

2003-03-24 Thread Christian Schulte
Hello, I wrote a patch which enables one to do traffic logging into a mysql database. (mainly lib/prot.c lib/prot.h) The table in which that happens could look something like: CREATE TABLE cyrus_accounting ( id int(11) NOT NULL auto_increment, login varchar(128) NOT NULL default '', serv

Upgrading from db-3.2 to db-4.1 ?

2003-03-24 Thread Christian Schulte
Hi, I want to upgrade my cyrus installation to a new berkeley db version. Currently I am running db-3.2. All other services like sendmail with sasl are allready running with db-4.1.25. I am running the 2.2 version from cvs and now need to know how I have to convert the different mailboxes afte

Re: Signaled to death by 11

2003-03-25 Thread Christian Schulte
Oliver Pitzeier wrote: Hi volks! I thankfull for ANY help! I'm currently debugging a signal 11 problem... I located it in getdatetime (imapd.c) and have to trace it down to the final "killer line" I'm working on an Compaq Alpha DS10... If anyone has similar problems, or if any developer can

Verifying if everything is ok after upgrading to db-4.1.25 ?

2003-03-27 Thread Christian Schulte
Hello all, I just upgraded my 2.2-cvs installation from berkeley db-3.2 to db-4.1. The new system now seems to work properly. I had to do some things for which I would like to know if they may cause future trouble. First of all I would need to know what these directories are used for exactly:

Re: Seperate Cyrus

2003-06-05 Thread Christian Schulte
Patrick Nelson wrote: On Wed, 2003-06-04 at 12:17, Ken Murchison wrote: Patrick Nelson wrote: On Wed, 2003-05-14 at 22:44, Patrick Nelson wrote: On Wed, 2003-05-14 at 08:31, Ken Murchison wrote: Christian Schulte wrote: Patrick Nelson wrote: Wow

Re: Subject field corruption

2003-06-06 Thread Christian Schulte
NOwlar wrote: I use Postfix 2.0.10 with TLS patch, cyrus-imapd 2.1.13, sasl 2.1.13 The problem is as follow: When a message with russian charset characters (KOI8-R, WIN1251) in Subject field arrives or is moved into the Sent Items folders by Outlook Express, each russian character is replaced by a

Re: Delivering to user@domain versus user@host.domain

2003-05-29 Thread Christian Schulte
Don Doumakes wrote: On 2003.05.24 06:03:46 -0500 Christian Schulte wrote: Here is the patch to proto.m4! Added one line and changed two. I got this from someone on this list here a few months ago and it solved all my problems but be warned that this heavily influences sendmail and may leed to

Re: how to convert db4 mailboxes.db to db3 ?

2003-06-05 Thread Christian Schulte
sandra wrote: Patrick, I have tried to do the conversion from db4 to skiplist for the cyrus-imap compiled with db4, but, there is a error message: # ./cvt_cyrusdb mailboxes.db db4 mailboxes.skiplist skilist fatal error: unknown old backend Why doesnt it recognize db4? I have to compile with som

Re: SQUAT: Unknown error 1 (Closing index)

2003-06-10 Thread Christian Schulte
Dylan Martin wrote: I've been trying to run down the problem I've been having with squatter, and it looks like quite a few people on the list are having the same problem. Here's what I've got so far, and I'll post more if/when I get it. It looks like in squat_build.c in write_trie_word_data,

Re: squatter

2003-06-14 Thread Christian Schulte
Vittorio Manfredini wrote: More information : squatter is not able to index mailboxes on virtual domain !! they interpret the "." of the domain name as a separator and substitute it !! example : su cyrus squatter -r -v user/[EMAIL PROTECTED] error opening [EMAIL PROTECTED]: Mailbox does not ex

Re: squatter

2003-06-14 Thread Christian Schulte
Vittorio Manfredini wrote: More information : squatter is not able to index mailboxes on virtual domain !! they interpret the "." of the domain name as a separator and substitute it !! example : su cyrus squatter -r -v user/[EMAIL PROTECTED] error opening [EMAIL PROTECTED]: Mailbox does not

Re: squatter

2003-06-16 Thread Christian Schulte
Ken Murchison wrote: I just committed a similar patch. Jun 16 22:48:24 smtp squatter[6180]: done indexing mailboxes Wow...I did not see that for months in the logs. After latest cvs update all my squatter-problems seem to be gone. The latest change to squat_build.c and squatter.c did it! Thanks

Re: problems with imap and imsp installation

2003-06-29 Thread Christian Schulte
Phil Chambers wrote: Can't load '/usr/perl5/site_perl/5.005/sun4-solaris/auto/Cyrus/IMAP/IMAP.so' for module Cyrus::IMAP: ld.so.1: perl: fatal: relocation error: file /usr/perl5/site_perl/5.005/sun4-solaris/auto/Cyrus/IMAP/IMAP.so: symbol sasl_client_init: referenced symbol not found at /usr/p

  1   2   >