Re: lower casing in 2.2.3

2004-03-31 Thread Philip Chambers

On Tue, 30 Mar 2004 13:29:59 -0600 Edward Rudd [EMAIL PROTECTED] wrote:

 http://cyruswiki.andrew.cmu.edu/
 
 Then click on Cyrus FAQ under Common operational questions.
 CyrusLMTpCaseSensitivity..
 
 Basically put this in your imapd.conf
 
 lmtp_downcase_rcpt: true
 

Two points (if my reading of the documents is correct):

First, my problem is with authentication in IMAPD, not with downcasing of recipient 
addresses in LMTP.

Second, this option does exactly the opposite of what my problem is.  It forces 
downcasing when I want to prevent it.

Phil.
---
Phil Chambers ([EMAIL PROTECTED])
University of Exeter

---
Home Page: http://asg.web.cmu.edu/cyrus
Wiki/FAQ: http://cyruswiki.andrew.cmu.edu
List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html


Re: lower casing in 2.2.3

2004-03-31 Thread Philip Chambers

On Tue, 30 Mar 2004 16:29:03 +0100 (GMT Daylight Time) Philip Chambers 
[EMAIL PROTECTED] wrote:

 I have just started testing version 2.2.3 as an upgrade from 2.1.13 on Solaris 8.
 
 I still have some legacy usernames which have mixed case, but that was Ok with 
 2.1.13.  However, 2.2.3 appears to be downcasing the username when calling saslauthd 
 and the plaintext password check fails.  IMAPD logs the username with uppercase in 
 the badlogin: line in syslog, but saslauthd is logging it all lower case in the 
 corresponding syslog message.
 
 I have not changed saslauthd, so the problem must be in imapd.
 
 I have had a quick look at the code but cannot see where this is happening.  Any 
 suggestions?

I have the explanation for this.  By searching the code I would that a new option 
from imapd.conf was being used.  The new option is username_tolower and I have set 
it to no in my config and it seems OK now.

What surprises me is that a new option has been created and the default value is the 
opposite of the old behaviour.  On top of that there is no reference to it in the 
changes document.

Phil.
---
Phil Chambers ([EMAIL PROTECTED])
University of Exeter

---
Home Page: http://asg.web.cmu.edu/cyrus
Wiki/FAQ: http://cyruswiki.andrew.cmu.edu
List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html


Re: Group usage on mailboxes...

2004-03-31 Thread Joe Rhett
So what is to prevent someone from writing a group ptloader for the SQL
database backend?  And where would we start?

On Tue, Mar 23, 2004 at 01:45:11PM -0500, Rob Siemborski wrote:
 On Tue, 23 Mar 2004, Jason Williams wrote:
 
  Since im using sasldb2 as the backend, the auth_unix won't work then correct?
 
  I'm not real familiar with AFS PTS. Could someone give me a quick rundown
  on that? I guess the other alternative is to setup LDAP then with ptloader.
 
  I appreciate it.
 
 AFS PTS groups probably won't be useful to you if you don't already run
 AFS (http://www.openafs.org).
 
 -Rob
 
 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
 Rob Siemborski * Andrew Systems Group * Cyert Hall 207 * 412-268-7456
 Research Systems Programmer * /usr/contributed Gatekeeper
 
 ---
 Home Page: http://asg.web.cmu.edu/cyrus
 Wiki/FAQ: http://cyruswiki.andrew.cmu.edu
 List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html

-- 
Joe Rhett  Chief Geek
[EMAIL PROTECTED]  Isite Services, Inc.
---
Home Page: http://asg.web.cmu.edu/cyrus
Wiki/FAQ: http://cyruswiki.andrew.cmu.edu
List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html


allowusermoves in perl ay 2.2.3

2004-03-31 Thread Philip Chambers
I have allowusermoves: yes in my imapd.conf file and find that the renamemailbox 
command in cyradm to rename a user works, which is fine.

However when I try the same in a small perl program of my own I get Operation is 
not supported on mailbox returned.  The script will rename sub-folders, but behaves 
just as it used to before allowusermoves: yes was set.

Do I need to do anything in my perl script to get it to take note of the new option?

Phil.
---
Phil Chambers ([EMAIL PROTECTED])
University of Exeter

---
Home Page: http://asg.web.cmu.edu/cyrus
Wiki/FAQ: http://cyruswiki.andrew.cmu.edu
List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html


Re: Group usage on mailboxes...

2004-03-31 Thread Rob Siemborski
On Wed, 31 Mar 2004, Joe Rhett wrote:

 So what is to prevent someone from writing a group ptloader for the SQL
 database backend?  And where would we start?

Nothing.  You'd start by looking at the two backends that are already
there, and using the API to create an appropriate SQL backend.

-Rob

-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Rob Siemborski * Andrew Systems Group * Cyert Hall 207 * 412-268-7456
Research Systems Programmer * /usr/contributed Gatekeeper

---
Home Page: http://asg.web.cmu.edu/cyrus
Wiki/FAQ: http://cyruswiki.andrew.cmu.edu
List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html


Cyrus Bulletin Board

2004-03-31 Thread Dmitry Terentyev
Good time of the day, All.

I've created 2 users, dummy1  dummy2, and I made user mailboxes for them.
Then I did sam user.dummy1 dummy2 read.
Now, when I'm trying to enter the mailbox [EMAIL PROTECTED] from the
dummy2 user's account (using dummy2's login  password in the MUA), i 
see the user.dummy2 mailbox.

