Tcl interface for mclient, and the copyright in the imclient man page

2002-10-08 Thread Randy Kunkee
I've looked at the cyradm.c implementation of a Tcl interface. The only thing wrong with it appears to be a little bit rot from not being supported since Tcl 7.5. This would seem to be easily overcome with some programming. If anybody else is working on this, I'd like to know about it. So

Re: Tcl interface for mclient, and the copyright in the imclientman page

2002-10-08 Thread Rob Siemborski
On Tue, 8 Oct 2002, Randy Kunkee wrote: I've looked at the cyradm.c implementation of a Tcl interface. The only thing wrong with it appears to be a little bit rot from not being supported since Tcl 7.5. This would seem to be easily overcome with some programming. If anybody else is

Re: What format can Cyrus store mail in?

2002-10-08 Thread Erik Enge
Kevin P. Fleming [EMAIL PROTECTED] writes: Cyrus stores the messages themselves in individual text files, unchanged from the way they are passed in via LMTP. So it's like maildir? Could I copy the raw Cyrus directories and expect them to work with other clients that supported maildir?

lmtp via TCP (localhost)

2002-10-08 Thread J.D. Bronson
I setup sendmail 8.12.6 to use TCP for lmtp rather than UNIX sockets. define(`confLOCAL_MAILER', `cyrusv2')dnl define(`CYRUSV2_MAILER_FLAGS', `A5@w/:|m')dnl define(`CYRUSV2_MAILER_ARGS', `TCP localhost lmtp')dnl While this all SEEMS to work, when sendmail attempts to deliver a local message

Easysieve 1.2 now available

2002-10-08 Thread Gary Mills
An updated version of the `easysieve' application is now available at: http://mail.cc.umanitoba.ca/source The changes are mostly minor, although this version fixes a couple of cookie-related problems. easysieve.pl is a web application that offers a simplified interface for

Re: lmtp via TCP (localhost)

2002-10-08 Thread Chris Hilts
I setup sendmail 8.12.6 to use TCP for lmtp rather than UNIX sockets. Oct 8 08:48:02 miller sendmail[787]: g98Dm0CH000786: to=[EMAIL PROTECTED], ctladdr=[EMAIL PROTECTED] (106/20), delay=00:00:01, xdelay=00:00:00, mailer=cyrusv2, pri=30584, relay=localhost.foobar.com. [127.0.0.1],

Re: What format can Cyrus store mail in?

2002-10-08 Thread Scott Russell
On Tue, Oct 08, 2002 at 09:28:13AM -0400, Erik Enge wrote: Kevin P. Fleming [EMAIL PROTECTED] writes: Cyrus stores the messages themselves in individual text files, unchanged from the way they are passed in via LMTP. So it's like maildir? Could I copy the raw Cyrus directories and

Re: User account - permission denied

2002-10-08 Thread Connie Starr Fensky
You have to have c permission to delete the user. So, do a sam first, like this: localhost sam user.fcuell cyrus all where cyrus is your administrator. This gives user cyrus permission to do anything he/she wants to the mailbox. Then, localhost dm user.fcuell should work fine. c* - Original

Re: shadow or PAM authentication

2002-10-08 Thread Roberto Jung Drebes
On Tue, 8 Oct 2002, Robert Scussel wrote: What version of sasl? What do your conf files look like? cyrus is 1.5.24. My /etc/imapd.conf has: partition-default: /var/spool/imap admins: cyrus allowanonymouslogin: no allowplaintext: yes sasl_passwd_check: pwcheck # To use the PAM for

Re: shadow or PAM authentication

2002-10-08 Thread Robert Scussel
What version of sasl? What do your conf files look like? B Roberto Jung Drebes wrote: Hi there, I am using cyrus imapd 2.0.16, and having no success authenticating users at the shadow file. I have pwcheck running as root, and sasl_passwd_check: pwcheck in /etc/imapd.conf, but when