[ANN] New NTLM SASL code

2003-08-25 Thread Ken Murchison
For those of you who have been using the NTLM SASL plugin to support Outlook clients, I have just committed some new code to CVS which allows the authentication to be proxied to an existing M$ (or Samba?) server. This allows you to offer NTLM to your clients w/o having to populate an auxprop

Re: -ERR [IN-USE] Unable to lock maildrop

2003-08-26 Thread Ken Murchison
Bjørn T Johansen wrote: I have a user that gets this errormsg when he tries to log on using POP; using SquirrelMail and IMAP works. Can anyone shed a light? The mailbox is already open in another POP3 session. POP3 does not allow simultaneous access. -- Kenneth Murchison Oceana Matrix

Re: Fatal error: tls_start_servertls() failed. (fwd)

2003-08-27 Thread Ken Murchison
You don't have a TLS problem anymore, you have a SASL problem. Are you trying to use DIGEST-MD5? What happens if you try: imtest -m plain -u cyrus -a cyrus -s localhost Mike Allen wrote: Ken: I hope the attached file helps us solve the problem which started this thread. Thanks so much for

Re: ERR: USER command only available under a layer

2003-08-27 Thread Ken Murchison
Christian Cernuschi wrote: i'm setting an imap server under gentoo but i get this error what does it mean? It means that you have allowplaintext:no set in imapd.conf, which disables and plaintext authentication mechanism (either protocol specific or PLAIN/LOGIN) unless protected by an

Re:

2003-08-27 Thread Ken Murchison
Is /etc/sasldb readable by the cyrus user, or readable by a group that cyrus belongs to? Mike Allen wrote: Ken: For your information my hardware and software system is as follows: Hardware -- Compaq ML350 with 4GB RAM and 128GB Raid 5 Raid array dual 2.2 GHz processors Software --

Re: Cyrus IMAPd v2.1.15 / SASLv2 v2.1.15 fails

2003-08-29 Thread Ken Murchison
Tarjei Huse wrote: Hi, Auto-transition doesn't do what you expect in most of the 2.x versions, since the auxprop database wasn't writable. It works in current CVS. What auxprops support this? Currently just sasldb, which I did in conjunction with the writable auxprop interface. IIRC, Rob

Re: SIEVE variables not working

2003-08-29 Thread Ken Murchison
David Meier wrote: When I am sending mailto notifications the following variables are not resolved: $env-from$ $text$ $text[n]$ The $text$ variables aren't implemented yet. $env_from$ IS implemented, but I can't see any obvious reason in the source that would cause it not to work. --

Re: SSL certificates and virtual domains

2003-08-29 Thread Ken Murchison
Wil Cooley wrote: On Fri, 2003-08-29 at 08:41, Yuri Pimenov wrote: Hello. Im going to try out cyrus22 with virtual domains. For example, i have to fqdns pointing to single ip address. Say, imap.example1.com and imap.example2.com. How the problem: how to create a certificate which will suit

Re: SIEVE variables not working

2003-08-29 Thread Ken Murchison
Joakim Ryden wrote: On Fri, 2003-08-29 at 09:34, Ken Murchison wrote: David Meier wrote: When I am sending mailto notifications the following variables are not resolved: $env-from$ $text$ $text[n]$ The $text$ variables aren't implemented yet. $env_from$ IS implemented, but I can't see any

Re: SIEVE variables not working

2003-08-30 Thread Ken Murchison
long since I wrote the current stuff that I don't remember what the issues are. I'll bugzilla this and take a look when I can. Joakim Ryden wrote: On Fri, 2003-08-29 at 09:34, Ken Murchison wrote: David Meier wrote: When I am sending mailto notifications the following variables

Re: Mail filtering using procmail are there other alternatives?

2003-08-30 Thread Ken Murchison
Cyrus supports server-side filtering via Sieve. This includes filing messages into folders, vacation responses, and more. Read the docs for details. There are a handful of Web interfaces (eg, Websieve) for managing scripts. Adi Linden wrote: Our mail server currently uses the sendmail MTA

Re: Sieve: @ in user names wont work?

2003-08-31 Thread Ken Murchison
The difference is that IMAP and POP have their own plaintext login commands (LOGIN and USER/PASS respecitively) which your clients are probably using. Even though SASL is still used to veirfy the passwords, these commands have no concept of realms. MANAGESIEVE on the other hand, has no

Re: duplicate database pruning

2003-08-31 Thread Ken Murchison
Andrew Morgan wrote: Does the sieve vacation module use the duplicate delivery database to track which email addresses it has already responded to? Yes. By default I create vacation messages for my users through a web interface and it sets the vacation history to 7 days. However, I am

Re: squatter indexes