Could you please suggest how can I view [EMAIL PROTECTED] using dummy2 
account?

Thanx,
Dmitry Terentyev


---
Home Page: http://asg.web.cmu.edu/cyrus
Wiki/FAQ: http://cyruswiki.andrew.cmu.edu
List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html


Re: allowusermoves in perl ay 2.2.3

2004-03-31 Thread Ken Murchison
Philip Chambers wrote:
I have allowusermoves: yes in my imapd.conf file and find that the renamemailbox 
command in cyradm to rename a user works, which is fine.

However when I try the same in a small perl program of my own I get Operation is 
not supported on mailbox returned.  The script will rename sub-folders, but behaves 
just as it used to before allowusermoves: yes was set.

Do I need to do anything in my perl script to get it to take note of the new option?
No, this option is server-side, not client side.  Is yoru perl program 
authentcating as an admin?  You need to be an admin to rename a user.

--
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
---
Home Page: http://asg.web.cmu.edu/cyrus
Wiki/FAQ: http://cyruswiki.andrew.cmu.edu
List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html


RPMS for Fedora Core 1

2004-03-31 Thread Luca Manganelli
Where are the Simon's RPMs for FC1 ?

Thanks

---
Home Page: http://asg.web.cmu.edu/cyrus
Wiki/FAQ: http://cyruswiki.andrew.cmu.edu
List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html


Re: RPMS for Fedora Core 1

2004-03-31 Thread Rob Siemborski
On Wed, 31 Mar 2004, Luca Manganelli wrote:

 Where are the Simon's RPMs for FC1 ?

Check the Wiki, there's a link here:

http://acs-wiki.andrew.cmu.edu/twiki/bin/view/Cyrus/ExternalLinks

-Rob

-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Rob Siemborski * Andrew Systems Group * Cyert Hall 207 * 412-268-7456
Research Systems Programmer * /usr/contributed Gatekeeper

---
Home Page: http://asg.web.cmu.edu/cyrus
Wiki/FAQ: http://cyruswiki.andrew.cmu.edu
List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html


Re: Authenticate to IMAP server via Active Directory

2004-03-31 Thread Kevin P. Fleming
[EMAIL PROTECTED] wrote:

Are you sure Outlook can use GSSAPI??
I tried the following :
Windows 2000 Prof., Member of W2K-ADS, logged in with user@realm
Mailclient OE 6 (latest security packs), Secure Password Authentication enabled
Outlook and Outlook Express are not the same thing, in fact they are not 
even related except in name.
---
Home Page: http://asg.web.cmu.edu/cyrus
Wiki/FAQ: http://cyruswiki.andrew.cmu.edu
List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html


Re: Authenticate to IMAP server via Active Directory

2004-03-31 Thread lst_hoe01
Zitat von Kevin P. Fleming [EMAIL PROTECTED]:

 [EMAIL PROTECTED] wrote:
 
  Are you sure Outlook can use GSSAPI??
  I tried the following :
  
  Windows 2000 Prof., Member of W2K-ADS, logged in with user@realm
  Mailclient OE 6 (latest security packs), Secure Password Authentication
 enabled
 
 Outlook and Outlook Express are not the same thing, in fact they are not 
 even related except in name.

I know. OE was the first by hand. Outlook 2003 didn't work either...
Any tips related this?

Regards

Andreas
---
Home Page: http://asg.web.cmu.edu/cyrus
Wiki/FAQ: http://cyruswiki.andrew.cmu.edu
List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html


Re: virtual domains questions

