Displaying 16 results from an estimated 16 matches for "quotawarn".
2008 Oct 01
1
Unknown dict module: mysql
...t/el5/dovecot/
dovecot --version
1.1.3
Relevant config:
dict {
quotadict = mysql:/etc/dovecot-dict-quota.conf
expire = mysql:/etc/dovecot-dict-expire.conf
}
plugin {
quota = dict:::proxy::quotadict
quota_rule = *:storage=10M:messages=1000
quota_warning = storage=95%% /usr/local/bin/quotawarning.py 95
quota_warning2 = storage=75%% /usr/local/bin/quotawarning.py 75
acl = vfile:/etc/dovecot-acls
expire = Trash 30 Trash/* 30 Spam 14
expire_dict = proxy::expire
}
cat /etc/dovecot-dict-quota.conf
connect = host=localhost dbname=*** user=*** password=***
table = quota
select_field...
2008 Oct 26
1
Fatal failure in auth-worker with dovecot-1.1.5
...host dovecot: auth-worker(default): sql(me): query: SELECT user, clear as password, home as userdb_home, uid as userdb_uid, gid as userdb_gid, concat('*:storage=',quota_kb,'
:messages=',quota_num) AS userdb_quota_rule,concat('storage=',round(quota_kb*0.90),' /etc/postfix/quotawarn.sh storage 90') AS userdb_quota_warning, concat('messages=',round(quota_num*0.90)
,' /etc/postfix/quotawarn.sh messages 90') AS userdb_quota_warning2 FROM users WHERE user = 'me'
Oct 26 14:00:31 host dovecot: Fatal: auth-worker(default): digest_md5_generate(): username n...
2011 Sep 09
1
userdb static & Quota from LDAP?
...d/ldap-userdb.ext contains (along other lines):
user_attrs = uid=vmail,gid=vmail,home=/var/maildir/%u,mailQuota=quota=quota_rule=*:storage=%$
My quota configuration looks like this:
plugin {
quota = maildir:Mailbox-Quota
quota_rule = *:storage=1G
quota_warning = storage=80%% /usr/local/bin/quotawarn.sh 80 %u
quota_warning2 = storage=95%% /usr/local/bin/quotawarn.sh 95 %u
}
Using this setup, "doveadm quota get -u username" doesn't reveal any
quota information (except from the "headings"). Instead, dovecot logs:
doveadm(username): Fatal: GID 0 isn't permitted
When...
2012 Mar 13
1
upgrade convert omissions
...= yes
maildir_very_dirty_syncs = yes
mmap_disable = yes
passdb {
args = /etc/dovecot-sql.conf
driver = sql
}
plugin {
quota = maildir
quota_rule = *:storage=1000M
quota_rule2 = Trash:storage=100M
quota_rule3 = Junk:ignore
quota_rule4 = Spam:ignore
quota_warning = storage=90%% /usr/local/bin/quotawarn-90.sh
quota_warning2 = storage=75%% /usr/local/bin/quotawarn-75.sh
}
pop3_lock_session = yes
protocols = imap pop3
service auth {
unix_listener /var/spool/postfix/private/auth {
group = postfix
mode = 0660
user = postfix
}
unix_listener auth-master {
mode = 0600
user = vmail
}...
2007 Apr 19
4
message-of-the-day feature?
For lack of a better name, we are interested in a feature where one could
get a notice out to all Dovecot users as quickly as possible, possibly
without going through an MTA even. Given a message and a list of userids
we could certainly do a mailing on the MDA server itself going through
both Postfix and Dovecot LDA. However, we were wondering what other options
we might have in Dovecot. For
2009 Apr 03
1
1.2 beta4, crash with ACL
...e/auth
mode: 432
user: postfix
group: postfix
master:
path: /var/run/dovecot/auth-master
mode: 432
user: fumail
group: fumail
plugin:
quota: dict:::proxy::quotadict
quota_rule: *:storage=10M:messages=1000
quota_warning: storage=95%% /usr/local/bin/quotawarning.py 95
quota_warning2: storage=75%% /usr/local/bin/quotawarning.py 75
acl: vfile:/etc/dovecot-acls
acl_shared_dict: file:/etc/dovecot/dovecot-shared.db
expire: Trash 30 Trash/* 30 Spam 14
expire_dict: proxy::expire
dict:
quotadict: mysql:/etc/dovecot/dovecot-dict-quota.conf
expire:...
2016 Nov 22
0
Implementing secondary quota w/ "Archive" namespace
...sl = no
userdb {
driver = prefetch
}
userdb {
args = /etc/dovecot/include/sql.conf
driver = sql
}
verbose_proctitle = yes
protocol imap {
mail_max_userip_connections = 10000
mail_plugins = zlib quota imap_quota stats imap_stats
}
protocol lda {
debug_log_path = /var/log/dovecot/lda/lda-quotawarning.log
log_path = /var/log/dovecot/lda/lda-quotawarning.log
}
2010 Apr 03
2
Forcing NOSELECT for a Maildir folder?
...iver: sql
args: /etc/dovecot/dovecot-pm-sql.conf
userdb:
driver: static
args: uid=xyz gid=xyz home=/xyz/core/store/maildir/%n
plugin:
quota: maildir:User Quota
quota_rule: *:backend=1000C,26214400S
quota_rule2: Trash:storage=25M
quota_warning: storage=80%% /xyz/cronobs/QuotaWarning.php
quota_warning2: messages=9500 /xyz/cronobs/QuotaWarning.php
trash: /etc/dovecot/dovecot-pm-trash.conf
acl_anyone: allow
acl: vfile:/etc/dovecot/pm-acls
---------------
[q at lala dovecot]# cat /etc/dovecot/dovecot-pm-sql.conf
driver = pgsql
connect = host=127.0.0.1 dbname=xyz u...
2016 Nov 22
2
Implementing secondary quota w/ "Archive" namespace
Yeah, I gradually figured out it wouldn't work yesterday when delving back into this and testing. No separate quotas per namespaces until 2.1 or something, I think?
So, got any suggestions on getting it to work with v2.x? I found an old thread from 2013 by Andreas (I think?) and he didn't seem to quite be able to get it to work. Actually, though, I'd be happy to even be able to apply
2017 Jun 01
2
Retrieving mail from read-only mdbox
> I've tried using IMAP with mail_location pointed at the snapshot, but,
> though I can get a listing of emails in the mailbox, the fetch fails when
> dovecot can't write-lock dovecot.index.log.
I've thought about doing this someday (adding snapshots to a user's
namespace) but never got around to doing it. Snapshots get rotated
(e.g. hourly.1 -> hourly.2 -> etc.)
2006 Sep 21
0
dovecot quota proxy mysql question
...s an old style sql query
so i tried this
connect = host=localhost dbname=postfix user=postfixadmin pass.....
dbname = postfix
table = mailbox
select_field = quota
username_field = '%u'
but this does not work ( which i am not wondering about *g )
and finally is thera a compliant to to the quotawarn feature
with maildrop in dovecot?
- --
Mit freundlichen Gruessen
Best Regards
Robert Schetterer
robert_at_schetterer_dot_org
Munich / Bavaria / Germany
https://www.schetterer.org
https://www.schetterer.com/public-gpg-robert-schetterer.key
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.3 (MingW...
2007 May 16
0
FW: problem in Authentication.
..._realm: DOMAIN.com
#ldap_use_sasl: yes
ldap_auth_mech: PLAIN
IMAP CONFIG IS
cat /etc/imapd.conf
configdirectory: /var/lib/imap
defaultpartition: default
partition-default: /var/spool/imap
unixhierarchysep: yes
domain_as_prefix: 1
lmtp_downcase_rcpt: yes
admins: mailadmin cyrus
quotawarn: 90
lmtp_overquota_perm_failure: no
virtdomains: userid
defaultdomain: Domain.com
sendmail: /usr/sbin/sendmail.postfix
allowanonymouslogin: no
autocreatequota: 1024000
createonpost: no
autocreateinboxfolders: Sent Items|Spam|Draft|Trash
autosubscribeinboxfolders: Sent Items|Spam|Draft|Tra...
2020 Jul 16
0
Variable expansion in passwords
...process_min_avail = 5
unix_listener /var/spool/postfix/private/dovecot-lmtp {
group = postfix
mode = 0660
user = postfix
}
}
service managesieve {
vsz_limit = 2 G
}
service pop3 {
client_limit = 1
vsz_limit = 2 G
}
service quota-warning {
executable = script /usr/local/bin/quotawarning.py
unix_listener quota-warning {
mode = 0666
user = fumail
}
user = fumail
}
service replicator {
process_min_avail = 1
unix_listener replicator-doveadm {
mode = 0666
}
}
ssl_ca = </etc/pki/tls/certs/adfasdf.crt
ssl_cert = </etc/pki/tls/certs/asdfasdf.crt
ssl_dh = #...
2013 Apr 07
1
v2.2.rc6 released
http://dovecot.org/releases/2.2/rc/dovecot-2.2.rc6.tar.gz
http://dovecot.org/releases/2.2/rc/dovecot-2.2.rc6.tar.gz.sig
Some more fixes to bugs I noticed today while trying out some new things
in production. Note especially the replicator-doveadm socket change, see
http://wiki2.dovecot.org/Replication for how to configure it. This
change allowed local replicator to notify the remote replicator
2013 Apr 07
1
v2.2.rc6 released
http://dovecot.org/releases/2.2/rc/dovecot-2.2.rc6.tar.gz
http://dovecot.org/releases/2.2/rc/dovecot-2.2.rc6.tar.gz.sig
Some more fixes to bugs I noticed today while trying out some new things
in production. Note especially the replicator-doveadm socket change, see
http://wiki2.dovecot.org/Replication for how to configure it. This
change allowed local replicator to notify the remote replicator
2017 Oct 25
0
Disconnected: Inactivity (no auth attempts in 180 secs)
...omain.com): Debug: Quotarule: root=User quota mailbox=Archive bytes=+1073741824 messages=0
Oct 25 06:49:49 mail dovecot: lmtp(9410, test at domain.com): Debug: Quotarule: root=User quota mailbox=Trash bytes=+104857600 messages=0
Oct 25 06:49:49 mail dovecot: lmtp(9410, test at domain.com): Debug: Quotawarning: bytes=80000000 (80%) messages=0 reverse=no command=quota-warning 80test at domain.com
Oct 25 06:49:49 mail dovecot: lmtp(9410, test at domain.com): Debug: Quotagrace: root=User quota bytes=10000000 (10%)
Oct 25 06:49:49 mail dovecot: lmtp(9410, test at domain.com): Debug:Namespace inbox: type...