2003-08-31 Thread Ken Murchison
Andrew Morgan wrote: The man page for squatter says: Any messages appended to the mailbox after squatter is run, will NOT be included in the index. snip NOTE: Messages and mailboxes that have not been indexed CAN still be SEARCHed, just not as quickly as those with a SQUAT index. One thing is

Re: Fatal error: tls_start_servertls

2003-09-02 Thread Ken Murchison
-- Forwarded message -- Date: Wed, 27 Aug 2003 15:19:08 -0400 From: Ken Murchison [EMAIL PROTECTED] To: Mike Allen [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: Is /etc/sasldb readable by the cyrus user, or readable by a group that cyrus belongs to? Mike Allen wrote: Ken: For your

Re: append_check() failed

2003-09-04 Thread Ken Murchison
Gleb Smirnoff wrote: Hi. For last two days I was trying to make Cyrus Imapd 2.2.1.b to work on FreeBSD. I have fresh ports collection, and Cyrus Imapd 2.2.1.b installed from ports with db3 support. Here are contents of imapd.conf (everything else is left default): configdirectory: /var/imap

Re: Authentication failed. generic failure

2003-09-09 Thread Ken Murchison
Mike Allen wrote: Gentlemen: When I run 'imtest' on my system, I get the following failure: --: snip -- S: A01 NO user not found Authentication failed. generic failure Security strength factor: 256 . logout manually typed-in because it stalled here. * BYE LOGOUT received . OK Completed

Re: Sendmail and Cyrus quota

2003-09-10 Thread Ken Murchison
Gleb Smirnoff wrote: On Wed, Sep 10, 2003 at 10:27:33AM +0200, Bob Tito wrote: B B Gleb Smirnoff said: BBy default sendmail accepts message to overquoted account, and B after LMTP delivery failure, it puts into local spool. B BHow can I configure sendmail+Cyrus, to make sendmail

Re: Sieve Not Functioning Correctly

2003-09-11 Thread Ken Murchison
Raymond Sundland wrote: Hello, To start, my setup: Postfix 2.x calling SpamAssassin's spamc which calls Cyrus 2.2's (ALPHA) deliver. As some of you may know, when SpamAssassin sees spam (when it meets a certain level), it creates the header X-Spam-Flag and sets it to YES. I have created

Re: OT, question on IMAP

2003-09-11 Thread Ken Murchison
Etienne Goyer wrote: Hi list, Sorry for this OT message. I have a question about IMAP-the-protocol, and I guessed tis is where I had the better chance of a good answer. Read RFC 3501. It's very simple actually. From a program I am writing, I want to know how many messages in a mailbox are

Re: Enquiry

2003-09-12 Thread Ken Murchison
damian wrote: Hi, I just installed cyrus-imapd and cyrus-sasl. When I tried to execute: cyradm -u cyrus localhost It return me with an error: cyradm: cannot authenticate to server with as cyrus The log file states: Sep 11 15:30:32 localhost master[10810]: process 30068 exited, signaled to

Re: Sql based Spamassassin with sieve

2003-09-12 Thread Ken Murchison
Ramprasad A Padmanabhan wrote: On Thu, 2003-09-11 at 05:53, Ted Cabeen wrote: Ramprasad A Padmanabhan [EMAIL PROTECTED] writes: I am using a gateway spamassassin with Mailscanner. The problem is every user would like his own individual preferences stored. So I was looking if there was a way

Re: Order of SASL2 methods announced? (Cyrus IMAPD2)

2003-09-12 Thread Ken Murchison
Pascal Gienger wrote: We have some kind of - problem. We try to understand HOW the different SASL plugins are ordered when doing an announcement (. CAPABILITY). The problem arises (again) with Microsoft Outlook and Outlook Express. Outlook breaks when AUTH=NTLM is not the FIRST method

Re: dberror seen db

2003-09-12 Thread Ken Murchison
Agri wrote: i'm using imapd-2.2.1-beta i got messages at syslog imap[12855]: DBERROR: opening /var/cyrus/domain/q/7m.ru/user/a/agri.seen: cyrusdb error imap[12855]: DBERROR: opening /var/cyrus/domain/q/7m.ru/user/a/agri.seen: No such file or directory i have no any hashing for directories.

Re: dberror seen db

2003-09-12 Thread Ken Murchison
Agri wrote: Thank you for answer. No, hash is turned off. my configs ** cat /etc/imapd.conf configdirectory: /var/cyrus partition-default: /var/imap sasl_pwcheck_method: auxprop tls_cert_file: /etc/openssl/certs/cert.pem tls_key_file:

Re: Auxprop - auth via UNIX passwd

2003-09-13 Thread Ken Murchison
J.D. Bronson wrote: I am looking to see what I am doing wrong. I want to allow any pop3/IMAP users to simply authenticate via the standard solaris UNIX password file. I use the sasldb file for sendmail to authenticate for RELAY only. I cannot get this to work - as long as the user is

Re: dberror seen db

2003-09-13 Thread Ken Murchison
-0400 Ken Murchison [EMAIL PROTECTED] wrote: Agri wrote: Hm my /var/cyrus do exits, and its content [EMAIL PROTECTED] cyrus]# ls -l total 19 -rw---1 cyrusmail 2048 Sep 13 04:04 annotations.db drwxr-xr-x2 cyrusmail 1024 Sep 11 18:04 db drwx--2 cyrus