2004-03-31 Thread Ken Murchison
Andrew B. Panphiloff wrote:

 , 31.03.2004,  14:03, Joe Rhett :

Is there any ability to adjust a quota per virtual domain ?


Yes, read the documentation.


What about this :

localhost lm
[EMAIL PROTECTED] (\HasNoChildren)
localhost sq @borisych.mastak.com 100
quota:100
localhost sq [EMAIL PROTECTED] 500
quota:500
now I send message , which size is between 100 and 500 K
I get:
localhost lq [EMAIL PROTECTED]
 STORAGE 377/500 (75.4%)
localhost lq @borisych.mastak.com
 STORAGE 0/100 (0%)
localhost
Why if I set quota for user it not consider in domain quota ?
Because when you have nested quotaroots, the quotaroot closest to the to 
the mailbox, governs it.

--
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
---
Home Page: http://asg.web.cmu.edu/cyrus
Wiki/FAQ: http://cyruswiki.andrew.cmu.edu
List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html


Upgrade/reconstruct failures [REPOST]

2004-03-31 Thread Rob Tanner
Hi,

I am moving from an old style ESYS (based on a 1.x version of CMU) to 
the latest and greatest Cyrus 2.2.3 on a new box with a single 140GB 
mirrored partition to hold all the mail spools.  On the system I'm 
upgrading from, we had multiple partitions.  Since I am merging the 
mail into a single partition, I wrote a quick and dirty perl script to 
replace the various partition declarations in the mailboxes file with 
the dingle partition, default.  I took that output and fed it into 
ctl_mboxlist -u to create the new mailboxes database.

However, when I attempt to do a reconstruct -r on a hierarchy of user 
mailboxes, about half the mailboxes fail with the message: Mailbox has 
an invalid format. I can create a new mailbox and then from a unix 
shell, move all the files into the new box and do a reconstruct on 
that, and it works fine.  Next I did a ctl_mboxlist -d and compared the 
entry for a mailbox that failed to reconstruct with one that succeeded, 
and everything looks the way I expect it to.

Any ideas as to what might be wrong will be most appreciated.

Thanks,
Rob
Rob Tanner
Linfield College
McMinnville, Oregon
---
Home Page: http://asg.web.cmu.edu/cyrus
Wiki/FAQ: http://cyruswiki.andrew.cmu.edu
List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html


Re: virtual domains questions

2004-03-31 Thread Andrew B. Panphiloff
 , 01.04.2004,  06:16, Ken Murchison :
 Andrew B. Panphiloff wrote:
 
   , 31.03.2004,  14:03, Joe Rhett :
  
 Is there any ability to adjust a quota per virtual domain ?
 
  
 Yes, read the documentation.
  
  
  What about this :
  
  
  localhost lm
  [EMAIL PROTECTED] (\HasNoChildren)
  localhost sq @borisych.mastak.com 100
  quota:100
  localhost sq [EMAIL PROTECTED] 500
  quota:500
  
  now I send message , which size is between 100 and 500 K
  I get:
  
  localhost lq [EMAIL PROTECTED]
   STORAGE 377/500 (75.4%)
  localhost lq @borisych.mastak.com
   STORAGE 0/100 (0%)
  localhost
  
  Why if I set quota for user it not consider in domain quota ?
 
 Because when you have nested quotaroots, the quotaroot closest to the to 
 the mailbox, governs it.
 

How change this behaviour ? I have multiply domains , and want to set
mail quota (like user quota and group quotas on filesystems) for each
user and domain ?

---
Home Page: http://asg.web.cmu.edu/cyrus
Wiki/FAQ: http://cyruswiki.andrew.cmu.edu
List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html


Re: Cyrus Bulletin Board

2004-03-31 Thread Luca Olivetti
Dmitry Terentyev wrote:
Good time of the day, All.

I've created 2 users, dummy1  dummy2, and I made user mailboxes for them.
Then I did sam user.dummy1 dummy2 read.
Now, when I'm trying to enter the mailbox [EMAIL PROTECTED] from the
dummy2 user's account (using dummy2's login  password in the MUA), i 
see the user.dummy2 mailbox.

Could you please suggest how can I view [EMAIL PROTECTED] using dummy2 
account?
Subscribe to the mailbox (with thunderbird right click on the inbox, 
subscribe).

Bye
--
Luca Olivetti
Wetron Automatización S.A. http://www.wetron.es/
Tel. +34 93 5883004  Fax +34 93 5883007
---
Home Page: http://asg.web.cmu.edu/cyrus
Wiki/FAQ: http://cyruswiki.andrew.cmu.edu
List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html