The way I've always done it here is by using a web interface for all user
account creation. That way I can update the ldap server (using Net::LDAP)
and the IMAP server quota (using IMAP::Admin or Cyrus::Sieve)) at the same
time. Only the Quota max is stored in LDAP (that's the value that is used
Hi Devdas,
I am assuming you're keeping all your userdata in LDAP then. How do you
manage the LDAP data?
TTYL,
Adi
On Fri, 27 Jul 2001, Devdas Bhagat wrote:
> On Fri, 27 Jul 2001, Prune spewed into the ether:
>
> > when di you run the script ?
> > how often ?
> > how ? (cron ?)
> Everytime yo
On Fri, Jul 27, 2001 at 10:46:25AM +0200, [EMAIL PROTECTED] wrote:
> Does it make sense to you to store the quota on LDAP and the
> used disc space on a local file ? For me this doesn't seem
> to be a good solution, because you have the data on 2 places.
I think it does make sense. The quota and
Devdas, can you patch ISPMan to do that?
run the changeQuota handler only when the quota is changed.
Quoting Devdas Bhagat <[EMAIL PROTECTED]>:
> On Fri, 27 Jul 2001, Prune spewed into the ether:
>
> > when di you run the script ?
> > how often ?
> > how ? (cron ?)
> Everytime you change somet
Devdas Bhagat wrote:
> On Fri, 27 Jul 2001, Prune spewed into the ether:
>
>
>> when di you run the script ?
>> how often ?
>> how ? (cron ?)
>
> Everytime you change something for the user. Use a script that not only
> adds the info to LDAP, but also sends it to cyrus.
> To enable this over t
Hi Kevin,
reading the quotas from LDAP is a good idea. The problem
is updating the used disc space somewhere. If you want to
store this information also on LDAP, it will need an update
for every incoming message. This is very problematic,
because usually, LDAP servers are not optimized for doing
On Fri, 27 Jul 2001, Prune spewed into the ether:
> when di you run the script ?
> how often ?
> how ? (cron ?)
Everytime you change something for the user. Use a script that not only
adds the info to LDAP, but also sends it to cyrus.
To enable this over the web, split it into two parts: one of w
HI
Devdas Bhagat wrote:
> On Fri, 27 Jul 2001, Kevin J. Menard, Jr. spewed into the ether:
>
>> I'm thinking about patching cyrus imapd to allow the reading of
>> quotas from ldap. Does this appeal to anyone? Does this even
>> make sense? Is this worth the trouble?
>
> Save me
On Fri, 27 Jul 2001, Kevin J. Menard, Jr. spewed into the ether:
> I'm thinking about patching cyrus imapd to allow the reading of
> quotas from ldap. Does this appeal to anyone? Does this even
> make sense? Is this worth the trouble?
Save me the trouble ;). I have another suggestio
Hi Kevin,
I think this would be quite a useful feature, I hope it goes well!
d.
- Original Message -
From: "Kevin J. Menard, Jr." <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, July 27, 2001 11:06 AM
Subject: LDAP quotas
> Hey guys,
>
> I'm thinking about patching cyr
10 matches
Mail list logo