Re: connecting to localhost or outside-IP makes difference with global admins ?

2003-09-14 Thread Ken Murchison
Christian Schulte wrote: I have a question regarding cyrus 2.2 and virtual-domains turned on. It seems that the behaviour of how global admins get authenticated changed somehow. Connecting with cyradm to localhost (cyradm localhost) =auxprop mysql will lookup the domain with the fqdn of the

Re: OT, question on IMAP

2003-09-15 Thread Ken Murchison
Etienne Goyer wrote: On Sat, Sep 13, 2003 at 12:23:16PM -0400, Rob Siemborski wrote: On Fri, 12 Sep 2003, Etienne Goyer wrote: On Fri, Sep 12, 2003 at 01:11:00PM -0700, Andrew Morgan wrote: Don't forget that the SEEN status is from the perspective of the user you are connected as. So if you

Re: \HasNoChildren

2003-09-17 Thread Ken Murchison
Etienne Goyer wrote: On Wed, Sep 17, 2003 at 10:09:57AM -0400, Rob Siemborski wrote: By default an admin only has the 'la' rights on all mailboxes. So they can list and change acls, but nothing else. I know it have come up on the list before, but is this something configurable ? I would

Re: \HasNoChildren

2003-09-17 Thread Ken Murchison
Rob Siemborski wrote: On Wed, 17 Sep 2003, Ken Murchison wrote: Its not currently configurable. v2.2 has an implicit_owner_rights option and we could probably add an implcit_admin_rights option. Patches always welcome. ;) Its worth tossing this into bugzilla to track. #2185 -- Kenneth

Re: SASL SQL authentication

2003-09-17 Thread Ken Murchison
[EMAIL PROTECTED] wrote: Hello, I'm installing cyrus, sasl with mysql authentication. I just fetched fresh copy of sasl and cyrus from cvs server and installed it, but when I try to authenticate I get this message in the /var/log/messages Sep 17 13:47:46 eliz03 imapd[36798]: SQL plugin could

Re: [Fwd: Virtual domains shared folders]

2003-09-17 Thread Ken Murchison
Joakim Ryden wrote: No takers on this one? From the description below can anyone say if I did something obviously wrong? Or does it sound like a it should be working but it isn't? More info needed to troubleshoot? This should work. Did you set 'postuser' to something other than the default ?

Re: Conditional unixhierarchysep ?

2003-09-18 Thread Ken Murchison
Christian Schulte wrote: Jason Fesler schrieb: Is it possible to, for some clients, have unixhierarchysep be enabled, but not touch other clients? I only have one single machine for testing, and I'm loathe to change things on everyone without testing things out myself (specifically, the user

Re: Conditional unixhierarchysep ?

2003-09-18 Thread Ken Murchison
Jason Fesler wrote: Why not simply add another imapd on another port in cyrus.conf which gets its own imapd.conf file with the -C option ? Exactly. I always have services running on an alternate port. This is how I test code changes before I commit them to CVS or deploy them in production.

Re: Cyrus to USENET gateway

2003-09-21 Thread Ken Murchison
Nils Vogels wrote: Hi all, I'm currently looking for some kind of solution, that will allow me to gateway between Cyrus and USENET. Right now I'm using an MLM solution, that fetches certain groups from a server, drops and drops them in a Cyrus bb, but I'm trying to see if threre is anything

Re: virtual domains

2003-09-22 Thread Ken Murchison
Danny García Hernández wrote: Hello, i´m trying to install a cyrus-imapd-2_2 server with virtual domains support. Right now i have a server (cyrus-imap-2.1.9) with this support, using mysql and one cyrus.conf file by domain. Also, I have separated imap directory for each

Re: ipurge as an event in cyrus.conf

2003-09-23 Thread Ken Murchison
Lars Peterson wrote: Hello all, Wondering if anyone has had any success with using ipurge events in the cyrus.conf file... I would like to periodically purge all users Spam and Trash folders and was thinking something like this would work in cyrus.conf (vs. using cron): # purge trash every day

Re: Cyrus to USENET gateway

