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

2003-08-25 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 Ltd.

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

2003-08-25 Thread Mike Allen
Ken: Enclosed are two attached files with log info you requested. imtest -s runs with errors while imtest by itself does not show errors. It appears to me to be an authentication problem. Mike Allen On Thu, 21 Aug 2003, Ken Murchison wrote: > > > Mike Allen wrote: > > > Ken, > > > > Thanks

-ERR [IN-USE] Unable to lock maildrop

2003-08-25 Thread Bjørn T Johansen
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? Regards, BTJ -- --- Bjørn T Johansen (BSc,MNIF) Executive Manager [EM

Re: cyrus accounts and monitoring activity/usage

2003-08-25 Thread Jure Pecar
On Mon, 25 Aug 2003 11:15:52 -0700 (PDT) joe ritter <[EMAIL PROTECTED]> wrote: > I am interested in looking at stats such as users that > have never logged in, users that have accessed their > account in the last 30 days, 60 days and 90 days etc. We're using auxprop with mysql auth and it was tri

Re: cyrus accounts and monitoring activity/usage

2003-08-25 Thread Edward Rudd
If squirrelmail is the only way for a user to check the mail then you could just have squirrelmail log this information in a database (which it may be doing already).. I know horde/imp keeps track of the last time a user logged in. On Mon, 2003-08-25 at 13:15, joe ritter wrote: > Hello, > Some tim

cyrus accounts and monitoring activity/usage

2003-08-25 Thread joe ritter
Hello, Some time ago we began offering some free email accounts. We are using Cyrus/Squirrelmail and Sendmail. I am interested in looking at stats such as users that have never logged in, users that have accessed their account in the last 30 days, 60 days and 90 days etc. We are using auxprop and s

Re: Question about Quota Display

2003-08-25 Thread Andrew Morgan
On Mon, 25 Aug 2003, Kai wrote: > Hi List, > I want to display the quota of each mailbox when user login to webmail. > I try to write a Perl script using Cyrus::IMAP::Admin module.It like > following.. > > > #!/usr/bin/perl -w > use Cyrus::IMAP::Admin; > my $client=Cyrus::IMAP::Admin->new

Avoiding the creation of public mailboxes

2003-08-25 Thread Robert Paix
Hello, may I have a simple question, but I didn't find anything about it on the web, so: Is there a possibility to forbid the creation of public mailboxes by normal users per imap ? Background: In my enterprise, MS Outlook is widely used and if you don't care (and I know, our users don't care),

stage directory

2003-08-25 Thread Ilan Rabinovitch
Hello, Thanks for all of your help so far. I just wanted to ask how large the typical .stage directory is. Currently mine is about 180MB and this seems quite large compared to other cyrus servers I've seen. Could this have anything to do with Cyrus falling asleep on me every once in a while and

virtual domains and group acls

2003-08-25 Thread Yuri Pimenov
Hello. Id like to know if it is possible to use group acls with virtual domains? I was unable to figure out how to use them at the same time. Groups were exported by nss_ldap module and enabled in imapd.conf, but no 'group:sample_group' neither 'group:[EMAIL PROTECTED]' were working. Using strace

Question about Quota Display

2003-08-25 Thread Kai
Hi List, I want to display the quota of each mailbox when user login to webmail. I try to write a Perl script using Cyrus::IMAP::Admin module.It like following.. #!/usr/bin/perl -w use Cyrus::IMAP::Admin; my $client=Cyrus::IMAP::Admin->new('www.server.com'); $client->authenticate(-authz=>''

[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 ba