Displaying 20 results from an estimated 900 matches similar to: "Quota stored in LDAP"
2007 May 24
1
Simple questions about Quota
Hi folks, hope that get some help for some doubts :P
I've configured dovecot in a clustered environment 3 X HP Proliant
DL380+RHEL ES 4.0+EVA4000+GFS.
Everything is working great.
But, when I putted this cluster on production, I had some problems with
quota+ldap in my dovecot.
Here follows my configuration:
/etc/dovecot.conf
last_valid_gid = 101
2007 Apr 27
2
dovecot + ldap + quota
hi....
i using dovecot 1.0rc26 and i started to configure quota plugin but i think
its not working fine.
i configure like suggested in http://wiki.dovecot.org/Quota
in dovecot.conf:
protocol imap {
mail_plugins = quota imap_quota
}
plugin {
# 10 MB quota limit
quota = maildir:storage=10240
}
in dovecot-ldap.conf:
user_attrs =
2007 May 04
1
Help with LDAP authentication - user / user+domain
Hello Folks,
I've my dovecot working well and authenticating in my ldap servers.
But I'd like configure my users to authenticate in two ways. One is just
submitting the username and the other one is providing user at domain.com .
I'm moving from a cyrus-imap solution to dovecot and I've implemented it
with VD domains. But nowadays I still have one domain at my servers.
2006 Aug 16
5
ldap quota limitation problem
hello,
We have configured the quota enforcement folowing the link (http://wiki.dovecot.org/Quota) but we note that the global quota limitation configuration in dovecot.conf works well but not the ldap users configuration limit.
For example in the casee below, we have tried to limit quota usage for some users to 1Gb but only the global quota limitation appear in the user quota.
please find below
2007 Mar 28
0
Removing users maildir DOVECOT+LDAP
Hi all,
Does anyone have an idea how can I remove(delete) my virtual mail users'
maildir?
I have Dovecot + LDAP and I would like to do something like this: When I
remove an user entry in my ldap server, it should remove my user
directory information.
Does anyone has this implemented? Or have an idea?
I can remove users entry in my ldap server remotely, is there some way
in
2007 Feb 22
0
Dovecot Quota + LDAP
Hie Folks,
I'm having a little problem with quota + ldap. I want to use per user
quota settings.
So I configured quota on my /etc/dovecot.conf like this site
http://wiki.dovecot.org/Quota examples.
Here follows my /etc/dovecot.conf:
protocols = imap imaps pop3 pop3s
ssl_disable = no
ssl_cert_file = /usr/share/ssl/certs/cert.pem
ssl_key_file = /usr/share/ssl/private/pkey.pem
2006 Jun 11
1
Quotas and LDAP
Hi,
first of all, it is very nice that dovecot has quotas now! Thank you very
much.
Now, I want to use quotas with LDAP requests, but I am having the following
issues.
First, contrary to what is written in the Wiki about quota and LDAP ("#
quotaStorage must be in the format mentioned above, # For example:
dirsize:storage=10240"), it is possible to have an LDAP field with just a
2007 May 13
1
mailquota in ldap attribute 'mailQuota'
I've tried having the ldap quota in an ldap attribute, which still
doesn't work.
/etc/dovecot.conf
protocols = imap pop3
mail_location = maildir:/data/mail/%u/Maildir
protocol imap {
mail_plugins = quota imapquota
}
plugin {
quota = maildir:ignore=Trash
}
the rest are defaults
added an attribute 'mailQuota' with value '10240' kbytes or 10Mbytes
as for
2007 Feb 15
1
Dovecot forward problems
Hi Folks,
I setted up a mail server based on this how-to
http://wanderingbarque.com/howtos/mailserver/mailserver.html
All things are working thing as you can see in my server log. Off
course, that I've suppressed some informations.
postfix/smtpd[16483]: connect from unknown[myip]
postfix/smtpd[16483]: 62C9034002: client=unknown[myip]
postfix/cleanup[16777]: 62C9034002:
2007 Feb 13
1
Problems to put dovecot-ldap.conf working
Hi Folks,
I'm having a little trouble to put dovecot authenticating in ldap.
My postfix and saslauthd are authenticating fine.
Here is what I have in my main.cf:
# Accounts
accounts_server_host = $ldap_server_host
accounts_search_base = $ldap_search_base
accounts_query_filter =
(&(&(objectClass=VirtualMailAccount)(mail=%s))(forwardActive=FALSE)(acco
2007 Apr 28
6
Determine how many documents a term occurs in
Is there a fast way to determine how many documents a term occurs in,
besides iterating through every document with TermDocEnum?
--
Best regards,
Stian Gryt?yr
2005 Mar 15
6
New Beta version of Rake for Rails Users ... Fix for Ruby 1.8.2 unit test bug
I have a new version of Rake that I''m (almost) ready to release. But before I
make an official release, I would like some Rails folk to give it it try ...
Why?
Because it contains a workaround for the notorious Ruby 1.8.2 test/unit bug.
Using this version of rails, it should be possible to unit test a rails app
without patching the Ruby 1.8.2 test/unit library.
Where to get it?
2005 Mar 13
7
[Bug 998] --without-opensc is not respected
http://bugzilla.mindrot.org/show_bug.cgi?id=998
Summary: --without-opensc is not respected
Product: Portable OpenSSH
Version: -current
Platform: All
OS/Version: Linux
Status: NEW
Severity: minor
Priority: P2
Component: Build system
AssignedTo: openssh-bugs at mindrot.org
ReportedBy: stian
2009 Oct 06
4
how to "hide" mailbox from the IMAP clients
Hello, everyone!
Is it possible to "hide" mailbox from the IMAP clients, so as to prevent
any user from subscribing to the some folders?
My storages are "mbox maildir".
For example, to hide the directory where the personal Sieve scripts are
stored or etc.
=kostik
2008 May 23
4
Error while set mailQuota=0 with mbox and LDAP backend
Hi, all.
I have OpenLDAP(+qmail.schema), Dovecot, Postfix installed on RHEL 5.1
(x86_64), and they works fine with mbox format.
The problem is if i set 'mailQuota=0' in LDAP, postfix can't send mail
to recipient user. But it works fine with 'mailQuota != 0', such as
'10240'(10M).
What's wrong with my mail server setting? How can i solved this issue?
Thanks very
2008 Nov 24
3
multiple plots in R
Hi, I just try to draw multiple plots in one page using R, I used par
command. For example I have 7 plots, but instead of arranging them in
the default way
plot1 plot2 plot3
plot4 plot5 plot6
plot7
I want them in this order
plot1 plot2 plot3
plot4 plot5 plot6
plot7
Could somebody tell me how to do this, please? Thanks so many.
Suyan
2005 Dec 31
1
Questions regarding quota
Hi,
I have some trouble trying to test the quota plugin.
First off all, it says in the wiki: "Dovecot 1.0 supports quota using a
quota plugin. It's currently discussed in Dovecot LDA page and it
supports only very simple quota calculation which is suitable only for
mboxes. Maildir++ quota support will come later."
Does that mean that it won't work at all with Maildir++, or
2007 Jan 29
1
dirsize quotas crashing 1.0.rc19
Hi,
I've been trying to get dirsize quotas to work properly with 1.0rc19
and Dovecot consistently crashes when attempting to do file copies
once a user is over quota.
Dovecot works fine for us for regular mbox based IMAP, but as soon as I
add the following two entries in their respective locations in dovecot.conf:
mail_plugins = quota imap_quota (in the imap{} section)
quota =
2009 Feb 05
1
dirsize quota in sql pass db?
Is there a way to return a per user dirsize quota from a passdb sql
lookup? If so, what is the syntax?
maybe "select quota as userdb_quota"?
..and in mysql table, quota column would be:
"quota=dirsize:storage=10240" ?
I'm using mbox, with /etc/passwd userdb, and mysql passdb.
Thanks,
Ken
--
Ken Anderson
Pacific.Net
2009 Aug 21
2
quota-dirsize and mailbox rules
I noticed that the dirsize backend for quota didn't support any rules
and figured it should be easy enough to add ``ignore'' at least.
Using mbox storage and only tested with that, but it seems to work as
expected for the time being.
I'm attaching a relatively small patch for quota-dirsize.c against
dovecot-1.1.18 just in case anyone's interested.
Best Regards,
Thanos