2003-09-23 Thread Ken Murchison
Nils Vogels wrote: Ken Murchison wrote: Nils Vogels wrote: Hi all, I'm currently looking for some kind of solution, that will allow me to gateway between Cyrus and USENET. Right now I'm using an MLM solution, that fetches certain groups from a server, drops and drops them in a Cyrus bb

Re: fetchmail+sieve: losing mail if cyrus is down

2003-09-24 Thread Ken Murchison
[EMAIL PROTECTED] wrote: Hi! I periodically fetch mail from my ISP via fetchmail and sort it into my IMAP box via sieve. For some reason (reiserfs is crap?) it sometimes happens that cyrus needs to recover DB and it not available during this time - but fetchmail/sieve keep on going their job,

Re: Cyrus to USENET gateway

2003-09-24 Thread Ken Murchison
Florian Hars wrote: Ken Murchison wrote: Why not just have the newsserver feed directly to Cyrus? Things aren't what they used to be. Typical providers will offer their clients NNRP access with NEWNEWS disabled (if they offer news at all), there is no talk of feeding. Trying to get suck

Re: Cyrus to USENET gateway

2003-09-24 Thread Ken Murchison
Ken Murchison wrote: Florian Hars wrote: Ken Murchison wrote: Why not just have the newsserver feed directly to Cyrus? Things aren't what they used to be. Typical providers will offer their clients NNRP access with NEWNEWS disabled (if they offer news at all), there is no talk of feeding

Re: Cyrus to USENET gateway

2003-09-24 Thread Ken Murchison
Nils Vogels wrote: Ken Murchison wrote: Florian Hars wrote: Ken Murchison wrote: Why not just have the newsserver feed directly to Cyrus? Things aren't what they used to be. Typical providers will offer their clients NNRP access with NEWNEWS disabled (if they offer news at all

Re: Preserving seen state when converting from mbox

2003-09-25 Thread Ken Murchison
Take a look at the mailutil program in the UW-IMAP distro. Etienne Goyer wrote: Hi list, I am currently migrating a mail server running qpopper to Cyrus imapd. Part of the job involve migrating the user mailbox in mbox format to Cyrus. A lot of these users use pine and other POP client that

Re: Cyrus to USENET gateway

2003-09-25 Thread Ken Murchison
Nils Vogels wrote: Ken Murchison wrote: Nils Vogels wrote: Now, I see two possible solutions: 1) Tell Cyrus NNTPD not to force authentication for localhost allowanonymouslogin: yes Not recommended unless you already have a need/use for anonymous. Indeed, I really don't like that option

Re: maybe a conceptual mistake...

2003-09-27 Thread Ken Murchison
Danny García Hernández wrote: Hello, i was reading some of the new feature incorpored into the new cyrus-imap-2_2, i´m interested in the nntpd daemon to supporting news into cyrus. Really, i´m so confused and i have a lot of question about it. 1- I have cyrus-imap-2_2b with multidomains support

Re: Cyrus 2.1.x / unixhierarchysep: yes and cyradm create inbox

2003-09-29 Thread Ken Murchison
Marc-Christian Petersen wrote: Hi all, what syntax do I have to use when creating users inbox folder when I use unixhierarchysep:yes? From within cyradm: cm user/marc -- Kenneth Murchison Oceana Matrix Ltd. Software Engineer 21 Princeton Place 716-662-8973 x26 Orchard Park, NY

Re: STARTTLS Question

2003-10-07 Thread Ken Murchison
Daniel Whelan wrote: I'm currently operating a Cyrus server listening in the following configuration, and authenticating via PLAIN/LOGIN with a saslauthd backend (only relevant config lines listed): imapcmd=imapd -U 30 listen=localhost:imap imaps cmd=imapd -s -U 30 listen=imaps

Re: ipurge, or automatic expiration feature.

2003-10-08 Thread Ken Murchison
mark london wrote: I want to be able to have messages in a folder automatically purged after the messages are a certain amount of days old. The ipurge application seems to be what I want, but I haven't gotten it working. First, I can't get it to work at all unless I run it under the cyrus

Re: lmtp connect problem

2003-10-09 Thread Ken Murchison
Jon Johnson wrote: First, many thanks to Rob on helping with my last question. Secondly, sorry for bugging you all again, but I have been searching for info on this like mad and none applies to my problem: I have cyrus running ok when I call it as /usr/cyrus/bin/master , but when I try to run it

Re: -ERR [SYS/PERM] unable to open maildrop

2003-10-16 Thread Ken Murchison
Morten Trab wrote: This is all I get when I try to connect to my Cyrus POP3.. It all appeared after I had a mailbox.db error, which I apparently got cuered by running ctl_cyrusdb (I think), but now it keeps rejecting the passwords for every account on the system... What've gone wrong, and

