similar to: disabling quota via userdb

Displaying 20 results from an estimated 30000 matches similar to: "disabling quota via userdb"

2007 Nov 23
1
what''s the best way to deal with class/inheritence
sorry to cross post to dev/users. -dev was not the best option ;-) Hi to all puppet masters: functionnality I need is quite simple: classes/ one .pp file per class, example: class mail-gateway { ...service/host/templates... definitions } -> this should set all that''s needed to setup a given system "rĂ´le" in the system (installing packages, config files with variables
2009 Nov 20
2
quota in SQL and static userdb
Hello, which solution will be working or will be working better (performance). Using dovecot 1.2.6 (plugin section contains quota_rule = *:storage=500M:messages=10000 and i need override this default quota for some users) A) passdb sql(SELECT userid AS user, pw AS password, quota AS userdb_quota_rule FROM users WHERE userid = '%u') + userdb static (uid=500 gid=500 home=/home/mail/%d/%n
2017 Sep 01
3
can't get quota working. I use static userdb driver.
Hi, people ! Set up global quota according to docs to 2 Mb. Send more than ten Mb on the box. Mail still getting put in the box, no bounces, no error messages in logs, nothing to prevent mail to be delivered in overflooded mailbox. quota settings are: mail_plugins = quota lmtp_rcpt_check_quota = yes quota_full_tempfail = yes protocol lmtp { postmaster_address = postmaster # required
2017 Sep 06
2
can't get quota working. I use static userdb driver.
Am 06.09.2017 um 12:17 schrieb ????? ?????: > Thank you for your answers. > I fixed config to: > > plugin { > sieve_default = /mnt/rw_disc/dovecot/sieve/default.sieve > sieve_global = /mnt/rw_disc/dovecot/sieve/ > > quota = maildir:User > quota_rule = *:storage=10M > # quota_rule2 = INBOX.Trash:storage=+10%% > quota_max_mail_size = 3M >
2011 Sep 09
1
userdb static & Quota from LDAP?
Hi all, I just configured Dovecot 2.0.14 for "virtual" (i.e. non-system-) users: passdb { driver = ldap args = /etc/dovecot/conf.d/ldap-passdb.ext } userdb { driver = static args = uid=vmail gid=vmail home=/var/maildir/%u } Works fine so far - thanks for this great piece of software, Timo!!! Now I'd like to add per-user quotas that will also be stored in the LDAP
2008 Jun 11
2
quota-rewrite patch & userdb quota overriding
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 I've spent the past couple of hours trying to figure this out by checking the wiki and googling, but haven't come up with anything that works yet. I just installed dovecot 1.0.14 with the quota-rewrite (1.09) patch and i'm trying to get the quota overridden via a passwd-file type userdb. I had 1.0.13 without the new quota style patched
2010 May 24
2
Problem with deliver and quota userdb sql
I have quota with userdb sql override. When i overpass 100M deliver reject the message. I have 200M in sql. Deliver don't query the database. What happen in it? # 1.2.11: /etc/dovecot.conf # OS: Linux 2.6.9-89.0.25.ELsmp i686 Red Hat Enterprise Linux AS release 4 (Nahant Update 8) ext3 log_path: /var/log/dovecot/dovecot.log info_log_path: /var/log/dovecot/dovecot.info protocols: imaps
2016 Aug 01
2
service-specific userdb affecting lmtp, quota-service
The service specific passwd-file userdb is causing quota-status and lmtp to fail. Using: userdb { args = ... /etc/dovecot/auth.d/%d/userdb.%s } I'm getting the following in /var/log/mail.err when I try to send/receive mail: Aug 1 15:46:57 n6mef-gw dovecot: auth: Error: passwd-file(mefpop at email.n6mef.org): stat(/etc/dovecot/auth.d/email.n6mef.org/userdb.quota-status) failed: Address
2016 Aug 03
2
service-specific userdb affecting lmtp, quota-service
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Tue, 2 Aug 2016, Michael Fox wrote: > Update: > > I was able to eliminate the /var/log/mail.err error messages (shown below) > by creating a userdb.quota-status and userdb.lmtp passwd-file. However, > since userdb.pop3 and userdb.imap will have different extra-fields values > for namespace (different namespace/xxx/inbox=yes
2017 Sep 06
1
can't get quota working. I use static userdb driver.
Quotas not being counted with 'passwd-file' driver too. Thunderbird still doesn't show quota bar. It is mentioned to run passdb with '-d' parameter if quotas aren't working. Can you explain how to set it up. How to run passdb with '-d' parameter ? Any configuration file snippet ? 2017-09-06 21:20 GMT+05:00 ????? ????? <master at remort.net>: > Just tried
2017 Sep 05
2
can't get quota working. I use static userdb driver.
On 05.09.2017 11:28, Steffen Kaiser wrote: > On Fri, 1 Sep 2017, ????? ????? wrote: > > > plugin { > > quota = maildir:"User quota" > > quota_rule = *:storage=10M > > quota_rule3 = INBOX.Trash:storage=+10%% > ^^ this should spell quota_rule2 > but is not the issue right now > actually dovecot probably stops looking after it fails to
2008 Jul 29
1
tensor product of equi-spaced B-splines in the unit square
Dear all, I need to compute tensor product of B-spline defined over equi-spaced break-points. I wrote my own program (it works in a 2-dimensional setting) library(splines) # set the break-points Knots = seq(-1,1,length=10) # number of splines M = (length(Knots)-4)^2 # short cut to splineDesign function bspline = function(x) splineDesign(Knots,x,outer.ok = T) # bivariate tensor product of
2010 Feb 20
4
Dovecot v2.0.beta3 quota using userdb
Hello Timo, I'm playing around with the new Dovecot v2.0.beta3 and don't seem to be able to get quotas working from userdb. I didn't change the SQL query which was working for 1.2.10. Feb 20 19:34:06 ubuntu-test dovecot: auth: sql(test,192.168.156.99): SELECT home, mail, uid, gid, concat('*:storage=', quota_limit, 'MB') AS quota_rule FROM users WHERE username =
2008 May 29
2
Troubles plotting lrm output in Design Library
Dear R-helpers, I'm having a problem in using plot.design in Design Library. Tho following example code produce the error: > n <- 1000 # define sample size > set.seed(17) # so can reproduce the results > age <- rnorm(n, 50, 10) > blood.pressure <- rnorm(n, 120, 15) > cholesterol <- rnorm(n, 200, 25) > sex <-
2007 Sep 04
1
passing quota to deliver via command line
Is there any way to pass things like "quota=" for the quota plugin to the deliver LDA via the command line or as an environment variable or whatever? I've got all the info I need in my MTA to avoid a userdb lookup in the LDA, but I still have to do the userdb query to get the per-user quota number (the default quota works fine, of course). -- bill-dovecot at carpenter.ORG
2017 Nov 16
0
Missing files on one of the bricks
On 15 November 2017 at 19:57, Frederic Harmignies < frederic.harmignies at elementai.com> wrote: > Hello, we have 2x files that are missing from one of the bricks. No idea > how to fix this. > > Details: > > # gluster volume info > > Volume Name: data01 > Type: Replicate > Volume ID: 39b4479c-31f0-4696-9435-5454e4f8d310 > Status: Started > Snapshot Count:
2012 Dec 24
3
New version Samba matrix
Hi everybody, I have a client with redhat 3.8 32bits, on this platform he use an old samba version Could you tell me if the new samba's version (Samba 4) can be installed on this platform. Fr?d?ric DOUCHE Groupe APX Vos Architectes ''Services & Technologies'' Mobile:+33.(0)6.98.05.29.85 29 Rue Denis Papin - Parc Club des Pr?s - 59650 Villeneuve D'Ascq
2017 Nov 16
2
Missing files on one of the bricks
On 11/16/2017 04:12 PM, Nithya Balachandran wrote: > > > On 15 November 2017 at 19:57, Frederic Harmignies > <frederic.harmignies at elementai.com > <mailto:frederic.harmignies at elementai.com>> wrote: > > Hello, we have 2x files that are missing from one of the bricks. > No idea how to fix this. > > Details: > > # gluster volume
2010 May 17
2
best polynomial approximation
Dear R-users, I learned today that there exists an interesting topic in numerical analysis names "best polynomial approximation" (BSA). Given a function f the BSA of degree k, say pk, is the polynomial such that pk=arginf sup(|f-pk|) Although given some regularity condition of f, pk is unique, pk IS NOT calculated with least square. A quick google tour show a rich field of research
2008 Jan 16
2
Quota per domain
Hi People I have a two question I use dovecot 1.0.10 I have quota maildir 1- I want to use the last version of quota 1.1 in my dovecot , i have to patch then, so which file i have to apply ? http://dovecot.org/patches/1.0/ this one quota-rewrite-1.0.9.diff ??? When i using the original version with out quota new 1.1 , in my mailbox is created a file called maildirsize with the quota ,