Re: -ERR [SYS/PERM] unable to open maildrop

2003-10-16 Thread Ken Murchison
Message - From: Ken Murchison [EMAIL PROTECTED] To: Morten Trab [EMAIL PROTECTED] Sent: Thursday, October 16, 2003 10:08 PM Subject: Re: -ERR [SYS/PERM] unable to open maildrop Morten Trab wrote: The mailboxes.db looks pretty binary, but it exists on the fs... Do a ctl_mboxlist -d and see

Re: popminpoll and load

2003-10-17 Thread Ken Murchison
Phil Chambers wrote: With our former UW server there was a major load issue with POP users who had leave mail on server set. With a large inbox each POP connection involved reading and parsing the whole inbox, just to find out that there was nothing new. I patched the code to restrict the

Re: How to remove a virtual domain ... ?

2003-10-20 Thread Ken Murchison
Marc G. Fournier wrote: Using Cyrus-IMAP 2.2+, how do you remove a virtual domain that is no longer required? There is no automated way to do this, and I'd be afraid to add one. Creating is simple: add a user of [EMAIL PROTECTED] ... if I remove all users fro that domain, will it auto-clean the

Re: quota for folders

2003-10-20 Thread Ken Murchison
Konrad Mauz wrote: Hallo Patrick, sorry for asking silly questions, but can you tell me how? it would be nice, if you can explain it with the example below. the user should have no quota on user.test but a quota of 50 MB for the subfolders of inbox. If the user creates another folder, the quota

Re: quota on number of message

2003-10-22 Thread Ken Murchison
be convinced to tackle this for you ;) Brasseur Valéry wrote: where should I look to begin such a patch ? -Original Message- From: Ken Murchison [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 22, 2003 3:45 PM To: Brasseur Valéry Cc: [EMAIL PROTECTED] Subject: Re: quota on number

Re: filtering email

2003-10-24 Thread Ken Murchison
Tom Allison wrote: I have a question that might be more about sieve than cyrus, but hopefully they are related enough that I can get away with this question. :) procmail has the ability to shell out and run other commands as needed on the basis of the email content. I can use certain

[QUESTION] Per-user altnamespace

2003-10-24 Thread Ken Murchison
Does anybody see the need or usefulness for allowing users to select their own namespace (altnamespace on/off)? I can implement this pretty trivially in v2.2 with a private mailbox annotation on the user's INBOX, but I'm not going to bother unless people will use it. -- Kenneth Murchison

Re: Two little questions

2003-10-27 Thread Ken Murchison
Etienne Goyer wrote: Hi list, Two questions for resident gurus this morning : 1. Is there a way to permit only POP or IMAP for a specific user ? We are currently using saslauthd + shadow (Simon Matter's rpm, for the record). Not using this combo. If you can use PAM, this becomes fairly

Re: Unread Mail in Trash downloaded

2003-10-28 Thread Ken Murchison
Jimmy Kimanzi wrote: Hi I have a situation where unread mail moved to trash using webmail ( IMP 3.2.1 ) is still downloaded by users when using pop3 mail clients from their PC's .I'm running cyrus v2.1.13 .I suspect it's IMAP related but I'm not sure - any ideas what's happening and how I can

Re: mysql auxprop - how did you do it ?

2003-10-29 Thread Ken Murchison
[EMAIL PROTECTED] wrote: A simple (maybee) question from an ordinary mailserver admin. I was following Luc's howto when we configured our new mailserver last week - and we compiled sasl according to his howto like this: Sasl 2.1.15

Re: map of authentication methods for cyrus

2003-10-30 Thread Ken Murchison
Craig Ringer wrote: I'd really appreciate feedback on this - what have I missed, do I have anything just plain wrong, etc. I've left out some things - like the 'shadow' mechanism of saslauthd - that seem best solved using other methods (getpwent in that case). Also left out are the

Re: Outlook 2002 and closed connection errors

2003-10-30 Thread Ken Murchison
Doug Koobs wrote: Occasionally on Outlook 2000 and 2002 clients, I'm getting messages that the IMAP server has closed the connection. I'm using cyrus-imapd-2.1.15-1 (installed from Simon's RPM) I've done lots of searching, and it looks like many people have had this problem. However, there

Re: To the one who posted Cyrus SASL diagram...

2003-10-30 Thread Ken Murchison
Cyrus Daboo wrote: Hi Etienne, --On Thursday, October 30, 2003 9:07 -0500 Etienne Goyer [EMAIL PROTECTED] wrote: | It might be interesting to add that only certain mechanism provide | so-called proxy authentication (authcid/authzid separation; how would | this feature be called ?). PLAIN and

Re: OT : getting STATUS of a mailbox, from an admin account

2003-10-31 Thread Ken Murchison
Etienne Goyer wrote: Hi list, Again, I have a question not directly related to Cyrus about the IMAP protocol. I guessed since I am working with the Cyrus implantation of this protocol and there is so many knowledgeable on the list, it might be OK to ask here. If, for any reason, people (Rob

Re: Hight Aviability and Cyrus

2003-11-03 Thread Ken Murchison
Denis Liard wrote: We use Cyrus Imap Server since on year. It work Fine for us (Sendmail + Cyrus) We have 2 Sendmail box for Hight Aviability in MX configuration and filter all messages (SPAM and Virus) for several domains names. For some domaines, we are only MX relay, and mails are resend (by

Re: Sieve issue marking messages Read

2003-11-03 Thread Ken Murchison
Quanah Gibson-Mount wrote: --On Monday, November 03, 2003 8:01 PM -0500 Ken Murchison [EMAIL PROTECTED] wrote: Quanah Gibson-Mount wrote: Hello, The mail server I use here at Stanford was recently upgraded to include timsieved. It is running without any local modifications. I'm now

Re: sendmail-8.12.6+cyrus-imapd-2.0.17: check presence of the cyrus mailbox during establishing SMTP connection

2003-11-05 Thread Ken Murchison
Igor Brezac wrote: On Wed, 5 Nov 2003, Andrzej Filip wrote: Igor Brezac wrote: On Wed, 5 Nov 2003, Andrzej Filip wrote: Igor Brezac wrote: On Tue, 4 Nov 2003, Andrzej Filip wrote: [...] I also thought that virtusertable like solutions [periodic dump of cyrus mailbox data into existing

Re: map of authentication methods for cyrus

2003-11-06 Thread Ken Murchison
Craig Ringer wrote: This is much better. I'd probably put the mechanisms outside of the libsasl box, since they are (almost always) loaded dynamicly. OK. NTLM can use either Windows NT networking or the auxprop plugins. I don't quite get you there. I'll have a deeper look into the NTLM

Re: sendmail-8.12.6+cyrus-imapd-2.0.17: check presence of the cyrus mailbox during establishing SMTP connection

2003-11-07 Thread Ken Murchison
Rob Siemborski wrote: On Thu, 6 Nov 2003, Andrzej Filip wrote: - What would the map name be? cyrus? Would it ever change? Can people envision different types of maps that this daemon would have to support? cyrus seems to be good default name. Let us start with mailbox presence checking. I

Re: sendmail-8.12.6+cyrus-imapd-2.0.17: check presence of the cyrus mailbox during establishing SMTP connection

2003-11-07 Thread Ken Murchison
Ken Murchison wrote: Rob Siemborski wrote: On Thu, 6 Nov 2003, Andrzej Filip wrote: - What would the map name be? cyrus? Would it ever change? Can people envision different types of maps that this daemon would have to support? cyrus seems to be good default name. Let us start

Re: no partition found

2003-11-11 Thread Ken Murchison
Michael Siebenborn wrote: Hi, i tried to export a users mailbox onto a new Machine. I copied the directory user/name to the new machine and dumped the ACL to a textfile using ctl_mboxlist -d. Importing the ACLs with ctl_mboxlist -u didn't work. It complains about no partition found The

Re: Is draft-degener-sieve implemented in Cyrus?

2003-11-14 Thread Ken Murchison
Tarjei Huse wrote: Hi, is sieve bodychecks implemented in Cyrus imapd? If so, what version? http://www.ietf.org/internet-drafts/draft-degener-sieve-body-01.txt No, not yet. Per Wednesday's IETF meeting, the author will be updating this draft and then last calling it. I will probably revisit it

Re: manipulate files in /var/spool/imap/

2003-11-14 Thread Ken Murchison
Rajesh Saxena wrote: Rob Siemborski wrote: If you do delete the files directly, you will need to reconstruct the mailbox afterwords (and will still have a race condition). It'd be MUCH better to do all the access through IMAP, like you're supposed to ;) Thank you both Rob and James for

Re: postfix, cyrus imap, and plus notation delivery.

2003-11-14 Thread Ken Murchison
Edward Rudd wrote: On Fri, 2003-11-14 at 14:42, Ken Murchison wrote: Edward Rudd wrote: I am currently using Cyrus IMAPd, Which version of Cyrus? Cyrus 2.1.15 sorry and postfix 1.1.12, using the virtual mailer in postfix (via LDAP). I am wanting to try and get the plus folder delivery

Re: db.backup# directories ... ?

2003-11-18 Thread Ken Murchison
Marc G. Fournier wrote: What are they, and what creates them, and any way to get rid of them? hub# du -sk db* 19714 db This contains the BDB environment. If you remove this, BDB will be fscked. 8173db.backup1 8149db.backup2 These are the backup directories which are created for

Re: Admin User - Cyrus IMAP

2003-11-18 Thread Ken Murchison
Julian W H Osborne wrote: Dear All, I'm trying to configure a Sendmail/Cyrus IMAP/LDAP solution, on a RH9.0 system, and it is all working fine, authenticating via PAM, except for one thing. We have a RH7.1 system running quite an old version of cyrus imapsasl. They way it has been

Re: Pop3 mysteriously not responding

2003-11-18 Thread Ken Murchison
Jarod Beekman wrote: So I have that all too common administrators problem again it seems. With no apparent or admited changes being made to the system last Friday pop3 stopped completing connections, and I can not figure out what to do. I don't have an extensive knowledge of pop3, but I

Re: cyrus authentication question

2003-11-19 Thread Ken Murchison
Jeff wrote: hi all, I have finally managed to get my cyrus/postfix/mysql working thanks to this list Luc de Louw's howto document. I have a couple of questions about authentication though. Currently, our mail server is host to about 6 domains. If an email is sent to [EMAIL PROTECTED], it will

Re: imaps with multiple hostnames

2003-11-19 Thread Ken Murchison
Craig Ringer wrote: Hi folks I'm running into a bit of an issue setting up Cyrus for TLS security, and was hoping someone could help me out. The host must be accessible using two different hostnames - one for external IMAPs via our gateway, and one for internal IMAPs with the host's name on

Re: Changelog, LDAP features

2003-11-19 Thread Ken Murchison
Thomas Luzat wrote: Hello! 1) Is there any 'readable' changelog (better than the CVS entries) for Cyrus IMAP available? Are you looking for a log listing changes between releases (doc/changes.html) or changes between source file versions (CVS logs)? 2) Is there a list of planned featues and

Re: Please help with Cyrus vs MS Outlook over TSL/SSL

2003-11-19 Thread Ken Murchison
Ilya Basin wrote: Hi, I've spent a week trying to configure cyrus-imapd-2.1.15 to work with MS Outlook 2000 over TLS/SSL. I see no way to fix it... maybe I've missed something? System: Slackware 9.1 openssl-09.7c cyrus-imapd-cyrus-sasl-2.1.15 cyrus-imapd-2.1.15 compiled with no errors.

Re: Please help with Cyrus vs MS Outlook over TSL/SSL

2003-11-19 Thread Ken Murchison
Ilya Basin wrote: On Wednesday 19 November 2003 20:03, Ken Murchison wrote: I'd like to disable plaintext auth at all. Keep in mind that there is a difference between allowing plaintext authentication and allowing plaintext authentication mechanisms. You can enable plaintext authentication

Re: received date and reconstruct

2003-11-20 Thread Ken Murchison
Earl R Shannon wrote: Hello, I'd suggest you investigate the ipurge command that comes with cyrus. It can be run from a cron job and delete messages Why would you put it in crontab instead of an EVENT in cyrus.conf? Wouldn't it make more sense to keep all Cyrus-related processes in one spot?

Re: Message IDS

2003-11-20 Thread Ken Murchison
Dan Ohnesorg wrote: I have following problem, I have recovered IMAP server from backup. We have lost about 10 hours of emails. Now arriving emails are getting IDS, which are already used and are known to imap clients. For example there was already message 1234. and is lost, after recovering

Re: Pop3d user lookup problems. (Imapd works great)

2003-11-25 Thread Ken Murchison
Mycrom wrote: Well running the wrong version would do it. Interesting that Imap worked fine. Imap must have been using it as one string while pop was attempting to separate. Off to upgrade I go... No, the difference is that authentication and selecting a mailbox in IMAP are two separate

Re: Problem compiling idled for 2.2.2-BETA on RH 9

2003-11-26 Thread Ken Murchison
Niclas Gustafsson wrote: Hi, I'm having a difficult time compiling Cyrus 2.2.2-BETA on a RedHat 9 system. I've managed to compile 2.2.1-BETA with no trouble whatsoever - even had it running for a couple of months now without any problems. The configure params that i'm using is: ./configure

Re: 2.2.2.2.2.2 BETA default domain question

2003-11-28 Thread Ken Murchison
Quoting Kendrick Vargas [EMAIL PROTECTED]: Hi folks :-) First of all a BIG thank you to all who are working on Cyrus. It's a great product and it's made my life much easier! Thanks guys! Now for my question... I've been playing with Cyrus 2.2.2-BETA because I need the virtual domain

Re: Cyrus wildcard question

2003-11-29 Thread Ken Murchison
Quoting Voutsinas Nikos [EMAIL PROTECTED]: Hi all, Is there any way to retrieve all INBOX.Junk folders using cyrus wildcards [i.e. user.%.Junk but not user.*.Junk] ? Retrieve how? user.%.Junk is the correct way to LIST them. -- Kenneth Murchison Oceana Matrix Ltd. Software Engineer

Re: change defaultdomain

2003-11-29 Thread Ken Murchison
Quoting [EMAIL PROTECTED]: Hello, I couldn't find anything in the documentation and mailing list archives. So I have a simple (I hope) question: Can I change defaultdomain: option to another domain in my imapd.conf after it was initially setup? Does that affect anything in Cyrus IMAPD?

Re: Cyrus wildcard question

2003-11-29 Thread Ken Murchison
Voutsinas Nikos wrote: Ken Murchison wrote: Quoting Voutsinas Nikos [EMAIL PROTECTED]: Hi all, Is there any way to retrieve all INBOX.Junk folders using cyrus wildcards [i.e. user.%.Junk but not user.*.Junk] ? Retrieve how? user.%.Junk is the correct way to LIST them. So is the following

Re: More detail needed in logs for pop

2003-12-03 Thread Ken Murchison
Brian K. Becknell wrote: Good Morning... before the upgrade to cyrus, I had very detailed log information about a pop session. I had login/logout, message id's that were pop'ed, message id's that were deleted... basically everything about the connection for a user was available. I cannot

Re: Cyrus wildcard question (fwd)

2003-12-03 Thread Ken Murchison
: Tue, 02 Dec 2003 13:19:12 +0200 From: Stamatis Stefanos [EMAIL PROTECTED] To: Rob Siemborski [EMAIL PROTECTED] Cc: [EMAIL PROTECTED], [EMAIL PROTECTED] Subject: Re: Cyrus wildcard question Rob Siemborski wrote: On Sat, 29 Nov 2003, Ken Murchison wrote: (cyrus-imapd-2.1.16) This is clearly wrong

Re: cyrus on rh9

2003-12-03 Thread Ken Murchison
Arturo Mardones wrote: Anyone use cyrus on rh9? Yes, I have it running on RH9 on a laptop that I use for development. What packages has installed?? Do you mean Cyrus packages or other prerequisites? I use Cyrus and SASL from source. All other prereqs are standard RH9 RPMS (OpenSSL, BDB,

Re: User creation - automatic subscriptions

2003-12-04 Thread Ken Murchison
Alain Williams wrote: Summary: can safely I put mailbox subscriptions for a new user directly into their .sub file ? Hi, I am putting together a large cyrus system - 20,000 users - at a UK college. Creation of users need to be automatic, I will get a list of new users every day from central

Re: Cyrus Authentication problems

2003-12-05 Thread Ken Murchison
Doug Koobs wrote: BTW, here is the relevant entry in imapd.log from using imtest: mail imapd[24864]: badlogin: localhost.localdomain[127.0.0.1] plaintext testuser SASL(-13): authentication failure: checkpass failed Is saslauthd running, and if so, with which option(s)? It might be easier to

Re: User creation - automatic subscriptions

2003-12-05 Thread Ken Murchison
Mike Cathey wrote: Rob, On Thu, 2003-12-04 at 16:24, Rob Siemborski wrote: You need to use a SASL mechanism that supports authorization (e.g. PLAIN, DIGEST-MD5, GSSAPI...) Thanks for the quick response. I'm able to login with imtest when i use -m login. The attachment is what I get when I

Re: problem sending mail to shared mailbox

2003-12-05 Thread Ken Murchison
Erik Myllymaki wrote: I created a shared mailbox but I cannot send mail to it. I get [EMAIL PROTECTED] 550 Unknown User? You should be sending to [EMAIL PROTECTED] (empty user with detail part containing the shared mailbox). -- Kenneth Murchison Oceana Matrix Ltd. Software Engineer 21

Re: User creation - automatic subscriptions

2003-12-05 Thread Ken Murchison
Mike Cathey wrote: Ken, On Fri, 2003-12-05 at 09:59, Ken Murchison wrote: You need to use TLS before PLAIN will be advertised. Thanks! That worked. One more question (*I think*). I added some debugging statements to imtest and it looks like it's sending the normal username (-u; pointer

Re: User creation - automatic subscriptions

2003-12-05 Thread Ken Murchison
Ken Murchison wrote: Mike Cathey wrote: Ken, On Fri, 2003-12-05 at 09:59, Ken Murchison wrote: You need to use TLS before PLAIN will be advertised. Thanks! That worked. One more question (*I think*). I added some debugging statements to imtest and it looks like it's sending the normal

<    3   4   5   6   7   8   9   10   11   12   >